Embeding node-red in a ReactJs app that uses react router

Hi, I have read docs that tells how to configure node-red with express app. But my react app is webpack based and it uses react router for components and urls.
Is there a way, or some kind of a react wrapper for embedding node-red within a react webpack based application.

Embedding won't help you here since that is about the back-end rather than the front-end.

You probably want to look at uibuilder instead which lets you use any front-end framework (or indeed none). The WIKI also has an example of using webpack though that is for VueJS which is uibuilder's default framework. Should be easy to translate though, most of it is identical.

uibuilder is all about building data-driven web UI's with Node-RED and provides the building blocks and glue needed.

1 Like

This topic was automatically closed 60 days after the last reply. New replies are no longer allowed.