Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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: 4 days ago
JSON representation

react in rust with fully typed functional components

Awesome Lists containing this project

README

        

# frender

[![Crates.io](https://img.shields.io/crates/v/frender?style=for-the-badge)](https://crates.io/crates/frender)
[![docs.rs](https://img.shields.io/docsrs/frender/latest?style=for-the-badge)](https://docs.rs/frender)
[![GitHub license](https://img.shields.io/github/license/frender-rs/frender?style=for-the-badge)](https://github.com/frender-rs/frender/blob/main/LICENSE)
[![GitHub stars](https://img.shields.io/github/stars/frender-rs/frender?style=for-the-badge)](https://github.com/frender-rs/frender/stargazers)

![frender logo](logo.svg)

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:

[![Buy Me a Coffee at ko-fi.com](https://cdn.ko-fi.com/cdn/kofi2.png?v=3)](https://ko-fi.com/N4N26J11L)