You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'd like to use Apache to serve static ReactJS content without the need of nodejs running.
Once I create a bundle and just a bunch of static files (e.g. html, json, txt, jpg, etc) on the back end, do I still need nodejs or webpack for anything in production. Also can I use .fetch() for fetching data, from REST services?
In RSK the default dependencies include express and sqlite. What else would I need to forego to make this work (e.g. sqllite?). Thanks
I'd like to use Apache to serve static ReactJS content without the need of nodejs running.
Once I create a bundle and just a bunch of static files (e.g. html, json, txt, jpg, etc) on the back end, do I still need nodejs or webpack for anything in production. Also can I use .fetch() for fetching data, from REST services?
In RSK the default dependencies include express and sqlite. What else would I need to forego to make this work (e.g. sqllite?). Thanks
The text was updated successfully, but these errors were encountered: