How to set up React with Meteor?
问题 I have started learning meteor and decided to use it with react. Since one month, I had issues about which packages I should use. At the end of the day , I know I should use webpack for codesplitting, react-router since it promises much more compatibility with other stuff related to react and lastly I don t want server-side-rendering since it lacks many of the things I want in my application( in short responsiveness of my app ). Anyway, I checked lots of repos on github and read many articles