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
Complete example of generator out available in [Examples](https://github.com/prescottprue/generator-react-firebase/tree/master/example)
189
189
190
-
###Server-side Rendering
190
+
## Server-side Rendering
191
191
192
192
You have the option to enable Server-side Rendering through React and NodeJS. Server-side rendering allows pre-population of data into your application, which can improve SEO (Google is improving static crawling).
193
193
194
194
In order to enable server-side rendering with React, you must host a NodeJS server. This server is included and can be run using `npm run production` (runs if deployed to Heroku).
195
195
196
196
197
197
## In the future
198
-
* Option to not include redux
199
-
* Prompt about props/state vars in Container (which Firebase location to bind to props)
198
+
* Container Generator - Prompt for props/state vars (which Firebase location to bind to props)
200
199
* Non-decorators implementation for props binding (pure redux and firebase implementations)
0 commit comments