cryptag / backchannel

Secure collaboration for activists, journalists, and you
https://www.cryptag.org/
Other
4 stars 2 forks source link

Refactor to Presentational Components #20

Open jimmcgaw opened 7 years ago

jimmcgaw commented 7 years ago

Only two of our React components contain any state, and one of them really shouldn't have any (in the long run.)

Refactor components to presentational, "dumb" components that don't contain their own state.