oc-template-react icon indicating copy to clipboard operation
oc-template-react copied to clipboard

⚛️ Module for handling React templates in OC

Results 34 oc-template-react issues
Sort by recently updated
recently updated
newest added

It would be nice to have the ability to add custom rules without effecting the base build and modifying the `webpackConfigurator.js` to meet specific needs of a project. ## Proposition...

enhancement
discussion

At the moment we always wrap the react app within the hoc provider even if the component doesn't have a data configured in the package.json (no server.js case). The provider...

bug

Moving here an an issue opened by @themoch within the OC repo that seems more specific to the react-template. Original text below *** I was hoping somebody could point me...

discussion

...with a view to move to async/await in the near future. Currently the template code is making heavy use of callback as is most of the oc ecosystem. Since this...