Last active
January 26, 2020 19:12
-
-
Save pfraces/a509705268d65c18cdfe773025d79dc0 to your computer and use it in GitHub Desktop.
Revisions
-
pfraces revised this gist
Jan 26, 2020 . No changes.There are no files selected for viewing
-
pfraces revised this gist
Jan 26, 2020 . 1 changed file with 10 additions and 3 deletions.There are no files selected for viewing
This file contains hidden or 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 charactersOriginal file line number Diff line number Diff line change @@ -1,7 +1,7 @@ React Training ============== ## React * Tutorial: <https://reactjs.org/tutorial/tutorial.html> * Guide: <https://reactjs.org/docs/getting-started.html> @@ -21,9 +21,16 @@ React Training * Redux-Observable: <https://redux-observable.js.org/> * Observables: <https://www.learnrxjs.io/> ## Dev Tools * Create React App: <https://create-react-app.dev/> * React dev tools for chrome: <https://chrome.google.com/webstore/detail/react-developer-tools/fmkadmapgofadopljbjfkapdkoienihi?hl=en> ### Component libraries * Storybook: <https://storybook.js.org/> * Styleguidish: <https://react-styleguidist.js.org/> ### Bundler * Webpack: <https://webpack.js.org/guides/getting-started/> -
pfraces revised this gist
Jan 26, 2020 . 1 changed file with 8 additions and 1 deletion.There are no files selected for viewing
This file contains hidden or 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 charactersOriginal file line number Diff line number Diff line change @@ -5,7 +5,14 @@ React Training * Tutorial: <https://reactjs.org/tutorial/tutorial.html> * Guide: <https://reactjs.org/docs/getting-started.html> ### Forms * Formik: <https://jaredpalmer.com/formik/docs/overview> ### Router * React Router: <https://reacttraining.com/react-router/web/guides/quick-start> ### State management -
pfraces revised this gist
Jan 25, 2020 . 1 changed file with 1 addition and 0 deletions.There are no files selected for viewing
This file contains hidden or 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 charactersOriginal file line number Diff line number Diff line change @@ -17,5 +17,6 @@ React Training ### Dev Tools * Create React App: <https://create-react-app.dev/> * React dev tools for chrome: <https://chrome.google.com/webstore/detail/react-developer-tools/fmkadmapgofadopljbjfkapdkoienihi?hl=en> * Storybook: <https://storybook.js.org/> * Styleguidish: <https://react-styleguidist.js.org/> -
pfraces created this gist
Jan 25, 2020 .There are no files selected for viewing
This file contains hidden or 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 charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,21 @@ React Training ============== ### React * Tutorial: <https://reactjs.org/tutorial/tutorial.html> * Guide: <https://reactjs.org/docs/getting-started.html> * Router: <https://reacttraining.com/react-router/web/guides/quick-start> ### State management * Redux: <https://redux.js.org/> * Readc-Redux: <https://react-redux.js.org/> * Redux-Observable: <https://redux-observable.js.org/> * Observables: <https://www.learnrxjs.io/> ### Dev Tools * Create React App: <https://create-react-app.dev/> * Storybook: <https://storybook.js.org/> * Styleguidish: <https://react-styleguidist.js.org/>