azat-co / react-quickly

Source code for React Quickly [Manning, 2017]: Painless Web Apps with React, JSX, Redux, and GraphQL 📕
http://reactquickly.co
MIT License
544 stars 422 forks source link

ch15/password to es6 #6

Closed gagoar closed 7 years ago

gagoar commented 7 years ago

👋 Hello!

this file was in es5 and there's a es5 directory as well (in this chapter), so I have refactored to be es6 instead. mostly using a functional approach (removing while and for loops when possible, avoiding transformations, etc) and taking advantage of the new features from es6.

✅ all tests are passing.

Cheers,

azat-co commented 7 years ago

@gagoar awesome!