sycamore
solid
sycamore | solid | |
---|---|---|
70 | 53 | |
2,763 | 32,050 | |
1.0% | 1.0% | |
6.6 | 8.6 | |
6 days ago | 12 days ago | |
Rust | TypeScript | |
MIT License | MIT License |
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
sycamore
-
Building a Rust app with Perseus
Perseus is a fast frontend web development framework for Rust with built-in support for reactivity using Sycamore, server-side rendering, and much more. Sycamore is a frontend library that allows you to build interactive user interfaces with Rust. I’d say that Perseus is to Sycamore as Next.js is to React, so it’ll be helpful for you to have a fair understanding of Sycamore before jumping into using Perseus — although it’s not necessary to follow along in this article.
-
Announcing samba – a Rust full-stack assistant for ballroom dancers
Now, I considered whether to spend more time fixing everything that now failed in sycamore 0.9. But there are major changes ahead which would require yet another major refactoring, to the point where I am not sure whether it would not be more of a rewrite than a refactoring, given my previous experiences with sycamore.
-
Rust Tauri (inspired by Electron) 1.3: Getting started to build apps
Sycamore.
-
Want a web app to respond to local file changes. Is Tauri the solution here?
Sycamore, Yew, or Seed if you want a full-stack solution. (Or Leptos if you want something that's faster but less mature.)
-
Hey Rustaceans! Got a question? Ask here (16/2023)!
There are others, like Sycamore, similar story as Leptos but imo Leptos is (currently) more ergonomic.
-
Sycamore -a library for creating web apps in Rust and WebAssembly
Sycamore is a reactive library for creating web apps in Rust and WebAssembly. https://github.com/sycamore-rs/sycamore
-
Yew | What’s been your experience?
I tried my first project with yew as frontend. And my experience was after some time similar to the already mentioned ones: It is a little more to take on than I actually wanted. And some things were not straightforward to achieve. I switched to sycamore for the other projects now and I am much more satisfied (but this could also be since I have some more experience in the Rust ecosystem by now). Changing from yew to sycamore was pretty easy and I can achieve most of the tasks with less code.
-
Rust tech stack
If you want to do fullstack/SPA stuff, check out Sycamore, Seed, and Yew.
-
rust web dev??
If you want to do front-end SPA development, take a look at Yew, Seed, or Sycamore.
-
How Discord Stores Trillions of Messages
I have written a front-end (website) application in Rust that is used internally in production. I wouldn't recommend to use something like sycamore, leptos, dioxus, yew for you next puplic web-app now but i can absolutely see how this is used in the future as those libs mature.
solid
-
7 Most Popular JavaScript Front-End Frameworks in 2024 Visualized with Graphs 📊📈
GitHub | npm | website
-
Resources for understanding the Solid compiler
The reactivity core, which is in https://github.com/solidjs/solid This is where you'll see the reactivity runtime implementation. Take note that Solid's reactivity doesn't rely on compile-time magic
-
Are there any go backends that work with solid?
I did try this but I'm not sure what you mean with the ssrLoadFrom. Is there any documentation on this, all I could find was the examples folder in solidjs: solid-ssr?
-
Solid JS compared to svelte?
This is very true. I really hate svelte single file components. But then I tried JSX for breaking things down. I love solid but I don't feel really good about angle brackets within C style syntax. I saw this Scala library that stick with simple statically typed function syntax than html tags. I don't understand why people still wants to stick with xml like tags. In laminar markup is written like this scala div( h1("Hello world", color := "red"), inputCaption, input(inputMods, name := "fullName"), div( ">>", button("Submit"), "<<" ) ) I wish solid team makes their HyperScript syntax as performant as JSX.
-
Building an E-commerce Store: A Step-by-Step Guide with Solidjs and Medusa
What is Solid?
-
Learn how to install SolidJS with Flowbite and Tailwind CSS
import logo from './logo.svg'; import styles from './App.module.css'; import 'flowbite'; function App() { return (
Edit
Learn Solid, Tailwind CSS and Flowbite Toggle Flowbite modalsrc/App.jsx
and save to reload. -
Does solid start support CSR or SSG if so how?
There is example of each technique in Solid's main repo: https://github.com/solidjs/solid/tree/main/packages/solid-ssr/examples
-
Proposal for separation of concerns and immutable state
I basically came up with an idea that is much like flutter's bloc pattern, and probably waht ryansolid was referring to in his reply to this issue when he said he made his own version of redux that codifies state changes instead of immutable state.
- Flutter 3 の状態管理 (State、ステート): アプローチ (概念)
- SolidJS Crash Course - Building a REST API Client - Part 1
What are some alternatives?
yew - Rust / Wasm framework for creating reliable and efficient web applications
qwik - Instant-loading web apps, without effort
dioxus - Fullstack app framework for web, desktop, mobile, and more.
SvelteKit - web development, streamlined
leptos - Build fast web applications with Rust.
Angular - Deliver web apps with confidence 🚀
perseus - A state-driven web development framework for Rust with full support for server-side rendering and static generation.
Preact - ⚛️ Fast 3kB React alternative with the same modern API. Components & Virtual DOM.
rust-dominator - Zero-cost ultra-high-performance declarative DOM library using FRP signals for Rust!
astro - The web framework for content-driven websites. ⭐️ Star to support our work!
tauri - Build smaller, faster, and more secure desktop applications with a web frontend.
inferno - :fire: An extremely fast, React-like JavaScript library for building modern user interfaces