Home New Trending Search
About Privacy Terms
#
#solidjs
Posts tagged #solidjs on Bluesky
Preview
CodeGenerato.rs - Complete Developer Toolbox | Privacy-First Tools & Generators Your complete developer toolbox with 15+ free tools and generators running 100% in your browser. QR Code Generator, JSON validator, JWT decoder, password generator, UUID generator, and more. Zero trac...

​Spent too much time trying to force SolidStart into Nx monorepo without a native plugin. The lesson? Sometimes "industry standard" overhead isn't worth it for a pet project like codegenerato.rs.
​Reverted back to a single npm repo. Speed over Structure (untill I prove myself wrong) 🚀 #solidjs #dx

0 0 0 0

#javascript #python #django #SolidJS #React #Nextjs #Svelte #Vue #Angular

1 0 0 0
Solid.js Best Practices A website containing blog posts related to the frontend.

Solid.js Best Practices, by @brenelz.com:

https://www.brenelz.com/posts/solid-js-best-practices/

#solidjs #bestpractices #examples

1 0 0 0

Quite happy with #SolidJS and #TailwindCSS. First time using them.

My features are once again easy to add and iterate on. But took 8-10 full claude code sessions + more for planning the work. Had to really take a step back.

Backend code where I thought things through needed very minimal work.

1 0 1 0
Preview
mastro/examples/todo-list-server at main · mastrojs/mastro The simplest web framework and site generator yet – no bloat, no bundler, no client-side JS by default. - mastrojs/mastro

Finally added a README to our example of an interactive to-do list with SSR and REST API.

