In the #react workshop with @nikgraf and
@dtanzer and more #scriptconf people.
10 replies
Drinking Granit while closing the awesome #react workshop with
@nikgraf #scriptconf


And here is a sample app with #react saga:
https://github.com/nikgraf/CarteJaune #scriptconf
Now for the nitty gritty part: external state.
@nikgraf recommends redux-saga:
https://speakerdeck.com/ryyppy/manage-side-effects-efficiently-with-redux-sagas
#scriptconf #react
For large structures in #react apps, it makes sense to use
https://facebook.github.io/immutable-js/ … look into if you really have a use
case. #scriptconf
#react apps can create a highly coupled system of nested components, which makes
refactoring hard. #scriptconf
Form Validation As A Higher Order Component in #react:
https://medium.com/javascript-inside/form-validation-as-a-higher-order-component-pt-1-83ac8fd6c1f0#.hkfesyoux
https://medium.com/javascript-inside/form-validation-as-a-higher-order-component-pt-2-1edb7881870d#.3uh2ktv1f
#scriptconfig
THE defining gist for higher order components in #react:
https://gist.github.com/sebmarkbage/ef0bf1f338a7182b6775 #scriptconf
Learning cool stuff on composability of #react components. #scriptconf
https://github.com/facebookincubator/create-react-app is a helper to start a
new #react app #scriptconf