Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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