It even avoids the "double data problem" (Or what do people outside the #solidjs community call sending the same data once as HTML and once as JSON?)

1 0 0 0

Premier article sur la stack technique que j'utilise actuellement, pourquoi j'ai choisi #solidjs #solidstart #drizzle #daisyui blogz.zaclys.com/seb/quelle-s...

0 0 0 0
Post image Post image

Incremark major update: Solid is now on the guest list. Vue, Svelte, React, Solid—one incremental parser, one streaming renderer, zero compromises.
⚙️ Dual-engine: Marked (fast) + Micromark (strict)

Traditional parsers: O(n²) 🐢
Incremark: O(n) ⚡

incremark.com

#ai #vue #react #svelte #solidjs

1 0 0 0
Preview
I built an app in every frontend framework A detailed comparison of performance, dev experience and viability of frontend web frameworks in 2026

#Development #Comparisons
I built an app in every frontend framework · “12 frameworks, 12 apps (and 12 years of pain).” ilo.im/169m55 by Alicia Sykes

_____
#Frameworks #Angular #jQuery #Qwik #React #SolidJS #Svelte #Vue #WebDev #Frontend #JavaScript

0 0 0 0
Preview
JavaScript Frameworks - Heading into 2026 I suppose after three years, we can consider my review of JavaScript Frameworks an annual event now....

#Development #Outlooks
JavaScript Frameworks 2026 · The role of JavaScript frameworks is under pressure ilo.im/169mtc by Ryan Carniato

_____
#Frameworks #Angular #Htmx #React #SolidJS #Svelte #Tanstack #WebDev #Frontend #JavaScript

0 0 0 0
A screenshot of a website showing a search bar for location and zip code at the top, a map of Hamburg in the middle, with pins and prices for petrol stations, and a list of petrol stations below the map, showing the first two with their name, zip code, price and the time of the last price update. It’s 1,49€ at 21:20 for the first station and also 1,49€ at 21:00 for the second one. 
The petrol station names are: 

Raiffeisen Energie Nord GmbH at zip code 22952
and the second one is
Calpam Express 6-22h Tanken at zip code 22941

A screenshot of a website showing a search bar for location and zip code at the top, a map of Hamburg in the middle, with pins and prices for petrol stations, and a list of petrol stations below the map, showing the first two with their name, zip code, price and the time of the last price update. It’s 1,49€ at 21:20 for the first station and also 1,49€ at 21:00 for the second one. The petrol station names are: Raiffeisen Energie Nord GmbH at zip code 22952 and the second one is Calpam Express 6-22h Tanken at zip code 22941

A friend and I built mcsprit.de, a website to see real-time gasoline prices in Germany.

Prices change so often that you’ll likely see a different one by the time you actually arrive. That’s why we’ll have some fun with time series prediction models.

#civictech #solidjs #rust #ml #datascience

3 1 0 0
AACHAT

AACHAT is a peer-to-peer video chat application that renders video streams as real-time ASCII art.
aachat.urtell.com

#ASCIIart #p2p #VideoChat #solidjs

3 1 0 0

#fsharp My presentation on #Excel as the functional programmer's bridge to communicating with business is up! #softwareengineering #webdevelopment #SolidJS
www.youtube.com/live/BKTkmiR...

6 1 0 0
Github workflow showing a simple 5 step code integrity check
Setting up flutter -> checking if the code is formatted correctly -> running a static code analysis -> running tests -> building the app for all target platforms (android and ios in this case) to ensure the builds work

Github workflow showing a simple 5 step code integrity check Setting up flutter -> checking if the code is formatted correctly -> running a static code analysis -> running tests -> building the app for all target platforms (android and ios in this case) to ensure the builds work

Checking out how #flutter does in #android #studio, I sadly have to push back my #solidjs #OpenSource #project a bit because I got a new #client recently, I'll still be #working on it tho.

As a sidenote I also made a #github #ci #workflow for basic code integrity on #pull #requests, it's cool!

3 0 0 0
Preview
GitHub - FabioGaming/TeleCloud: A proof of concept project that uses Telegram as a cloud storage solution, made with SolidJS A proof of concept project that uses Telegram as a cloud storage solution, made with SolidJS - FabioGaming/TeleCloud

I forgot to mention actually that TeleCloud (the project I'm making in #solidjs) is already #OpenSource!

Its obviously not done yet but I think you'll get a pretty good idea about the #project (ignore the #pages #release tho that was a test lmao)

github.com/FabioGaming/...

3 0 0 1

First time trying #github #pages, it's pretty nice especially with the ability to #deploy it from #actions. My announced #solidjs #project will be a fully #client #sided #website that has something to do with #file #storage 👀

#OpenSource #BuildInPublic

4 1 0 1

I took a look at @solidjs.com and as a @react.dev #developer I am more than impressed, I'll spin up a small #opensource #project using #solidjs in the upcoming days, just something small
#BuildInPublic

12 2 2 0
Preview
Building a Full-Stack Type-Safe CRUD App with SolidJS, Bun, Hono, and PostgreSQL Introduction In this tutorial, we'll build a complete CRUD (Create, Read, Update, Delete)...

Building a Full-Stack Type-Safe CRUD App with SolidJS, Bun, Hono, and PostgreSQL Introduction In this tutorial, we'll build a complete CRUD (Create, Read, Update, Delete) application using mode...

#honojs #bunjs #solidjs #fullstack

Origin | Interest | Match

1 0 0 0
A screenshot of a knowledge base web app editor

A screenshot of a knowledge base web app editor

I built an actually faster Notion alternative in #rust and #solidjs

Eight months ago I left my job at Stripe to build a knowledge base. Today I'm writing about it.

imedadel.com/outcrop/

3 0 0 0
Beyond Signals, by Ryan Carniato
Beyond Signals, by Ryan Carniato Signals and fine-grained reactivity have recently become staples in modern JavaScript frameworks. However, 9 years ago, when Ryan Carniato created SolidJS, t...

Beyond Signals, by Ryan Carniato, by @ryansolid.bsky.social (@jetbrains.com):

https://www.youtube.com/watch?v=DZPSAOBnBAM

#videos #signals #reactivity #solidjs #react

2 0 0 0

Anybody know a library or tool to showcase blueprints in both 2D and 3D for the web?

Would be cool if it's on npm and runs on solids/vanillajs.

#npm #nodejs #bunjs #web #solidjs

3 0 0 0
kalvn's links

Témoignage d'un développeur React avec 8 ans d'expérience après avoir utilisé Solid pendant 1 mois. Spoiler : il y a pas mal de complexité dans React que les devs acceptent par habitude mais qui n'est pas…

🔗 https://links.kalvn.net/shaare/2oaJ2Q

#reactjs #solidjs

1 0 0 0
I’ve Tried Solid.js, Now I’m Starting to Hate React

I’ve Tried Solid.js, Now I’m Starting to Hate React, by @alem.forge42.dev:

alemtuzlak.hashnode.dev/ive-tried-solidjs-now-im...

#solidjs #react #jsx #apis #webcomponents

2 1 0 0
React Won by Default – And It's Killing Frontend Innovation | Loren Stewart Exploring how React's dominance by default stifles frontend innovation, and why deliberate framework choices lead to better tools for performance, developer experience, and ecosystem diversity.

React Won by Default—and It’s Killing Frontend Innovation, by @cheddybop.bsky.social:

https://www.lorenstew.art/blog/react-won-by-default

#react #svelte #solidjs #qwik #frameworks

4 1 0 0

I‘m now in the #solidjs ecosystem. 🫣
Let’s see how this goes! Hopefully the community is so well as the #vuejs folks 🥰

1 0 0 0
Screenshot of two Bluesky posts discussing framework differences. The first post by rich harris mentions using 'await' without boilerplate and criticizes 'tearing-by-default.' The second post by Adam Rackis questions where the tearing occurs in the Solid version.

Screenshot of two Bluesky posts discussing framework differences. The first post by rich harris mentions using 'await' without boilerplate and criticizes 'tearing-by-default.' The second post by Adam Rackis questions where the tearing occurs in the Solid version.

"tearing-by-default" = me every time I see @rich-harris.dev and @adamrackis.bsky.social arguing on BlueSky 😢
#svelte #solidjs #react #rainbowsandunicorns

7 0 2 0

That is super cool. I can imagine #solidjs would be really well-suited for the dual threaded model

3 0 0 0
Preview
Vike The Modular Framework — Next.js & Nuxt alternative for unprecedented flexibility and stability.

vike.dev looks really promising.

+ works with #react, #vite, #solidjs
+ you have control of everything
+ is just a #vite plugin, works with other vite stuff too
+ good enough documentation

3 0 1 0
Video thumbnail

TanStack Form isn’t tied to any one framework. Lightweight, flexible, and built for modern apps.

If you’ve felt locked into framework-specific form libraries, give @tanstack.com Form a look. 👀 #forms #frameworks #validation #react #vue #angular #solidjs

6 0 1 0
Preview
Oxpecker.Solid vs Feliz: A comparison of F# Frontend Frameworks Recently we spent some time playing around with Oxpecker.Solid. Coming from Feliz, the experience was equally familiar and novel. In this blog post, I give a quick overview of the differences and…

For this week's blog post, we had a look at Oxpecker.Solid! What are your considerations when choosing between Feliz and Oxpecker.Solid?

#frontend #solidjs #webdev #fsharp @fsharponline.bsky.social

www.compositional-it.com/news-blog/ox...

9 3 2 0

I'd only use #React or, preferably, #SolidJS, which basically fixed React. And I say this as someone who was a Vue dev for the first two years of my #webdev journey.

1 0 0 0