https://github.com/frender-rs/frender
react in rust with fully typed functional components
https://github.com/frender-rs/frender
frontend react rust webassembly
Last synced: 27 days ago
JSON representation
react in rust with fully typed functional components
- Host: GitHub
- URL: https://github.com/frender-rs/frender
- Owner: frender-rs
- License: mit
- Created: 2021-11-02T11:16:00.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2025-03-04T08:31:20.000Z (about 2 months ago)
- Last Synced: 2025-03-06T15:50:47.819Z (about 2 months ago)
- Topics: frontend, react, rust, webassembly
- Language: JavaScript
- Homepage: https://frender-rs.github.io/frender/
- Size: 17 MB
- Stars: 53
- Watchers: 2
- Forks: 1
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
- awesome-ccamel - frender-rs/frender - react in rust with fully typed functional components (JavaScript)
README
# frender
[](https://crates.io/crates/frender)
[](https://docs.rs/frender)
[](https://github.com/frender-rs/frender/blob/main/LICENSE)
[](https://github.com/frender-rs/frender/stargazers)
Functional Rendering: `React` in `Rust`
_**f**render_ is still in alpha and it's api might change.
For now it is recommended to specify the exact version in `Cargo.toml`.
Before updating, please see the full [changelog](https://github.com/frender-rs/frender/blob/alpha/CHANGELOG.md) in case there are breaking changes.Development is at [v2](https://github.com/frender-rs/frender/tree/v2#readme) branch.
There are some example apps in
[`examples`](https://github.com/frender-rs/frender/tree/v2/examples)
folder. You can preview them at [this site](https://frender-rs.github.io/frender/v2/).You can quick start with the
[frender book](https://frender-rs.github.io/frender/book).## Features
- Functional components and hooks
- Statically typed props
- SSR (Server side rendering)
- [ ] hydration## Contributing
`frender` is open sourced at [GitHub](https://github.com/frender-rs/frender).
Pull requests and issues are welcomed.You can also [sponsor me](https://ko-fi.com/equalma) and I would be very grateful :heart:
[](https://ko-fi.com/N4N26J11L)