https://github.com/thejoefin/thinking-in-react-tutorial
Created with CodeSandbox
https://github.com/thejoefin/thinking-in-react-tutorial
Last synced: over 1 year ago
JSON representation
Created with CodeSandbox
- Host: GitHub
- URL: https://github.com/thejoefin/thinking-in-react-tutorial
- Owner: TheJoeFin
- Created: 2020-03-25T16:22:30.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2020-04-30T02:21:44.000Z (about 6 years ago)
- Last Synced: 2025-04-01T15:57:41.441Z (over 1 year ago)
- Language: JavaScript
- Homepage: https://codesandbox.io/s/github/TheJoeFin/Thinking-In-React-Tutorial
- Size: 157 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Thinking in React
Starting from the "Thinking in React" tutorial I have made changes to understand how React works.
## Changes so far
1. Seach is not case sensitive
2. classes changed into functions
## Planned changes
1. Add types
2. Replace as many classes to functions