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

https://github.com/shan18/react-with-redux

Apps created while learning React and Redux
https://github.com/shan18/react-with-redux

modern-react-with-redux react react-redux redux udemy

Last synced: 3 months ago
JSON representation

Apps created while learning React and Redux

Awesome Lists containing this project

README

        

# React with Redux

This repository contains all the react apps that I had created while learing React JS and Redux from the course [Modern React with Redux](https://www.udemy.com/course/react-redux/?utm_source=adwords&utm_medium=udemyads&utm_campaign=LongTail_la.EN_cc.INDIA&utm_content=deal4584&utm_term=_._ag_77882236463_._ad_437477391738_._kw__._de_c_._dm__._pl__._ti_dsa-1007766171312_._li_9061995_._pd__._&matchtype=b&gclid=EAIaIQobChMIjenDl9HJ8AIV2MFMAh0kwQThEAAYASAAEgL49_D_BwE) on Udemy.

## List of Apps and Concepts Learned in Each

### 1. [JSX](jsx/)

### 2. [components](components/)

- Component Nesting
- Props

### 3. [seasons](seasons/)

- Class-Based Components
- States
- Component Lifecycle
- Lifecycle Functions
- Config Objects
- defaultProps

### 4. [pics](pics/)

- Handling User Input with Forms
- Event Handlers
- Uncontrolled vs Controlled Elements
- Context Management with `this` Keyword
- Communicating from Child to Parent
- Network Requests
- Rendering Lists
- React Refs for DOM Access
- Grid CSS System

### 5. [videos](videos/)

- Deeply Nested Callbacks
- Revision of all the concepts learned previously

### 6. [songs](songs/)

- Redux

### 7. [blog](blog/)

- Network Requests with Redux
- Asynchronous Action Creators
- Middleware in Redux
- Redux Thunk
- Logic Extraction to mapStateToProps
- Rules of Reducers
- Switch statements in Reducers
- Handling Overfetching of Data
- Nesting Action Creators
- Lodash Package

### 8. [streams](streams/)

- React Router
- Router Types in Traditional Servers
- Switches with React Router
- Handling Authentication
- Redux Dev Tools
- Redux Form
- JSON Server
- REST-ful Conventions
- Programmatic Navigation
- Code Reuse
- Portals
- Event Propagation
- React Fragments
- RTMP Server (Node-Media-Server)
- Using _flv.js_ package

### 9. [translate](translate/)

- Context System

### 10. [widgets](widgets/)

- Hooks

### 11. [seasons-hooks](seasons-hooks/)

- More on Hooks

P.S. All apps are added as a git-subtree to this parent repository.