React-redux-universal-hot-example: What are folks using today?

Created on 30 Aug 2017  路  7Comments  路  Source: erikras/react-redux-universal-hot-example

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!

Most helpful comment

All 7 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

@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

@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.

Was this page helpful?
0 / 5 - 0 ratings

Related issues

korczis picture korczis  路  3Comments

donpinkus picture donpinkus  路  5Comments

glennr picture glennr  路  6Comments

ansonla3 picture ansonla3  路  4Comments

skywickenden picture skywickenden  路  4Comments