reductive
reductive copied to clipboard
Migrate to rescript
closes #74
What does this PR do:
- Upgrade compiler version
- Convert to rescript syntax
- Use rescript react instead of reason react
- Remove legacy parts
- Fix incomatibilties in upgrade process
- Fix some tests
@amiralies Do you intend to continue working on this PR? Can you use help?
@Minnozz I can address the issues but I'm curious if ricky @rickyvetter willing to continue maintaining this since I didn't get response from him
@amiralies, I like your pr, today I build you branch on my machine and found it build successfully! but I can't build successfully in the master branch. But when I run the example of todomvcEntry.res, it doesn't work, the I just got blank browser page. what is your plan for the next step? I will suggest you keep working on it, since I need this solution so I can use redux in rescript. Or you could create your own repo for this migration.