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: 19 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 (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2016-02-26T09:28:37.000Z (almost 9 years ago)
- Last Synced: 2024-11-11T05:05:46.690Z (about 2 months 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