Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/dotnet-websharper/react
React for WebSharper
https://github.com/dotnet-websharper/react
fsharp react reactjs websharper
Last synced: 7 days ago
JSON representation
React for WebSharper
- Host: GitHub
- URL: https://github.com/dotnet-websharper/react
- Owner: dotnet-websharper
- License: apache-2.0
- Created: 2018-08-03T13:30:32.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2024-07-27T14:16:15.000Z (4 months ago)
- Last Synced: 2024-08-02T05:10:27.565Z (3 months ago)
- Topics: fsharp, react, reactjs, websharper
- Language: F#
- Homepage:
- Size: 315 KB
- Stars: 6
- Watchers: 5
- Forks: 3
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
- awesome-websharper - Facebook React - A JavaScript library for building user interfaces. (Libraries / JavaScript library bindings)
README
# WebSharper.React
**WebSharper.React** is an abstraction over the JavaScript library [React][1] by Facebook. It provides a more functional API and circumvents the need of JSX with type-safe combinators.
* [API Reference](doc/API.md)
* Example "Tic-Tac-Toe" ported from the React tutorial: [on TryWebSharper](http://try.websharper.com/snippet/loic.denuziere/0000Lt)
* Example "Get it done" with React and MaterialUI: [source](https://github.com/dotnet-websharper/materialui/blob/master/WebSharper.MaterialUI.Tests/Client.fs), [running](https://dotnet-websharper.github.io/materialui/)## Licensing and availability
**WebSharper.React** is licensed under [Apache 2.0][2] and available for experimentation on [NuGet][3] and [Try WebSharper][4].[1]: https://facebook.github.io/react/
[2]: LICENSE.md
[3]: https://nuget.org
[4]: http://try.websharper.com