wwewe | 5 years ago | on: Reason React 0.8
wwewe's comments
wwewe | 5 years ago | on: Reason React 0.8
The approach I've been taking is to use ReasonML to model the domain of my application as well as high level components. ReasonML code remains unaware of the styling of the "lower-level" components for the most part, which I write in typescript with styled-components or emotion.
page 1
You get a lot of optimizations for free with react-redux. Given reason-react now supports hooks you can also just use `useReducer` but this lacks some optimizations.