react-redux-universal-hot-example icon indicating copy to clipboard operation
react-redux-universal-hot-example copied to clipboard

What are folks using today?

Open oyeanuj opened this issue 6 years ago • 7 comments

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!

oyeanuj avatar Aug 30 '17 18:08 oyeanuj

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

ycruzb avatar Aug 30 '17 18:08 ycruzb

I updated repo and added an API here: https://github.com/bertho-zero/react-redux-universal-hot-example

bertho-zero avatar Aug 31 '17 11:08 bertho-zero

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

isaachinman avatar Sep 25 '17 09:09 isaachinman

I updated and used the same logic https://github.com/wearepush/redux-starter

Iuriy-Budnikov avatar Oct 18 '17 21:10 Iuriy-Budnikov

Check out https://github.com/madeagency/reactivity

dawidvdh avatar Nov 29 '17 14:11 dawidvdh

@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 avatar Dec 01 '17 10:12 isaachinman

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

dawidvdh avatar Dec 01 '17 18:12 dawidvdh