forward-blockchain / qlkit-renderer

Friendly edn-based rendering pipeline for qlkit with batteries
6 stars 2 forks source link

move the function qlkit-renderer.core/fix-inline-react to qlkit-material-ui #1

Open drcode opened 6 years ago

drcode commented 6 years ago

This "inline react" stuff is specific to MaterialUI.

Note that you can do this by adding another qlkit.core/rendering-middleware, but you'll want to add it to the FRONT of the vector, so that the output of the rendering goes to qlkit-material-ui THEN qlkit-renderer

craig-ludington commented 6 years ago

With Material UI v1.0 there doesn't seem to be a need for this. Components that were in properties before are now proper children, as far as I know.