-
Notifications
You must be signed in to change notification settings - Fork 24
Progress on v2 #63
Description
First of all - amazing project 🎉Making it solid and robust will allow Reason community to grow very rapidly, allowing adoption in many existing projects. Thank you for all your work!
I want to integrate Reason into my current React (with flow) project. The main obstacle is creating bindings to components library. It's around 30 components I have to creating bindings for so nothing huge to do manually but it would be better to create automated solution.
I was playing with current version and the initial output is good but have to be updated manually to latest ReasonReact/Reason/Bucklescript version. I saw there is 2 folder with experimental branch with the new compiler so I started playing with it. It's very early stage and it's missing a lot of features yet.
Some stuff I was improving baransu@c3e3477#diff-ad87cfcd8f69e5ca9743bdb78cc3bf81 but not sure if it's good direction.
Could you create some small tasks to grab and work on in free time? I really want to contribute but having no guidelines nor roadmap for version 2 doesn't help.