Skip to content

Instantly share code, notes, and snippets.

@pfraces
Last active January 26, 2020 19:12
Show Gist options
  • Save pfraces/a509705268d65c18cdfe773025d79dc0 to your computer and use it in GitHub Desktop.
Save pfraces/a509705268d65c18cdfe773025d79dc0 to your computer and use it in GitHub Desktop.

Revisions

  1. pfraces revised this gist Jan 26, 2020. No changes.
  2. pfraces revised this gist Jan 26, 2020. 1 changed file with 10 additions and 3 deletions.
    13 changes: 10 additions & 3 deletions react-training.md
    Original file line number Diff line number Diff line change
    @@ -1,7 +1,7 @@
    React Training
    ==============

    ### React
    ## 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
    ## 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/>
    * Styleguidish: <https://react-styleguidist.js.org/>

    ### Bundler

    * Webpack: <https://webpack.js.org/guides/getting-started/>
  3. pfraces revised this gist Jan 26, 2020. 1 changed file with 8 additions and 1 deletion.
    9 changes: 8 additions & 1 deletion react-training.md
    Original 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>
    * Router: <https://reacttraining.com/react-router/web/guides/quick-start>

    ### Forms

    * Formik: <https://jaredpalmer.com/formik/docs/overview>

    ### Router

    * React Router: <https://reacttraining.com/react-router/web/guides/quick-start>

    ### State management

  4. pfraces revised this gist Jan 25, 2020. 1 changed file with 1 addition and 0 deletions.
    1 change: 1 addition & 0 deletions react-training.md
    Original 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/>
  5. pfraces created this gist Jan 25, 2020.
    21 changes: 21 additions & 0 deletions react-training.md
    Original 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/>