purescript-thermite
purescript-thermite copied to clipboard
A simple PureScript wrapper for React
In my experience, having to supply the initial state without access to any effects while calling `createReactSpec` is a bit to restrictive. Given that the `ReactSpec` has a `getInitialState` field...
Hi, I am using the following lens-based approach to propagate a part of the state to the downstream components: ``` fold [ T.focus _items _ListItemAction $ T.foreach \_ -> listItemSpec...
Thermite has the concept of sequencing `Spec`s via the `Semigroup` instance, but sometimes you want to nest the markup of a `Spec` inside another. Lately I've been using this helper...
I am new to Purescript and Thermite, so please pardon me if the answer to this question is obvious. I would like to define a child component which has its...