Managing application state in React
By Julien Noleau, January 30, 2017
Nowadays, when we talk about state management, Redux is often the answer. But is it always relevant ?
Desktop realtime client for Twitter
Nowadays, when we talk about state management, Redux is often the answer. But is it always relevant ?
The first step : set a working dev environment. We want to be able to open a window in Electron, load hmtl with hot reload capabilities for React & CSS. The stack we want is ES6 with flowtype and some linting rules.