Last active
February 23, 2019 16:19
-
-
Save emcpadden/518d3d28e055795d847778e703342446 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
source maps: | |
https://scotch.io/tutorials/debug-javascript-in-production-with-source-maps | |
https://www.youtube.com/watch?v=dOU4FBNVnl8 | |
https://itnext.io/using-sourcemaps-on-production-without-revealing-the-source-code-%EF%B8%8F-d41e78e20c89 | |
redux: | |
https://github.com/reduxjs/react-redux | |
https://redux.js.org/ | |
https://redux-starter-kit.js.org/ | |
https://github.com/reduxjs/react-redux | |
https://github.com/LogRocket/redux-logger | |
https://github.com/reduxjs/redux-thunk | |
https://github.com/buunguyen/redux-freeze | |
https://redux-saga.js.org/ | |
https://github.com/reduxjs/reselect | |
https://github.com/paularmstrong/normalizr | |
https://redux.js.org/advanced/asyncactions | |
http://redux.js.org/docs/advanced/Middleware.html | |
redux dev tools: | |
https://github.com/zalmoxisus/redux-devtools-extension | |
https://chrome.google.com/webstore/detail/redux-devtools/lmhkpmbekcpmknklioeibfkpmmfibljd?hl=en | |
UI: | |
https://material-ui.com/ | |
https://projects.lukehaas.me/css-loaders/ | |
Validation: | |
https://www.npmjs.com/package/react-validation | |
https://github.com/formsy/formsy-react/ | |
http://christianalfoni.github.io/javascript/2014/10/22/nailing-that-validation-with-reactjs.html | |
Router: | |
https://reacttraining.com/react-router/ | |
https://reacttraining.com/react-router/web/guides/philosophy | |
https://github.com/ReactTraining/react-router | |
Controls: | |
Editor: | |
https://draftjs.org/ | |
Http: | |
https://github.com/axios/axios | |
Utilities: | |
https://react-fns.netlify.com/docs/en/api.html | |
https://www.npmjs.com/package/prop-types <= to check the property types passed in | |
https://projects.lukehaas.me/regexhub/ | |
Animations: | |
https://github.com/reactjs/react-transition-group | |
https://popmotion.io/ | |
https://popmotion.io/pose/ | |
https://github.com/bitworking/react-gsap | |
https://github.com/chenglou/react-motion | |
https://www.youtube.com/watch?v=gF_Q_bEyOS0&list=PL6zUqMUkK_dfeoS7jEVXdxn0hR25npsMU | |
https://www.npmjs.com/package/react-router-transition | |
https://github.com/maisano/react-router-transition#readme | |
http://maisano.github.io/react-router-transition/ | |
https://github.com/react-tools/react-move https://www.npmjs.com/package/react-router-transition | |
https://react-move.js.org/#/ https://github.com/maisano/react-router-transition#readme | |
https://developer.mozilla.org/en-US/docs/Web/CSS/CSS_Transitions/Using_CSS_transitions | |
http://maisano.github.io/react-router-transition/ | |
https://developer.mozilla.org/en-US/docs/Web/CSS/CSS_Animations/Using_CSS_animations | |
https://github.com/reactjs/react-transition-group | |
https://github.com/chenglou/react-motion | |
https://github.com/maisano/react-router-transition | |
Forms: | |
https://redux-form.com/8.1.0/ | |
https://joepuzzo.github.io/informed | |
https://github.com/final-form/react-final-form <= This one looks good - very few dependencies | |
https://jaredpalmer.com/formik/ | |
Testing: | |
https://jestjs.io/docs/en/tutorial-react | |
https://airbnb.io/enzyme/ | |
https://www.npmjs.com/package/react-test-renderer | |
https://reactjs.org/docs/test-renderer.html | |
https://www.npmjs.com/package/enzyme-adapter-react-16 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment