fable-compiler / fable-react

Fable bindings and helpers for React and React Native
MIT License
275 stars 66 forks source link

Implementation of the React Toolbox #29

Closed tforkmann closed 7 years ago

tforkmann commented 7 years ago

For faster and nicer development it would be nice to be able to use the React Toolbox (http://react-toolbox.com/#/).

Is there a way to implement that toolbox?

Best,

Tim

alfonsogarciacaro commented 7 years ago

It's already possible to use imported React components using from even dynamically (example with Material-UI). I think there was an example out there of using Fable with React Toolbox, but I don't remember where. I personally tried to use React Toolbox but had some problems with the Sass modules (also in JS) so I haven't investigated further.

tforkmann commented 7 years ago

Thanks you for the tip! Found a starter pack and the helper function in: https://github.com/Prolucid/fable-react-toolbox https://github.com/Prolucid/fable-react-toolbox-starter

Will close that issue now!