Sunday, 25 September, 2016 UTC


Summary

sponsor
How much time per year do you spend waiting for your React tests to finish?
sponsor, testing, code, quality, wallabyjs, coverage
Instant feedback from your tests and realtime code coverage right in your editor, no context switching.
react
Redux Patterns and Anti-Patterns
react, redux, patterns
Redux is a surprisingly simple library for managing application state with a Flux-like architecture. Here at Affirm, we are particularly interested in Redux’s time-travel capabilities.
You Might Not Need Redux
react, redux
People often choose Redux before they need it. “What if our app doesn’t scale without it?” Later, developers frown at the indirection Redux introduced to their code. “Why do I have to touch three files to get a simple feature working?” Why indeed!
Redux or MobX: An attempt to dissolve the Confusion
react, redux, mobx
I used Redux excessively the last year, but spent the recent time with MobX as state management alternative. It seems that an upcoming alternative to Redux evolves naturally into confusion in the community. People are uncertain which solution to pick.
Building a Game with Three.js, ReactJS and WebGL
react, threejs, webgl
I’m making a game titled “Charisma The Chameleon.” It’s built with Three.js, ReactJS and WebGL. This is an introduction to how these technologies work together using react-three-renderer (abbreviated R3R).
If TypeScript is so great, how come all notable ReactJS projects use Babel?
react, typescript, babel
I know the answer for such a question might be very opinionated. However, these opinions are the ones many of us are following, it is some kind of wisdom of crowds.