ff-stream-web

git clone git://archive.git.mtrnord.blog/MTRNord/ff-stream-web.git
Log | Files | Refs | README | LICENSE

README.md (882B)


      1 ## Documentation
      2 
      3 ### General
      4 
      5 * [Getting Started](./getting-started.md)
      6 * [React Style Guide](./react-style-guide.md)
      7 * [How to configure text editors and IDEs](./how-to-configure-text-editors.md)
      8 * [Data fetching with WHATWG Fetch](./data-fetching.md)
      9 * [Testing your application](./testing-your-application.md)
     10 
     11 ### Questions
     12 
     13 * [Which module bundler should I use?](https://github.com/kriasoft/react-starter-kit/issues/3)
     14 * [Which Flux implementation should I use?](https://github.com/kriasoft/react-starter-kit/issues/22)
     15 
     16 ### Recipes
     17 
     18 * [How to Implement Routing and Navigation](./recipes/how-to-implement-routing.md)
     19 * [How to Integrate Redux](./recipes/how-to-integrate-redux.md)
     20 * [How to Integrate React Intl](./recipes/how-to-integrate-react-intl.md)
     21 * [How to Integrate Disqus](./recipes/how-to-integrate-disqus.md)
     22 * [How to Use Sass/SCSS](./recipes/how-to-use-sass.md)