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

https://github.com/equimper/youtubetuto1reactredux


https://github.com/equimper/youtubetuto1reactredux

Last synced: 3 months ago
JSON representation

Awesome Lists containing this project

README

          

# Tutorial Plan

- Build by module

- commons

- modules
- chat
- components
- Component1
- Component2
- index
- ChatView
- ChatContainer
- actions
- reducer
- index
- index
- redux
- reducers
- auth
- domains
- ui
- index
- store

- Routes.js
- App.js

- More easy to add new features
- Easy to follow

- Using Promise for the api fetching
- How debug with the DevTools

# What we build ?

Full features list app

- auth
- categories
- material-ui
- feeds
- user can like

Backend with express and this is a simple api

# [Episode 1](https://www.youtube.com/watch?v=kkNNkatU4MQ&index=1&list=PLzQWIQOqeUSMt6kTZnX5nY682Kd_ZyHJW)

1. Install Create-React-App

2. Setup the Redux boilerplate
- Store
- Reducer
- Middleware
- DevTools

3. Add the Provider for connect to react

# [Episode 2](https://www.youtube.com/watch?v=5RBi1-LAWoc&index=2&list=PLzQWIQOqeUSMt6kTZnX5nY682Kd_ZyHJW)

1. Setup react-router

2. Talk about children in react

# [Episode 3](https://www.youtube.com/watch?v=5Bytq6LNDO4&list=PLzQWIQOqeUSMt6kTZnX5nY682Kd_ZyHJW&index=3)

1. Setup Semantic-Ui

2. Setup the navbar

3. Setup 404

3. Form for signup/login ui

# [Episode 4](https://www.youtube.com/watch?v=kFArZ5SnuRE&index=4&list=PLzQWIQOqeUSMt6kTZnX5nY682Kd_ZyHJW)

1. What is children
2. Reusable Component
3. Function value