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