bkkhack / hacknights

A meta-repository for finding hack night birds-of-a-feather and tracking what we learn.
https://waffle.io/bkkhack/hacknights
15 stars 4 forks source link

refactoring redux-react app #101

Closed aifarfa closed 8 years ago

aifarfa commented 8 years ago

refactoring (part of) react client app

following ducks modular pattern related libs: react, redux, webpack, babel, es6, mocha, jsdom, nyc

all made in TDD/BDD refactor -> run tests -> fixed if any test failed -> start over

ches commented 8 years ago

I haven't done much frontend dev for a long time, but I'm curious about the functional-inpsired approaches and would like to hear experiences from people who have built apps with Redux vs. GraphQL or Falcor, or have experimented with Elm.