cuyu / web-calculator

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

A web calculator using React.

Each code branch maps a method to manage states of React components:

  • master: using global variable;
  • with-flux: using React original flux lib;
  • with-redux: using original redux lib;
  • with-react-redux: using the react-redux lib besides of redux;

Also, I will use git tags to label progress on each branch so that we can easily find the same progress using different methods.

About


Languages

Language:HTML 45.5%Language:JavaScript 32.9%Language:CSS 21.6%