frender icon indicating copy to clipboard operation
frender copied to clipboard

react in rust with fully typed functional components

Results 3 frender issues
Sort by recently updated
recently updated
newest added

Hey, your rsx macro is probably feature complete and there's no interest in changing it – but in case you have to expand functionality: I just wanted to leave an...

Do you/we have any vision for parsing react files (and classes), using this tooling?

Currently `frender` and `react-rs` rely on [`react-sys`](https://docs.rs/react-sys) to work. `react-sys` uses a feature flag `import-react` to control whether to import from `react` module or just use global variable `React`. A...