Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jerelmiller/react-calculator
Play around with React
https://github.com/jerelmiller/react-calculator
Last synced: 4 days ago
JSON representation
Play around with React
- Host: GitHub
- URL: https://github.com/jerelmiller/react-calculator
- Owner: jerelmiller
- Created: 2016-02-26T04:38:10.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2016-02-26T09:28:37.000Z (over 8 years ago)
- Last Synced: 2024-10-17T15:37:16.264Z (22 days ago)
- Language: JavaScript
- Homepage:
- Size: 30.3 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# react-calculator
Goal: Get more experience dicing up React components as well as more practice with functional programming techniques
### What I learned
* Small bit of flexbox in CSS (yay!) - no prior experience
* How to abstract pure functions
* More practice with immutablility of data
* Usage of identity function