https://github.com/fable-compiler/fable-react-dom
https://github.com/fable-compiler/fable-react-dom
Last synced: 4 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/fable-compiler/fable-react-dom
- Owner: fable-compiler
- License: mit
- Created: 2019-07-24T08:17:34.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2023-10-19T20:22:09.000Z (over 1 year ago)
- Last Synced: 2025-01-08T18:52:36.110Z (6 months ago)
- Language: F#
- Size: 59.6 KB
- Stars: 1
- Watchers: 3
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Fable.React
Fable bindings and helpers for React projects
Run `npm install` to install dependencies and `npm run build publish` to publish a new version of the package.
## Documents
* [Server-Side Rendering tutorial](docs/server-side-rendering.md): A **Pure F#** solution for SSR, **No NodeJS Required!**
* [Using third party React components](docs/using-third-party-react-components.md): How to create binding so that third party Javascript React components can be used like stock React components in Fable code.
* [React error boundaries](docs/react-error-boundaries.md): Example on how to use react error boundaries in fable.
* [Function components, hooks and code splitting in Fable.React 5](https://fable.io/blog/Announcing-Fable-React-5.html)## Other packages
This repository previously contained other packages like Fable.React.TransitionGroup, but they've been moved to their own repos. [Find here where](https://github.com/fable-compiler/fable-react/issues/145#issuecomment-478961364).