React, Redux with TypeScript
The most important element of a React + Redux application is "state". The state decides what the user interface will look like therefore it becomes essential to make sure that the state is always in a consistent and stable state.
To take a simple example, if a React application shows a simple counter and the state holds the counter value we need to make sure that no action sets the counter's value to a string (for example). So it would be nice if we can protect the state with tests as well as "types". Being a JS, Ruby and Clojure programmer I have never been a fan of types, however I do admit types provide some safety, and in case of Redux this safety is really nice to have.
Head of IT Technology Strategy / CTO at Boehringer Ingelheim | ex-Oracle
5 年Lol Types Rock.. as painfull as they (sometimes) are..