├── README.md └── profile └── README.md /README.md: -------------------------------------------------------------------------------- 1 | # .github 2 | -------------------------------------------------------------------------------- /profile/README.md: -------------------------------------------------------------------------------- 1 |

2 |

3 | 5 | 8 | 9 | 10 | 11 |
12 |

13 |

14 | 15 | Dioxus Labs is a small team of full-time open source enthusiasts on a mission to simplify app development. 16 | 17 | We want to support developers every step of the way: from designing UIs to deploying backend services. 18 | 19 | To date, we've built: 20 | 21 | - [A UI library for Rust, similar to React / SolidJS](https://github.com/DioxusLabs/dioxus) 22 | - [A web renderer, similar to React-dom](https://dioxuslabs.com/learn/0.5/getting_started/wasm) 23 | - [A desktop renderer, similar to Electron](https://dioxuslabs.com/learn/0.5/getting_started/desktop) 24 | - [A mobile renderer, similar to Flutter / React Native](https://dioxuslabs.com/learn/0.5/getting_started/mobile) 25 | - [An HTML-over-websocket renderer, similar to Phoenix LiveView](https://dioxuslabs.com/learn/0.5/getting_started/liveview) 26 | - [A backend server framework, similar to NextJS](https://dioxuslabs.com/learn/0.5/getting_started/fullstack) 27 | - [A Rust-based implementation of Flexbox, similar to Facebook's Yoga](https://github.com/DioxusLabs/taffy) 28 | - [The fastest js-framework-benchmark implementation](https://github.com/Demonthos/sledgehammer_bindgen) 29 | - [A (work-in-progress) HTML/CSS renderer in Rust](https://github.com/DioxusLabs/blitz) 30 | - [A (work-in-progress) open source Firebase alternative](https://dioxuslabs.com/deploy) 31 | 32 | Our [roadmap is public](https://github.com/orgs/DioxusLabs/projects/7), and we welcome you to [read our story](https://dioxuslabs.com/blog/introducing-dioxus). Feel free to contribute, or just [stop by our Discord](https://discord.gg/XgGxMSkvUM). 33 | 34 | We get funding for our work thanks to [Satellite.im](http://satellite.im), FutureWei Technologies, [YCombinator](http://ycombinator.com), [GitHub](https://accelerator.github.com), and open source donations. 35 | --------------------------------------------------------------------------------