I’m posting this question because as I reviewed the forum, I’m still not sure what is the status of ReasonReact in light of Rescript rebranding. My main concerns are support and packages that were super helpful in ReasonReact development.
- Support
I was using the ReasoReact Discord channel as my main place to ask questions. Where should I sick for help now? This forum, ReasonML forum, or somewhere else?
Simple example: I want to implement file input type.ReactEvent.Form.target(event)["file"]
doesn’t give any clue, also can’t find anything in ReasonReact docs and can’t find anything in Rescript docs. Where should I look for help with such an issue? - Packages
React development isn’t limited to just React and usually involves other libraries. For ReasonReact, it’s the same.
I use libraries like bs-json, bs-fetch, bs-storybook, bs-moment, reason-future, and reductive for some production build.
Some of these are long not updated. For some of this, updating to bs-platform > 8 is not that hard.
What are the chances that Rescript will break existing libraries?
Are there plans to support at least some of them in transition to Rescript?