ReasonReact

ReasonReact

  • Docs
  • Try
  • Examples
  • Community
  • Blog
  • Languages iconEnglish
    • 日本語
    • Español
    • Français
    • 한국어
    • Português (Brasil)
    • Русский
    • 中文
    • 繁體中文
    • Help Translate
  • GitHub

›Recent Posts

Recent Posts

  • Support for the JSX transform under a new name `reason-react-ppx`
  • ReasonReact is back (and powered by Melange)
  • We are rebranding to ReScript / React
  • ReasonReact 0.9.0 - Uncurried and Code Cleanup
  • ReasonReact 0.8.0 🎉 BuckleScript Upgrade & More!

ReasonReact 0.5: Fragment, Event, Cleanups

August 6, 2018

It's been a while since the last blog post! Note that we've been updating ReasonReact, just that we didn't want to drown you with too many blog posts when unnecessary. As we've said in our ReasonConf video, we wanted the ReasonReact community to catch up and settle down a bit before showering it with another batch of changes.

As usual, the proper list of changes are in HISTORY.md, likewise for the migration script. Major highlights:

  • Fragment support.
  • ReactEventRe -> ReactEvent revamp.
  • General cleanups that removes a bunch of already deprecated features.

There are also many other quality-of-life improvements that, combined together, should reduce the arbitrary newcomer frictions in some places.

See you next time!

Recent Posts