WebSharper.React is an abstraction over the JavaScript library React by Facebook. It provides a more functional API and circumvents the need of JSX with type-safe combinators.
- API Reference
- Example "Tic-Tac-Toe" ported from the React tutorial: on TryWebSharper
- Example "Get it done" with React and MaterialUI: source, running
WebSharper.React is licensed under Apache 2.0 and available for experimentation on NuGet and Try WebSharper.