Hey React devs, here's a repo that shows the same React app written with 4...
Hey React devs, here's a repo that shows the same React app written with 4 different approaches:
1. Plain React
2. React with Redux and thunks
3. React with Redux and sagas
4. React with context
https://github.com/coryhouse/pluralsight-redux-app-used-to-build-script
#react
The most striking contrast is converting the Redux app to plain React:
https://github.com/coryhouse/pluralsight-redux-app-used-to-build-script/pull/10/files
386 lines removed. Only 76 added.
For an app this size, plain React is preferable.