POPULARITY
We've been diving into the evolving landscape of React app development and why tools like Create TS Router App (CTA) are stepping up to fill the gap left by the deprecation of Create React App (CRA). What we've learned is that SSR (server-side rendering) isn't one-size-fits-all—e-commerce sites need it for SEO and performance, but internal tools and dashboards often don't. That's where CTA shines. It gives us a fast, modern, Vite-powered setup with TanStack Router built in, so we can start small and scale up without committing to heavy frameworks like Next.js from day one.What we love about CTA is how it keeps things familiar (same structure as CRA) while giving us type safety, file-based routing, and the flexibility to add only the features we need—like Clerk, Sentry, or even SolidJS support. Whether we're building a simple prototype or a full-featured app, CTA makes the experience smoother, more intuitive, and future-friendly.Become a supporter of this podcast: https://www.spreaker.com/podcast/javascript-jabber--6102064/support.
This week we talk to Ryan Carniato, the creator of SolidJS. SolidJS is a modern frontend framework that is designed to be simple, fast, and reactive. It work in almost the exact opposite way of React, but with very familiar patterns. Learn how it's been behind the scenes influencing things for years. https://bsky.app/profile/ryansolid.bsky.social https://www.youtube.com/@ryansolid https://markojs.com/ https://dev.to/ryansolid https://www.solidjs.com/ https://github.com/ryansolid Apply to sponsor the podcast: https://devtools.fm/sponsor Become a paid subscriber our patreon, spotify, or apple podcasts for the ad-free episode. https://www.patreon.com/devtoolsfm https://podcasters.spotify.com/pod/show/devtoolsfm/subscribe https://podcasts.apple.com/us/podcast/devtools-fm/id1566647758 https://www.youtube.com/@devtoolsfm/membership
In this episode of the Modern Web Podcast, Rob Ocel, Danny Thompson, Adam Rackis, and Brandon Mathis discuss the role of abstractions in software development. They explore frontend tools like React and SolidJS, backend abstractions like serverless platforms, and the importance of understanding patterns and learning through mistakes. The group also highlights emerging trends for 2025, including opportunities in platform plugins and developer marketplaces. Key Points for the Episode: The Role of Abstractions in Development: The panel discusses the benefits and challenges of abstractions in software development, emphasizing the importance of understanding underlying systems to avoid over-reliance on tools like React hooks and serverless platforms. Learning Through Experimentation: Personal experiences with tools like Advent of Code, exploring new languages like Swift and Rust, and experimenting with new frameworks like SolidJS highlight the importance of hands-on learning and stepping outside comfort zones. Platform Opportunities: A growing interest in building apps and plugins on established platforms like Stripe, Zoom, and Chrome Extensions showcases untapped opportunities for developers to create impactful solutions and monetize their skills. Chapters 0:00 - The Potential of Plugins and Platforms 0:42 - Welcome to the Modern Web Podcast 0:47 - Introducing the Hosts and Guests 1:19 - Holiday Projects and Side Gigs 1:31 - Danny's Speedrun of a New Platform 2:07 - Adam's Holiday Reading List 3:38 - Brandon's Advent of Code Challenge in Swift and Rust 5:01 - Learning New Programming Languages Through Challenges 6:52 - Discussion on Abstractions in Software Development 7:10 - The Balance Between Abstractions and Understanding the Basics 8:56 - Learning Through Experience: The Importance of Stepping on Rakes 9:46 - React's Role in Frontend Development and Its Critics 10:39 - The Evolution of Frontend and Backend Abstractions 12:09 - The Impact of Serverless and Cloud Platforms 13:31 - Misuse of Abstractions and Overcomplicated Code 14:27 - The Common Pitfalls of React Hooks Misuse 15:29 - Overuse of `useEffect` and Its Performance Implications 16:41 - Learning from Industry Experts: Insights from Ben Lesh 17:53 - The Evolution of the Web from Static Documents to Interactive Applications 19:04 - The Role of Abstractions in Backend Development and Serverless Adoption 21:06 - Advice for Developers on Understanding Patterns and Abstractions 22:21 - Sponsor Message: This Dot Labs 22:27 - Looking Ahead to 2025: Technologies and Trends 22:43 - Excitement Around SolidJS and Signals-Based Frameworks 23:29 - The Growing Ecosystem Around SolidJS and TanStack Router 24:48 - Insights from a Conversation with Ryan Carniato 25:19 - Interest in TanStack Start and React 19 Features 26:09 - Danny Learning Spanish and Coding Challenges 27:16 - Exploring New Platforms for Side Projects and Monetization 27:55 - The Untapped Potential in Plugin and App Store Ecosystems 29:01 - Case Study: Monetization through Small Chrome and Office Extensions 30:09 - Growth of Developer Marketplaces (Stripe, Slack, Shopify, Zoom) 31:06 - The Challenge of Getting Projects in Front of Users 32:03 - Opportunities in Game Modding and Twitch Extensions 32:32 - Closing Thoughts and Future Podcast Episodes 32:45 - Sponsor Message and Where to Find the Podcast Online Follow the crew on Twitter and Linkedin: Rob Twitter: https://x.com/robocell Rob Linkedin: / robocel Danny Twitter: https://x.com/DThompsonDev Danny Linkedin: / dthompsondev Adam Twitter: https://x.com/AdamRackis Adam Linkedin: / adam-rackis-5b655a8 Brandon Twitter: https://x.com/BrandonMathis Brandon Linkedin: / mathisbrandon Sponsored by This Dot: thisdot.co
In this episode of the Modern Web Podcast, host Danny Thompson interviews Ryan Carniato, creator of SolidJS, about the evolving relationship between client and server technologies in web development. They explore the history of server-side rendering, single-page applications, and how SolidJS bridges these worlds with innovations like single-flight mutations, which cut down on server-client round trips for better performance. Ryan also shares his vision for the future of reactive systems, focusing on async models and proxy-based stores that enable precise state updates with minimal re-renders. Chapters 0:00 – Introduction and Guest Welcome 1:52 – Challenges of Client and Server Models in Modern Web 4:05 – Importance of Page Load Time and SEO 6:00 – Balancing Client-Server Interactions in Frameworks 9:03 – Exploring React Server Components and Astro Islands 12:00 – Single Page Apps and Data Serialization Challenges 16:02 – Understanding the Cost Triangle of Modern Frameworks 20:02 – The Router Approach in Solid and Its Benefits 27:00 – Framework Opinionation and Flexibility in Ecosystems 35:03 – Vendor Lock-in Trends and React's Evolution 43:04 – Single Flight Mutations: Concept and Benefits 46:05 – Current Work: Reactivity and Signals in Solid 52:00 – Exploring Mutable Reactivity and Performance Gains 57:02 – Wrap-Up and Final Thoughts Follow Ryan Carniato on Social Media Twitter: https://x.com/RyanCarniato Dev.to: https://dev.to/ryansolid Github: https://github.com/ryansolid Sponsored by This Dot: thisdot.co
WP Engine is taking Automattic and Matt Mullenweg to court. The complaints are numerous and juicy: extortion, libel, slander, and include screenshots of text messages, tweets, and emails that look pretty damning against Automattic. The whole story has “Made for TV documentary” written all over it.In slightly less controversial news, React 19 has renamed its Server Actions to Server Functions. This name change brings React's server functions more in line with other frameworks who support the same sort of functionality like SolidJS, Astro, TanStack Start, and others.Also in a follow up from the last episode where we talked about a new addition to the Web Components world allowing for web components with SSR via the Declarative Shadow DOM, a good number of JavaScript framework creators shared their misgivings about the creation of Web Components. Ryan Carniato and Rich Harris were two of the most vocal, and basically said WCs have made their work writing frameworks harder, not easier, and WCs are not the future.News:Paige - Web components are not the future according to JS framework authors Ryan Carniato (Solid JS) and Rich Harris (Svelte JS)Jack - Server Actions become Server Functions in React 19TJ - Wordpress vs. WP Engine drama continuesBonus News:OpenAI raises $6.6 billionWaymo is coming to Austin and AtlantaFire Starters:What Makes Us Happy this Week:Paige - The Tourist seriesJack - The Wild Robot movieTJ - Adafruit sensorsThanks as always to our sponsor, the Blue Collar Coder channel on YouTube. You can join us in our Discord channel, explore our website and reach us via email, or Tweet us on X @front_end_fire and BlueSky.Front-end Fire websiteBlue Collar Coder on YouTubeBlue Collar Coder on DiscordReach out via emailTweet at us on X @front_end_fireFollow us on Bluesky @front-end-fire.com
Atila Fassina, a GDE for web technologies and SolidJS developer, discusses the exciting release of SolidStart v1.0, its unique philosophy, and the journey behind its development. Links https://atila.io https://twitter.com/atilafassina https://github.com/atilafassina https://www.youtube.com/AtilaIO https://mas.to/@atila https://www.linkedin.com/in/AtilaFassina https://www.solidjs.com/blog/solid-start-the-shape-frameworks-to-come https://x.com/solid_js https://discord.com/invite/solidjs We want to hear from you! How did you find us? Did you see us on Twitter? In a newsletter? Or maybe we were recommended by a friend? Let us know by sending an email to our producer, Emily, at emily.kochanekketner@logrocket.com (mailto:emily.kochanekketner@logrocket.com), or tweet at us at PodRocketPod (https://twitter.com/PodRocketpod). Follow us. Get free stickers. Follow us on Apple Podcasts, fill out this form (https://podrocket.logrocket.com/get-podrocket-stickers), and we'll send you free PodRocket stickers! What does LogRocket do? LogRocket combines frontend monitoring, product analytics, and session replay to help software teams deliver the ideal product experience. Try LogRocket for free today. (https://logrocket.com/signup/?pdr) Special Guest: Atila Fassina.
Solid.js is a popular JavaScript framework known for its reactive and efficient rendering system. Instead of using a Virtual DOM, it compiles its templates to real DOM nodes and updates them with fine-grained reactions. Ryan Carniato is the creator of SolidJS, and he joins the show to talk about the framework. Taylor Nodell is a The post SolidJS with Ryan Carniato appeared first on Software Engineering Daily.
Solid.js is a popular JavaScript framework known for its reactive and efficient rendering system. Instead of using a Virtual DOM, it compiles its templates to real DOM nodes and updates them with fine-grained reactions. Ryan Carniato is the creator of SolidJS, and he joins the show to talk about the framework. Taylor Nodell is a The post SolidJS with Ryan Carniato appeared first on Software Engineering Daily.
Atila Fassina is a devrel engineer at Crabbula and on the Solid DX team. He is passionate about creating content and in this show we talk about his involvement with SolidJS and developer experiences in general. Rob and Atila discuss how to improve DX, performance optimizations, and the nuances behind developer documentation and how to create a comprehensive toolkit for developers. Atila also talks about the upcoming stable release of Solid and its integration with Tauri V2 for mobile app development. Sponsored by This Dot Labs Watch this episode on our YouTube! Read more on our blog.
In this week's roundup, hear from Theo Browne about the future of React, Ryan Carniato on metaframeworks, and Daniel Thompson-Yvetot on what sets Tauri apart from other frameworks. Links Apple The future of React with Theo Browne: https://bit.ly/3oIkSki Metaframeworks and SolidJS with Ryan Carniato: https://bit.ly/40aAw6B Tauri 2.0 with Daniel Thompson-Yvetot: https://bit.ly/45KAZ0H Spotify The future of React with Theo Browne: https://bit.ly/428Izk6 Metaframeworks and SolidJS with Ryan Carniato: https://spoti.fi/40aGO6f Tauri 2.0 with Daniel Thompson-Yvetot: https://bit.ly/491T1OZ Google The future of React with Theo Browne: https://bit.ly/3VgRs9h Metaframeworks and SolidJS with Ryan Carniato: https://bit.ly/40dcrw3 Tauri 2.0 with Daniel Thompson-Yvetot: https://bit.ly/3QaXh5V We want to hear from you! How did you find us? Did you see us on Twitter? In a newsletter? Or maybe we were recommended by a friend? Let us know by sending an email to our producer, Emily, at emily.kochanekketner@logrocket.com (mailto:emily.kochanekketner@logrocket.com), or tweet at us at PodRocketPod (https://twitter.com/PodRocketpod). Follow us. Get free stickers. Follow us on Apple Podcasts, fill out this form (https://podrocket.logrocket.com/get-podrocket-stickers), and we'll send you free PodRocket stickers! What does LogRocket do? LogRocket combines frontend monitoring, product analytics, and session replay to help software teams deliver the ideal product experience. Try LogRocket for free today. (https://logrocket.com/signup/?pdr) Special Guests: Daniel Thompson-Yvetot, Ryan Carniato, and Theo Browne.
Ryan Carniato, creator of SolidJS, returns to the show to talk about metaframeworks and how Solid fits into that discussion. Links https://twitter.com/RyanCarniato https://www.youtube.com/@ryansolid https://www.twitch.tv/ryansolid https://dev.to/ryansolid https://github.com/ryansolid https://github.com/solidjs/solid https://discord.com/invite/solidjs We want to hear from you! How did you find us? Did you see us on Twitter? In a newsletter? Or maybe we were recommended by a friend? Let us know by sending an email to our producer, Emily, at emily.kochanekketner@logrocket.com (mailto:emily.kochanekketner@logrocket.com), or tweet at us at PodRocketPod (https://twitter.com/PodRocketpod). Follow us. Get free stickers. Follow us on Apple Podcasts, fill out this form (https://podrocket.logrocket.com/get-podrocket-stickers), and we'll send you free PodRocket stickers! What does LogRocket do? LogRocket combines frontend monitoring, product analytics, and session replay to help software teams deliver the ideal product experience. Try LogRocket for free today. (https://logrocket.com/signup/?pdr) Special Guest: Ryan Carniato.
In this week's roundup, hear about how React developers should get started with SolidJS, what Shawn “Swyx” Wang has to say about Software 3.0, and how atomic design works. Links Apple SolidJS for React developers with Erik Rasmussen: https://apple.co/3RWyN2S Software 3.0 and the AI engineer with Swyx: https://bit.ly/3FmNt41 Is atomic design dead? with Brad Frost: https://bit.ly/45at5gQ Spotify SolidJS for React developers with Erik Rasmussen: https://spoti.fi/3rDYOJK Software 3.0 and the AI engineer with Swyx: https://bit.ly/3S2CjZN Is atomic design dead? with Brad Frost: https://spoti.fi/3rA2sEb Google SolidJS for React developers with Erik Rasmussen: https://bit.ly/48Tcstd Software 3.0 and the AI engineer with Swyx: https://bit.ly/3Q0cCaH Is atomic design dead? with Brad Frost: https://bit.ly/45lGpih We want to hear from you! How did you find us? Did you see us on Twitter? In a newsletter? Or maybe we were recommended by a friend? Let us know by sending an email to our producer, Emily, at emily.kochanekketner@logrocket.com (mailto:emily.kochanekketner@logrocket.com), or tweet at us at PodRocketPod (https://twitter.com/PodRocketpod). Follow us. Get free stickers. Follow us on Apple Podcasts, fill out this form (https://podrocket.logrocket.com/get-podrocket-stickers), and we'll send you free PodRocket stickers! What does LogRocket do? LogRocket combines frontend monitoring, product analytics, and session replay to help software teams deliver the ideal product experience. Try LogRocket for free today. (https://logrocket.com/signup/?pdr) Special Guests: Brad Frost, Erik Rasmussen, and Shawn Swyx Wang.
Erik Rasmussen, creator of Redux Form and Final Form, comes on to talk about how, as a React developer, he got started with Solid and why React developers should try it. Links https://www.solidjs.com/docs/latest https://twitter.com/erikras https://erikras.com https://github.com/erikras https://www.linkedin.com/in/erikjrasmussen https://final-form.org https://redux-form.com We want to hear from you! How did you find us? Did you see us on Twitter? In a newsletter? Or maybe we were recommended by a friend? Let us know by sending an email to our producer, Emily, at emily.kochanekketner@logrocket.com (mailto:emily.kochanekketner@logrocket.com), or tweet at us at PodRocketPod (https://twitter.com/PodRocketpod). Follow us. Get free stickers. Follow us on Apple Podcasts, fill out this form (https://podrocket.logrocket.com/get-podrocket-stickers), and we'll send you free PodRocket stickers! What does LogRocket do? LogRocket combines frontend monitoring, product analytics, and session replay to help software teams deliver the ideal product experience. Try LogRocket for free today. (https://logrocket.com/signup/?pdr) Special Guest: Erik Rasmussen.
News:Paige - Web components library Lit 3.0 is about to be releasedTJ - Photoshop is now on the webRyan - The future for SolidJSSpecial Guest:Ryan Carniato the creator of SolidJS.Ryan's X profile @RyanCarniatoRyan's YouTube channelSolidJS siteSolidJS on DiscordWhat Makes Us Happy this Week:Paige - Libby app and All Creatures Great and Small bookTJ - Ember mugRyan - Hiking in Sequoia National ParkJoin Us:Blue Collar Coder on YouTubeBlue Collar Coder on DiscordReach out via emailTweet at us on X @front_end_fire
In this episode, Rob Ocel is joined by Ben Lesh (RxJS Core Team Lead) and Ryan Carniato (Principal Engineer at Netlify, Creator of SolidJS) to discuss Signals. They talk about what Signal are, why they're suddenly so popular, how Signals differ from Observables, and whether Signals (or Observables) should be integrated into the web platform. They also cover how engineers should think about the "Signals hype", and how Signals are implemented differently from framework to framework. Guests Ryan Carniato - Principal Engineer @Netlify, Creator of @solid_js, and the CEO of Signals - @RyanCarniato Ben Lesh - RxJS Core Team Lead, and the CEO of Observables? - @BenLesh Host Rob Ocel - Architect and Engineering Lead @ThisDotLabs - @robocell
Ryan Carniato, Creator of SolidJS and Principal Engineer at Netlify, has always had a love for music and tech. He set his punk rock dreams aside and settled down to become a full-time engineer. Ryan started programming at the age of 11 and got his first job at eBay where he contributed to their top open-source project, Marko. After building his network and experience in open source, he landed a job with Netlify living many developers' dreams of getting paid to work on open-source projects. In this episode, Ryan talks to Chuck and Robbie about working on open-source projects, his experiences at eBay and Netlify, and his thoughts on TypeScript and inferred types versus explicit types. Key Takeaways [00:31] - Introduction to Ryan Carniato. [02:18] - A whiskey review - Barrel Whiskey Infinity Barrel Project. [10:54] - Ryan comments on tech hot takes from Twitter. [15:21] - How Ryan started programming at 11 years old. [19:50] - Ryan's journey into working on open-source projects. [45:48] - Ryan talks about music, hiking, and video games. Quotes [13:04] - “When you think of Typescript, you think of something concrete, like something you can build on, and dependable. In Javascript, it's more like an art. Kinda like painting.” ~ Ryan Carniato [19:14] - “I think at a young age where you can find those things that you are empowered to just do whatever you feel like, it's super powerful.” ~ Ryan Carniato [29:14] - “Our biggest bottleneck is the network and the devices that are in the users' hands.” ~ Ryan Carniato Links Ryan Carniato Twitter Mr. Solid SoildJS eBay Netlify Barrel Whiskey Infinity Barrel Project Twitter Motley Crue Tailwind CSS The Primeagen SEGA Genesis Nintendo Geek Squad Jurassic Park Vue JS Knockout JS Backbone JS Marko JS The Madness The Clash High Fidelity Angular Ember JS React Svelte Astro Next JS jQuery Jason Miller JSX Mesa Boogie Chrono Triggers Dungeons & Dragons Twitch The Witcher 3 Gwent Skyrim FIFA 23 Nintendo Switch Mario Kart Discord Github Connect with our hosts Robbie Wagner Chuck Carpenter Ship Shape Subscribe and stay in touch Apple Podcasts Spotify Google Podcasts Whiskey Web and Whatnot Top-Tier, Full-Stack Software Consultants This show is brought to you by Ship Shape. Ship Shape's software consultants solve complex software and app development problems with top-tier coding expertise, superior service, and speed. In a sea of choices, our senior-level development crew rises above the rest by delivering the best solutions for fintech, cybersecurity, and other fast-growing industries. Check us out at shipshape.io.
Signals are coming to Angular, so who better to talk about it than Ryan Carniato the project founder of Solid Js. In this episode we talk about what drives people to create new frameworks and how collaboration and learning from past iterations is a vital part of the process. We talk about fine grained reactivity which is at the core of Solid Js and how Angular might leverage some of the features of SolidJs to improve the reactivity story for Angular.https://solidjs.comFind us and our guests on twitter: @RyanCarniatoThe Angular Plus Show (@AngularShow) / TwitterThe Angular Plus Show is a part of ng-conf.ng-conf is a multi-day Angular conference focused on delivering the highest quality training in the Angular JavaScript framework. 1500+ developers from across the globe converge on Salt Lake City, UT every year to attend talks and workshops by the Angular team and community experts. Follow us on twitter ngconfOfficial Website: https://www.ng-conf.org/
SolidJS ist ein Frontend-JavaScript-Framework, das die gleichen Probleme lösen kann wie React oder Vue.js, aber auf Virtual DOM Diffing verzichtet, wodurch es besonders performant ist. Chirurgische DOM Updates erreicht man bequem mit Signals. In dieser Folge geben wir euch gemeinsam mit unserem Gast Fabian Hiller einen Überblick über SolidJS und seine Features und sprechen detailliert über das Reaktivitätskonzept der Signals. Fabian Hiller kennst du bereits aus dem News-Format und Deep Dives über Next.js oder React. Für SolidJS hat er eine Open-Source-Bibliothek für Formular-Validierung veröffentlicht und wird so zum perfekten Ansprechpartner für dieses Thema.Picks of the Day: Sebi: TypeScript-Package ts-reset – “TypeScript's built-in typings are not perfect. ts-reset makes them better.” fasst dieses TypeScript-Package ganz gut zusammen. Wenn man ein Array filtert, indem man dem Boolean Constructor jedes Element übergibt, erhält man ein Array, was keine null oder undefined Werte mehr enthält. Dank dieses Packages stimmt in TypeScript auch die Typisierung wieder. Solche und weitere Quality-of-Life-Helferchen versüßen Sebi den Entwickler:innen-Alltag. :) Fabi: Arc Browser – Ein Browser, der in Fabis Team Google Chrome komplett abgelöst hat: Arc! Fabi ist begeistert von den vielen Features und Kleinigkeiten, die der Browser mitbringt und von denen man vorher nicht wusste, dass man sie braucht. Mit Arc werden Tab-Messis organisierter, Arbeit und Privates durch Profile getrennt und vieles mehr. Wenn ihr neugierig seid und nicht auf der Warteliste schmoren möchtet, schreibt uns eine Mail und wir senden euch einen Einladungslink! Fabian: npm-Statistiken – Hast du ein eigenes Open-Source-Projekt? Dann interessiert dich sicher diese Website! Hier kannst du im Detail Download-Statistiken für alle Packages von npm einsehen. Wenn du die Daten mit einem anderen Projekt vergleichen möchtest, bietet dir https://npmtrends.com/ ein nützliches Tool. Fabian vergleicht beispielsweise SolidJS und Qwik. Fabian: bundlejs – Mit diesem Tool kannst du online ganz easy die Größe deines npm Packages checken. Mit bundlejs.com kannst du die Bundle Size deines Projekts direkt online erfahren! Schreibt uns! Schickt uns eure Themenwünsche und euer Feedback: podcast@programmier.barFolgt uns! Bleibt auf dem Laufenden über zukünftige Folgen und virtuelle Meetups und beteiligt euch an Community-Diskussionen. TwitterInstagramFacebookMeetupYouTubeMusik: Hanimo
Every once in a while a new framework rises to popularity and gets the developer community buzzing. One of the frameworks with the most momentum right now is SolidJS. But what makes Solid so special? Dan Jutan, Product Manager at Astro, Inc. and SolidJS core team member believes the frameworks that prioritize developer experience will always come out on top. Before he landed at Solid, Dan started his career using Vue 3. It didn't take long before he was overwhelmed by the API surface and was searching for a framework that aligned with his values as a developer. Solid has a reputation as one of the fastest frameworks and also combines features from frameworks like React and Vue without any of the issues that bog them down. In this episode, Dan talks to Chuck and Robbie about his journey exploring different frameworks early in his career, why the developer community loves SolidJS, and the connection between being a programmer and a musician. Key Takeaways [00:59] - An intro to Dan. [02:55] - A whiskey review - Frey Ranch Bourban. [09:01] - Dan explains Solid. [14:27] - Why Dan prefers Solid over other frameworks. [20:47] - Specific use cases for Solid. [28:07] - How Dan connected Chuck and Robbie with Astro on Twitter. [45:25] - Dan speaks about his music and Taylor Swift. Quotes [10:00] - “The special thing about Solid is that it combines something you might be used to from React, which is these functional JSX components, with something you might be used to in Vue 3 or even older frameworks.” ~ Dan Jutan [14:00] - “With Solid I was just like, oh this simple thing from React without the annoying part of React. And with the simple thing from Vue, without the baggage from Vue.” ~ Dan Jutan [24:28] - “If you're looking for a framework to run that interactive part of the page, Solid is a great choice because it's super small and super fast.” ~ Dan Jutan Links Dan Jutan LinkedIn Dan Jutan Twitter Astro Solid Game of Thrones Frey Ranch Bourbon Vue React Knockout JS Ember RX JS Preact Svelte Codemirror Next Twitter Remix Solid Start Ryan Florence Kent C. Dodds Nuxt JavaScript Paramore Panic! At The Disco Fall Out Boy Justin Timberlake Taylor Swift Brendon Urie MTV VMAs Lizzo Jay Z 2 Chainz Outkast Migos Eminem Soundcloud The Pragmatic Programmer Connect with our hosts Robbie Wagner Chuck Carpenter Ship Shape Subscribe and stay in touch Apple Podcasts Spotify Google Podcasts Whiskey Web and Whatnot Top-Tier, Full-Stack Software Consultants This show is brought to you by Ship Shape. Ship Shape's software consultants solve complex software and app development problems with top-tier coding expertise, superior service, and speed. In a sea of choices, our senior-level development crew rises above the rest by delivering the best solutions for fintech, cybersecurity, and other fast-growing industries. Check us out at shipshape.io.
@G4RDS が、 @uhyo_ と @AlanGDavalos に、SolidJSの登場を踏まえたUIライブラリの考え方について、話を聞いてみました。
We have Ryan Carniato on to talk about SolidJS and performance on your website. As well as comparing Qwik, React and SolidJS. Make sure to checkout @Ryan Carniato 's YouTube! https://codingcat.dev/podcast/2-20-regaining-java-script-performance-in-your-website Sponsors https://Builder.io Empower your entire team to visually create and optimize high-speed experiences on your sites and apps. Provide whole-team autonomy with a platform that is developer approved. --- Send in a voice message: https://anchor.fm/purrfect-dev/message Support this podcast: https://anchor.fm/purrfect-dev/support
In this episode of the Modern Web podcast, hosts Rob Ocel and Nacho Vazquez sit down with Ryan Carniato to talk about SolidJS. They talk about how the frontend JavaScript framework came to be, and what sets SolidJS apart from other technologies in the JavaScript ecosystem. They talk about the similarities between SolidJS and React's expanding features like hooks and fine grain reactivity.They then dig into some of the features offered by SolidJS and compare them to those other available tools like Svelte, JSX, and ReactJS. Finally they discuss the ways in which SolidJS distinguishes itself from other technologies, including its server-side rendering optimization, Fine grain reactivity Guest: Ryan Carniato- Creator of SolidJS (@RyanCarniato) Hosts: Rob Ocel- Software Architect, This Dot Labs (@robocell) Nacho Vazquez- Software Engineer, This Dot Labs (@nacho_devc) Sponsored by Cloudways and This Dot Labs. Use promo code "ModernWeb" to get a FREE $15 hosting credit at Cloudways.com.
SolidJS is a web development framework that focuses on using reactivity and carries forward several ideas from Knockout.js. https://javascriptjabber.com/13 Ryan Carniato, the creator of SolidJS breaks down the history and ideas behind SolidJS and compares it to React and other frameworks. Sponsors Top End Devs (https://topenddevs.com/) Raygun | Click here to get started on your free 14-day trial (https://raygun.com/?utm_medium=podcast&utm_source=jsjabber&utm_campaign=devchat&utm_content=homepage) Coaching | Top End Devs (https://topenddevs.com/coaching) Picks AJ- Creeds of Craftsmanship (https://github.com/BeyondCodeBootcamp/beyondcodebootcamp/issues/18) Follow CoolAJ86 Live Streams: YouTube: https://youtube.com/coolaj86 Twitch: https://twitch.tv/coolaj86 Follow Beyond Code: YouTube: https://www.youtube.com/channel/UC2KJHARTj6KRpKzLU1sVxBA Twitter: https://twitter.com/@_beyondcode Charles- Dice Forge | Board Game | BoardGameGeek (https://boardgamegeek.com/boardgame/194594/dice-forge) Charles- BoardGameGeek (https://boardgamegeek.com/) Charles- Conferences | Top End Devs (https://topenddevs.com/conferences) Ryan- Corset - Declarative reactive UI without the complexity of SPAs (https://corset.dev/) Steve- Twitter: Dad Jokes ( @Dadsaysjokes ) (https://twitter.com/Dadsaysjokes) Special Guest: Ryan Carniato.
SolidJS is a web development framework that focuses on using reactivity and carries forward several ideas from Knockout.js. https://javascriptjabber.com/13 Ryan Carniato, the creator of SolidJS breaks down the history and ideas behind SolidJS and compares it to React and other frameworks. Sponsors Top End Devs (https://topenddevs.com/) Raygun | Click here to get started on your free 14-day trial (https://raygun.com/?utm_medium=podcast&utm_source=jsjabber&utm_campaign=devchat&utm_content=homepage) Coaching | Top End Devs (https://topenddevs.com/coaching) Picks AJ- Creeds of Craftsmanship (https://github.com/BeyondCodeBootcamp/beyondcodebootcamp/issues/18) Follow CoolAJ86 Live Streams: YouTube: https://youtube.com/coolaj86 Twitch: https://twitch.tv/coolaj86 Follow Beyond Code: YouTube: https://www.youtube.com/channel/UC2KJHARTj6KRpKzLU1sVxBA Twitter: https://twitter.com/@_beyondcode Charles- Dice Forge | Board Game | BoardGameGeek (https://boardgamegeek.com/boardgame/194594/dice-forge) Charles- BoardGameGeek (https://boardgamegeek.com/) Charles- Conferences | Top End Devs (https://topenddevs.com/conferences) Ryan- Corset - Declarative reactive UI without the complexity of SPAs (https://corset.dev/) Steve- Twitter: Dad Jokes ( @Dadsaysjokes ) (https://twitter.com/Dadsaysjokes) Special Guest: Ryan Carniato.
Ryan Carniato joined us back in September to talk about SolidJS, a declarative, efficient, and flexible JavaScript library for building user interfaces, and Dylan Piercey joined us in February to share about Marko, a declarative, HTML-based language that makes building web apps fun. Today, both Ryan and Dylan join us for a special episode where we cover trends in web development. Links https://markojs.com https://twitter.com/RyanCarniato https://twitter.com/dylan_piercey https://twitter.com/markodevteam https://github.com/marko-js/marko https://discord.com/invite/marko https://www.solidjs.com https://discord.com/invite/solidjs https://podrocket.logrocket.com/solidjs https://podrocket.logrocket.com/marko https://www.youtube.com/c/RyanCarniato9/featured Review us Reviews are what help us grow and tailor our content to what you want to hear. Give us a review here (https://ratethispodcast.com/podrocket). Contact us https://podrocket.logrocket.com/contact-us @PodRocketpod (https://twitter.com/PodRocketpod) What does LogRocket do? LogRocket combines frontend monitoring, product analytics, and session replay to help software teams deliver the ideal product experience. Try LogRocket for free today. (https://logrocket.com/signup/?pdr) Special Guests: Dylan Piercey and Ryan Carniato.
Ryan Carniato joins Jerod, Amelia, and Nick to discuss SolidjS – a declarative, efficient, and flexible JavaScript library for building user interfaces.
Ryan Carniato joins Jerod, Amelia, and Nick to discuss SolidjS – a declarative, efficient, and flexible JavaScript library for building user interfaces.
Ryan Carniato tells us all about SolidJS, a declarative, efficient, and flexible JavaScript library for building user interfaces. Be sure to check out the video version of this recording on our YouTube channel (https://www.youtube.com/watch?v=70w-UoEu3Ss). Links https://twitter.com/RyanCarniato (https://twitter.com/RyanCarniato) https://discord.com/invite/solidjs (https://discord.com/invite/solidjs) https://twitter.com/solid_js (https://mobile.twitter.com/solid_js) https://www.solidjs.com (https://www.solidjs.com) https://markojs.com (https://markojs.com/docs/syntax) https://overreacted.io/before-you-memo (https://overreacted.io/before-you-memo) Contact us https://podrocket.logrocket.com/contact-us (https://podrocket.logrocket.com/contact-us) @PodRocketpod (https://twitter.com/PodRocketpod) What does LogRocket do? LogRocket combines frontend monitoring, product analytics, and session replay to help software teams deliver the ideal product experience. Try LogRocket for free today. (https://logrocket.com/signup/?pdr) Special Guest: Ryan Carniato.
Rafael is joined by Ryan Carniato, the Author of SolidJS, a frontend reactive UI library. They discuss some of the similarities and differences between different UI frameworks, and talk about what things SolidJS has taken from react. - Solid: https://www.solidjs.com/ - Solid Router: https://github.com/solidjs/solid-app-router - Solid Discord Server: https://discord.com/invite/solidjs - remix run: https://remix.run/ - replay io: https://replay.io/ - vite: https://vitejs.dev/ - astro: https://astro.build - Builder IO: https://www.builder.io/ - mitosis (fka JSX Lite): https://github.com/BuilderIO/mitosis - Miško Hevery: http://misko.hevery.com/, https://twitter.com/mhevery - StencilJS: https://stenciljs.com/ - GlueCodes: https://www.glue.codes/ - Ryan Carniato: https://twitter.com/ryancarniato
Rafael is joined by Ryan Carniato, the Author of SolidJS, a frontend reactive UI library. They discuss some of the similarities and differences between different UI frameworks, and talk about what things SolidJS has taken from react. - Solid: https://www.solidjs.com/ - Solid Router: https://github.com/solidjs/solid-app-router - Solid Discord Server: https://discord.com/invite/solidjs - remix run: https://remix.run/ - replay io: https://replay.io/ - vite: https://vitejs.dev/ - astro: https://astro.build - Builder IO: https://www.builder.io/ - mitosis (fka JSX Lite): https://github.com/BuilderIO/mitosis - Miško Hevery: http://misko.hevery.com/, https://twitter.com/mhevery - StencilJS: https://stenciljs.com/ - GlueCodes: https://www.glue.codes/ - Ryan Carniato: https://twitter.com/ryancarniato
Добрый день уважаемые слушатели. Представляем новый выпуск подкаста RWpod. В этом выпуске: Ruby Rails 7 adds AudioAnalyzer to ActiveStorage GitHub Copilot My thoughts after trying Hanami in production microservice architecture Google-like letter avatars using ERB-generated SVGs YouPlot - a command line tool that draws plots on the terminal Introducing idnx Web SolidJS Official Release: The long road to 1.0 Temporal: getting started with JavaScript's new date time API Fronts — A progressive micro frontends framework Million -
Nesse episódio trouxemos as notícias e novidades do mundo da programação que nos chamaram atenção dos dias 26/06 a 02/07! Nova Imersão Alura vai Recriar o Orkut: Será entre os dias 12 a 16 julho. Totalmente prática, gratuita e online.
Nesse episódio trouxemos as notícias e novidades do mundo da programação que nos chamaram atenção dos dias 26/06 a 02/07! Nova Imersão Alura vai Recriar o Orkut: Será entre os dias 12 a 16 julho. Totalmente prática, gratuita e online.
devNursery.com AlexMercedCoder.com