ALT The Angular Plus Show. Season 5 episode 5, titled "Framework Building". Pictures of hosts, Lara Newsom, Ady Ngom, Jennifer Wadella, Brian Love, and guest, Ryan Carniato
We're excited to announce that @jutanium is coming back to lead the docs project! 📚
He joins @devshogun and is building off his learnings on the @astrodotbuild docs team. 🚀
What would YOU like to see in Solid docs? What pain points can we solve together? Let us know!
Stoked to have @jutanium join me in 40 mins to talk about the challenging topics like SSR, Suspense, Streaming.
Come with your questions, as he helps me make SolidJS and modern web development more approachable.
youtube.com/live/E3jYGTB50LE…
Did you know you can use solid.new to spin up a new Solid project on @stackblitz?
Joining it today is start.solid.new, which lets you play with the latest version of SolidStart in the browser.
Working on type-narrowed control flow for @solid_js. What's the expected log if the user switches to null before the timeout goes off?(w/o cleanup)
<Show when={user()}>{
narrowedUser => {
setTimeout(() =>
console.log(narrowedUser(), 4000));
}
}</Show>
Have you checked out solid-primitives yet? 🧱
It's a collaboration between core and community to create a stable foundation of functionality for your packages and apps. 🏯
And it just launched its homepage, thanks to @_aquaductape_!
solid-primitives.netlify.app…
Solid Primitives just passed 100k downloads per month! Congratulations to fellow maintainers @lexLohr and @thetarnav and the rest of the gang. They are the driving force behind this effort today. This is a huge milestone 💪😀
"When using signals performance doesn't scale based on how many components you have; it scales based on interactivity." ~@RyanCarniato
Full course: frontendmasters.com/courses/…
A bit of a fun update from me today...
I have written a basic example Pokedex plugin for yal in @solid_js and @tan_stack Query.
Special thanks to @aryan__deora for letting me use his code / example to get a nice looking Pokedex easily up and running 🚀
I just published a new library for @solid_js 🎉.
solid-code-input is a very minimal wrapper which enables syntax highlighting using PrismJS and HighlightJS inside textareas.
- Easy to use
- PrismJS and HighlightJS
- Auto Resize
- Tab indent
- More!
github.com/srsholmes/solid-c…
Before getting into the details of Signals, I'd like to start with a bit of a history that celebrates the incredible work done across the ecosystem over the past 10 years.
"The Evolution of Signals in JavaScript" by @RyanCarniato#DEVCommunity#webdevdev.to/this-is-learning/the-…