Sycamore is a library for creating reactive web apps in Rust and WebAssembly.
Write performant user interfaces using the power of fine-grained reactivity.
This is free and open source software.
Key Features
- Performance – built on top of Rust and WebAssembly.
- Fine-grained reactivity – only the parts of your app that need to be updated will be.
- Type-checked UI – whether you use our custom DSL or the builder API, Sycamore type-checks your code to catch errors at compile-time.
- Server Side Rendering (SSR) is supported out of the box. It supports creating isomorphic web applications (apps that use the same code to run on both the server and the client). SPA mode also works as well.
- Async and Suspense – easily load and display asynchronous data using the resources and suspense API with first-class async/await support.
- Built-in Routing – comes with a built-in router that supports both client-side navigation and server side rendering. Routers are the backbone of SPAs (Single Page Apps). They handle displaying different pages depending on the URL. When an anchor tag is clicked, the router will intercept it and navigate to the correct page without performing a full refresh. This makes navigation feel faster and smoother.
Website: sycamore.dev
Support: GitHub Code Repository
Developer: Luke Chu
License: MIT License
Sycamore is written in Rust. Learn Rust with our recommended free books and free tutorials.
Related Software
| Rust Frontend Web Frameworks | |
|---|---|
| Tauri | Framework for building tiny, blazing fast binaries for all major desktop platforms |
| Yew | Modern framework for creating multi-threaded front-end web apps |
| Leptos | Full-stack, isomorphic Rust web framework |
| iced | GUI library focused on simplicity and type-safety |
| Dioxus | React-like library for building fast, portable, and beautiful user interfaces |
| Seed | Framework for creating fast and reliable web apps with an Elm-like architecture |
| Sycamore | Next generation UI library |
| Vizia | Declarative GUI library |
| Perseus | State-driven web development framework |
| Percy | Collection of libraries for building interactive frontend browser apps |
| stdweb | Standard library for the client-side Web |
| mogwai | View library for creating GUI applications |
| Silkenweb | Library for building reactive web apps |
| sauron | Suited for developing web application which uses progressive rendering |
| Dominator | High-performance declarative DOM library |
| Kobold | Easy declarative web interface |
| Draco | Build client side web applications with Web Assembly |
| Smithy | Build WebAssembly applications with Rust |
Read our verdict in the software roundup.
Explore our comprehensive directory of recommended free and open source software. Our carefully curated collection spans every major software category.This directory is part of our ongoing series of informative articles for Linux enthusiasts. It features hundreds of detailed reviews, along with open source alternatives to proprietary solutions from major corporations such as Google, Microsoft, Apple, Adobe, IBM, Cisco, Oracle, and Autodesk. You’ll also find interesting projects to try, hardware coverage, free programming books and tutorials, and much more. Discovered a useful open source Linux program that we haven’t covered yet? Let us know by completing this form. |

