Some questions
gaetanozappi opened this issue · 2 comments
gaetanozappi commented
@mars : Hi, congratulations on the module.
I was trying it, I wanted to know if it was possible to do certain things like these and how to do them:
- Create multiple pages, for example.
/ -> App.js
/home -> home.js
/local -> local.js - To be able to set via nodejs or react:
- the page title
- icon
- variable passed through get in nodejs and then used in react.
- Install external modules both on nodejs and on react.
mars commented
Thanks for reaching out 😄 I understand how answering these questions is integral to building a new app, but the goal of this project is to simply illustrate using create-react-app + Node server as a Heroku app. This project is never going to address general techniques for building a web app, unless folks start contributing examples/
via pull request 🙏
Regarding,
- Install external modules both on nodejs and on react.
I did just update the README to clarify how to install new npm packages in both Node and React.