Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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)