Embed in existing Express app?
See original GitHub issueWould this be possible by replicating some of the server.js
, iframe.html.js
, & build?
Issue Analytics
- State:
- Created 7 years ago
- Reactions:1
- Comments:6 (4 by maintainers)
Top Results From Across the Web
Embedding into an existing app - Node-RED
Embedding into an existing app. It is possible to embed Node-RED into a larger application. A typical scenario would be where you use...
Read more >Embed in existing Express app? #190 - storybookjs/storybook
Use our static builder to build a static version of storybook. · Then use your express app to serve it in /components route....
Read more >How can I embed new React JS Front-end in my existing ...
1 Answer 1 · Write your APIs for the backend on a route eg: /api · Write your react app · In you...
Read more >Express Tutorial Part 7: Deploying to production
To learn where and how you can deploy an Express app to production. Overview. Once your site is finished (or finished "enough" to...
Read more >Learn Node and Express #4 - EJS Embedded JavaScript
This is the fourth in a series of lessons that will teach you how to use JavaScript with Node. In this lesson, you...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Ahh, I’m sorry to hear this 😦 I’m working on upgrading our company’s custom component development workflow, too. I was hoping that, while I was at it, I could swap out our custom component preview tooling for the React Sandbox UI.
Unfortunately, while the core UI is in its own reusable module, I’d seemingly have to pull out a bunch of the React and addon support myself. I was hoping that layer of React Sandbox would be decoupled from the server workflow, too, so I could embed it in our prod site and get shareability and extensibility for free. Ah, well; looks like we’re better off sticking with our custom thing.
Anyway! I know my requirements are unusual, and I’m glad y’all are focusing your efforts on the primary use case. Thanks for making a cool thing! 😃
I think we have slightly different goals, so no fault of this project.
Thanks for the prompt responses. Beautiful project so far!