Hacker News new | ask | show | jobs
by colinramsay 3784 days ago
I like the idea of this; it's really what Meteor should be but they'd provide support/hosting/etc.

One thing I'm concerned with in general with stacks like this is their use in mobile stuff - even React+React Router+Redux+redux-form adds a fair bit to a payload, even before you start developing an app. As nice as it is to use, for mobile I roll my own.

1 comments

Very true, but there are some promising build tools like Rollup and React API-compatible alternative libraries with smaller sizes available for a payload-sensitive context.