Nacho Martín
Nacho Martín
Links to the Tutorial and Reference Documentation were broken.
RIght now the routes in React are hardcoded, and that is ugly. We should be able to use [FosJsRoutingBundle](https://github.com/FriendsOfSymfony/FOSJsRoutingBundle) and integrate it into Webpack. I guess we could require in...
As reported in https://github.com/Limenius/symfony-react-sandbox/issues/46
Write documentation about context, based on #4 and the example in https://nacmartin.github.io/liform-daniel-example/ Also mention how to do i18n.
This is the list of things that I would consider a must for v1.0 ## Validators We can extract much information from validators. See [this example of minLength](https://github.com/Limenius/Liform/blob/75dc3b28a5ea5390e0dbc550817cd845ee978a6a/src/Limenius/Liform/Transformer/StringTransformer.php#L75) and [this...
There is this [little piece of code]( https://github.com/Limenius/Liform/blob/b7af6414fa537ba15799a794771d7d90b5820d67/src/Limenius/Liform/Transformer/CompoundTransformer.php#L63) that allows us to modify the schema per type, kind of what `buildView` does in Sf Forms. This should be documented.
From the discussion in #2 it is clear that we should provide more docs about this. Apart from just the example in the sandbox. Also work more on documenting transformers.
With our libuv idle handler we now consume 100% cpu in the event loop (although in low priority, as the SETI program). It would be better to react to Tk...