-
Notifications
You must be signed in to change notification settings - Fork 2.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
What are folks using today? #1408
Comments
the best solution right now: https://github.com/facebookincubator/create-react-app if you want a CRA-Redux-Express API configuration you can test my solution: https://github.com/ycruzb/cra-redux-api regards |
I updated repo and added an API here: https://github.com/bertho-zero/react-redux-universal-hot-example |
@oyeanuj I'm not sure create-react-app is a very appropriate choice for prod applications, as far as I know the main focus is to be a quick bootstrapper. If you're looking for a boilerplate to start from that supports SSR, dynamic components/routes, etc, I would recommend NextJs. I'm not affiliated with it in any way, but it's really well thought out, and supported by a paid team of devs. |
I updated and used the same logic https://github.com/wearepush/redux-starter |
Check out https://github.com/madeagency/reactivity |
@dawidvdh Can you add a feature list to the README, as well as some basic specs like TTFB and bundle size with the raw boilerplate? I didn't get into the source at all, but if your target audience is "power users", you'll need to convince them it's as good or better than something they could hand roll for their specific purposes. |
@isaachinman yes I will definitely add that as soon as I get a gap, check out the source though when you have time and let me know your thoughts. |
So, I know the repo has long been dead but I am curious for a lot of us who picked it up in its heyday - what solutions are we using today? Did you move to a new boilerplate? Or a new strategy for SSR? What tools are you using for async data loading? Are you using dynamic component loading?
As I get ready to productionalize my app, I am looking to pick a setup to go to production with. Hence, the curiosities!
The text was updated successfully, but these errors were encountered: