Hossein Sadeghiblog.hosi.dev·Nov 16, 2023Play with Bun and Solid.js: Create a multi-player Tic-Tac-Toe, Part1Recently, Bun reached version 1.0 and made a splash in the JavaScript ecosystem. I wanted to try it out and thought maybe good idea to create something in combination with Solid.js, the frontend framework I wanted to play with for a long time. As a p...Discuss·31 readsBun
Olalekan Adekanmbiitslekan.hashnode.dev·Sep 18, 2023Solid.js is a refreshing take on renderingIntroduction Coming from the react world, I really understand and appreciate the virtual DOM. I'm not going to go into details but it's a pretty solid Idea. Basically, it compares the differences between the previous DOM and the new DOM and updates a...Discusssolidjs
Williams Danieltekbro.hashnode.dev·Jul 16, 2023Choosing the most suitable framework amongst Vite.js, Next.js and Solid.js for web development.With so many frameworks out there, each with its distinctive features, we'd be focusing in this article on just three: Vite.js, Next.js and Solid.js touching why and when either of the three should be used for our project having understood their stre...Discussframework
Umeh Emmanuelumeh22.hashnode.dev·Jul 7, 2023Explaining solid js, next JS and vite jsSolid js Solid.js is a declarative JavaScript library for building user interfaces (UIs). It follows the component-based architecture, similar to popular frameworks like React and Vue, but with a focus on fine-grained reactivity and performance optim...Discuss·1 likeJavaScript
Ehiabhi Preciouspreciouscodelab.hashnode.dev·Jul 6, 2023VueJS vs SolidJs vs NextJSVueJS Vue.js, also known as Vue, is a JavaScript-based framework developed by Evan You and released in 2014. It was initially intended to build single-page applications (also known as SPAs) and user interface (UI). However, the variety of application...Discuss·59 readsProgramming Blogs
Oluwafemi Josephinejosephine10.hashnode.dev·Jul 5, 2023Difference between Vite, Node.JS and SolidJSVite, Node.js, and SolidJS are all related to web development, but they serve different purposes and have distinct characteristics. Here's an explicit differentiation between these three technologies: Vite: Vite is a modern web development build too...Discussvite
Nick Taylorhashnode.iamdeveloper.com·Jun 12, 2023Yet Another Newsletter LOL: Living on the EdgeAnother week, another newsletter. Let’s get to it! Around the Web If you blog at all or are looking for some tips to your writing, this could be the article for you People Don’t Read Online—They Scan. This Is How to Write for Them. My co-worker, Ry...Discuss·1 likeYet Another Newsletter LOLCSS
Shen Nguyenshennguyen.hashnode.dev·May 5, 2023Understand "Signals" with Solid JS and QwikWhat is "Signals"? "Signals" is a new way to manage states in Solid JS and Qwik. The key difference between Signals and States is that Signals return a getter and a setter, whereas non-reactive systems return a value (and a setter). In Solid JS, crea...Discuss·185 readsReact
Sandeep Korrapatiphoenixdev.hashnode.dev·Apr 23, 2023Solid.js: Rev Up Your Web Apps!Introduction Are you ready to embark on a delightful journey to discover the marvels of Solid.js, a groundbreaking JavaScript framework? If you're a web developer or a technology enthusiast, you're in for a treat! In this fun and engaging blog, we wi...Discuss·45 readssolidjs
Alex Cloudstarblog.alexcloudstar.com·Apr 15, 2023Solid.js: A Powerful and Reactive JavaScript Library for Building Efficient Web ApplicationsIntroduction Web development has seen an incredible evolution over the years, with an abundance of libraries and frameworks emerging to improve the developer experience and optimize performance. One such library that has been gaining popularity recen...Discuss·97 readsJavaScript