This question has been flagged
2 Replies
4012 Views

Hello! Im using Odoo 13, I want to know if its possible to create an Odoo website with the React.js framework and if its possible, how to do it? I searched but I dont saw much information about that. If someone can explain me please how to achieve it, thanks a lot :) 

Avatar
Discard
Best Answer

Hi Fernanda,

Yes, it is totally doable to create a full website or just a module view template fully in React and well integrated with Odoo.

As Odoo does not support React integration natively, the key is to develop in isolated environments and then integrate accordingly. 

We have created a fully functional react app as an Odoo module. It is published by the name of "docket_react_wiki" on the Odoo app store, you can check.

If you want to collaborate, ping me at info@techfinna.com

Avatar
Discard
Best Answer

Hi ! In Odoo 13 there are several ways you can integrate your react application depending upon you requirements. if you want to use Odoo as a Backoffice to your Reactjs application you can either generate AWS lambdas which contains external api 
Reference Documentation : https://www\.odoo\.com/documentation/13\.0/developer/misc/api/odoo\.html
Or\ you\ can\ refer\ to\ nodejs\ custom\ libraries/packages\ which\ will\ connect\ to\ odoo\ for\ you \ using\ similar\ procedures\ referred\ above\.
Reference\ Link: https://www.npmjs.com/search?q=Odoo
I hope this information will help you.
Regard
M. Usama Hassan
Odoo/Python Developer @ Visiomate

Avatar
Discard