Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/thejoefin/thinking-in-react-tutorial
Created with CodeSandbox
https://github.com/thejoefin/thinking-in-react-tutorial
Last synced: 10 days 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 (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2020-04-30T02:21:44.000Z (over 4 years ago)
- Last Synced: 2024-12-16T17:51:07.717Z (16 days ago)
- Language: JavaScript
- Homepage: https://codesandbox.io/s/github/TheJoeFin/Thinking-In-React-Tutorial
- Size: 157 KB
- Stars: 0
- Watchers: 3
- 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