/learning

Learning stuff is an ongoing process.

Primary LanguageJavaScriptMIT LicenseMIT

React

Learning patterns etc.

1. controlled vs uncontrolled

  • 1 How to make simple components

2. state management (mobx)

  • 1 Make the same components, but usng store state
  • 2 When components need to communicate

3. hooks

Full components vs presenational

4. state management vs hooks

When to use what?


To start run:

yarn start

Runs the app in the development mode.
Open http://localhost:3000 to view it in the browser.

The page will reload if you make edits.
You will also see any lint errors in the console.

From there you should be able to access the different learning modules from the menu

This project was bootstrapped with Create React App.