strues / react-universal-boiler

A bold way to begin your next great universal React application. Uses Webpack 3, React 16, Redux, and more for a great developer experience.
MIT License
65 stars 11 forks source link

Comparison with react-universally #20

Open oyeanuj opened 7 years ago

oyeanuj commented 7 years ago

Hi @strues, this looks cool and I'm curious how you see this evolving differently from react-universally? Thank you for putting this out!

strues commented 7 years ago

React Universally is much more "thorough" with documentation and scripts. RU, uses a different methodology for async loading. I'm a huge fan of react-universal-component and use it in almost all projects I work with. That's why I like having something pretty much all set to go.

oyeanuj commented 7 years ago

@strues Thanks for that answer! This is interesting since I was looking to implement react-universal-component with react-universally in a fork. By any chance, do you have a branch where you've implemented that or is that the plan for this repo - react-universally + react-universal-component?