Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/codewithreelofficial/create-react-app
https://github.com/codewithreelofficial/create-react-app
create-react-app learn-create-react-app learn-react learn-reactjs learning learning-by-doing react react-router react-router-v4 reactjs reactjs-es6 zero-configuration
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/codewithreelofficial/create-react-app
- Owner: codewithreelofficial
- Created: 2018-06-28T07:12:31.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2018-07-02T03:45:43.000Z (over 6 years ago)
- Last Synced: 2024-11-03T21:06:36.295Z (3 months ago)
- Topics: create-react-app, learn-create-react-app, learn-react, learn-reactjs, learning, learning-by-doing, react, react-router, react-router-v4, reactjs, reactjs-es6, zero-configuration
- Homepage: https://www.themodernjs.com/create-react-app/what-is-create-react-app
- Size: 576 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Create React App
#### INTRODUCTION
1. [What is Create React App?](/content/introduction/01-what-is-create-react-app.md)
#### GET STARTED
1. [Installation](/content/get-started/02-installation.md)
2. [Structure](/content/get-started/03-structure.md)
3. [Starting the Create React App Development Server](/content/get-started/04-starting-the-create-react-app-development-server.md)#### ROUTER
1. [Installation](/content/router/12-installation.md)
2. [Adding a Router](/content/router/13-add-a-router.md)
3. [React Router with Multiple Layouts](/content/router/26-react-router-v4-with-multiple-layout.md)#### STYLESHEET
1. [Adding a Stylesheet](/content/stylesheet/14.add-a-stylesheet.md)
2. [Adding Material UI](/content/stylesheet/21-add-material-ui.md)
3. [Adding Bootstrap](/content/stylesheet/15-add-bootstrap.md)
4. [Adding a CSS Preprocessor (Sass, Less etc.)](/content/stylesheet/16-add-a-css-reprocessor.md)#### FETCHING DATA WITH AJAX
1. [Fetching Data with AJAX Requests](/content/fetching-data-with-ajax/17-fetch-data-with-ajax-request.md)
2. [AJAX and APIs](/content/fetching-data-with-ajax/18-ajax-and-apis.md)
3. [Proxying API Requests in Development](/content/fetching-data-with-ajax/19-proxying-api-request.md)
4. [Using HTTPS in Development](/content/fetching-data-with-ajax/20-use-https-in-development.md)#### REDUX
1. [What is Redux?](/content/redux/05-what-is-redux.md)
2. [Redux Inspiration](/content/redux/06-redux-inspiration.md)
3. [Unidirectional Data Flow Architecture](/content/redux/07-unidirectional-data-flow-architecture.md)
4. [Principles of Redux](/content/redux/08-principles-of-redux.md)
5. [Pillars of Redux](/content/redux/09-pillars-of-redux.md)
6. [Usage with React](/content/redux/10-usage-with-react.md)
7. [Example Todo List](/content/redux/11-example-todo-list.md)#### SEO
1. [Generating Dynamic meta Tags on the Server](/content/seo/22-generate-dynamic-meta-tags-on-the-server.md)
2. [Pre-Rendering into Static HTML Files](/content/seo/23-pre-render-into-static-html-files.md)
3. [Injecting Data from the Server into the Page](/content/seo/24-inject-data-from-the-server-into-the-page.md)
4. [Using Global Variables](/content/seo/25-use-global-variables.md)