HTMX vs React: A Complete Comparison
In contrast to the Next/Remix comparison (above), it strikes me as tricky to compare two significantly different approaches to what will often suit rather different problems.. but here you go. - https://semaphoreci.com/blog/htmx-react
#react
In contrast to the Next/Remix comparison (above), it strikes me as tricky to compare two significantly different approaches to what will often suit rather different problems.. but here you go. - https://semaphoreci.com/blog/htmx-react
#react
Semaphore
HTMX vs React: A Complete Comparison - Semaphore
This guide compares HTMX and React, covering origins, features, performance, community, and functionality differences.
👍3
Building a Vue.js composable for handling Feature Flags
Feature Flags allow testing more complex features in a proper production environment without actually causing issues to existing users. In this blog post, the author guides you through the process of creating your own composable that will help you manage the feature flags in an easy way. - https://dev.to/jacobandrewsky/building-a-vuejs-composable-for-handling-feature-flags-47l0
#vue
Feature Flags allow testing more complex features in a proper production environment without actually causing issues to existing users. In this blog post, the author guides you through the process of creating your own composable that will help you manage the feature flags in an easy way. - https://dev.to/jacobandrewsky/building-a-vuejs-composable-for-handling-feature-flags-47l0
#vue
DEV Community
Building a Vue.js composable for handling Feature Flags
I recently had to implement a solution in our project that would enable us to have feature flags. The...
👍2
Deno Introduces JSR: A New JavaScript Registry
The JavaScript Registry (a.k.a. JSR) is a new TypeScript-first, ESM-only module registry designed for the entire JavaScript ecosystem (not just Deno). This post digs into what it’s all about. I find it rather cute that npm’s own flexibility makes JSR easy to use from Node too, via npx jsr! - https://deno.com/blog/jsr_open_beta
#deno
The JavaScript Registry (a.k.a. JSR) is a new TypeScript-first, ESM-only module registry designed for the entire JavaScript ecosystem (not just Deno). This post digs into what it’s all about. I find it rather cute that npm’s own flexibility makes JSR easy to use from Node too, via npx jsr! - https://deno.com/blog/jsr_open_beta
#deno
Deno
Introducing JSR - the JavaScript Registry | Deno
The JavaScript Registry (JSR) is a TypeScript-first, ESM-only module registry designed for the entire JavaScript ecosystem. Use JSR modules from Deno and npm-based projects. JSR is free and open source. Available today in public beta.
👍3
Native CSS particle animation with sin() and cos()
Giana created a stunning, animated demo leveraging trigonometric CSS functions. - https://codepen.io/giana/pen/LYaOdye
#css
Giana created a stunning, animated demo leveraging trigonometric CSS functions. - https://codepen.io/giana/pen/LYaOdye
#css
codepen.io
Native CSS particle animation with sin() and cos()
If I ever stop making these, call the priest. Tell him I've been overcome by sin(). Current soundtrack: Struggling Fans by My Laptop...
👍5
"react-strict-dom" – Why It's So Great?
Meta’s react-strict-dom is an experimental integration of React DOM and StyleX to standardize the development of styled React components, both web and native. Szymon digs into it a little here. - https://szymonrybczak.dev/blog/react-strict-dom
#react
Meta’s react-strict-dom is an experimental integration of React DOM and StyleX to standardize the development of styled React components, both web and native. Szymon digs into it a little here. - https://szymonrybczak.dev/blog/react-strict-dom
#react
szymonrybczak.dev
"react-strict-dom", why it's so great?
react-strict-dom, why it's so great?
👍3
Lightweight store service using Angular Signals
Let’s write a lightweight store service using angular signals - https://medium.com/@sociable_flamingo_goose_694/lightweight-store-service-using-angular-signals-cc0c7909798f
#angular
Let’s write a lightweight store service using angular signals - https://medium.com/@sociable_flamingo_goose_694/lightweight-store-service-using-angular-signals-cc0c7909798f
#angular
Medium
Lightweight store service using Angular Signals
Let’s write a lightweight store service using angular signals
👍3
Reduce the size of your payload and __NUXT__ - Nuxt Performance in Depth
This video is part of a series on Nuxt performance and will focus on payload and __NUXT__ and how you can reduce it’s size within your Nuxt application - https://www.youtube.com/watch?v=laRJNkG_wls
#vue
This video is part of a series on Nuxt performance and will focus on payload and __NUXT__ and how you can reduce it’s size within your Nuxt application - https://www.youtube.com/watch?v=laRJNkG_wls
#vue
YouTube
Reduce the size of your payload and __NUXT__ - Nuxt Performance in Depth
👀 Performance is an evergreen topic! In my new series - "Nuxt Performance In Depth", we will have a deep look into various perf topics. For the first video of the series, we check out the `payload`, also sometimes referred to as __NUXT__ - and how to reduce…
👍4
A Look at Eight Top Recent V8 in Node Updates
V8 is the JavaScript engine that powers Node and the V8 team continues to make it faster and better every month without fail. This post explains some of the most recent enhancements at a high-ish level. - https://blog.appsignal.com/2024/02/28/top-8-recent-v8-in-node-updates.html
#nodejs
V8 is the JavaScript engine that powers Node and the V8 team continues to make it faster and better every month without fail. This post explains some of the most recent enhancements at a high-ish level. - https://blog.appsignal.com/2024/02/28/top-8-recent-v8-in-node-updates.html
#nodejs
Appsignal
Top 8 Recent V8 in Node Updates | AppSignal Blog
V8 is the most popular JavaScript engine out there. Let's explore the top 8 most recent V8 updates.
👍3💋1
A Practical Guide to Using Shadow DOM
Mayank covers the what, the why, and the how of using shadow DOM today. - https://www.mayank.co/blog/declarative-shadow-dom-guide
#css
Mayank covers the what, the why, and the how of using shadow DOM today. - https://www.mayank.co/blog/declarative-shadow-dom-guide
#css
mayank.co
A practical guide to using shadow DOM
How (and why) to use shadow DOM, now that the declarative syntax is here.
👍5
React Unforget: An Experimental Alternative to React Compiler?
The React team teased more about the potential of the React Compiler in their recent update, but Mohamad was really keen to get playing with the concepts ASAP: “With React Forget’s release timeline unclear, I’ve launched a community-driven version to keep innovation alive. I believe React Unforget can be to React Compiler what Preact is to React.” - https://react-unforget.vercel.app/
#react
The React team teased more about the potential of the React Compiler in their recent update, but Mohamad was really keen to get playing with the concepts ASAP: “With React Forget’s release timeline unclear, I’ve launched a community-driven version to keep innovation alive. I believe React Unforget can be to React Compiler what Preact is to React.” - https://react-unforget.vercel.app/
#react
react-unforget.vercel.app
Home – React Unforget
React Unforget automatically optimizes your React applications
👍5
Webpack 5 Module Federation
Introduction to Webpack 5 Module Federation - https://medium.com/dev-jam/webpack-5-module-federation-1dff3fef6b92
#webpack
Introduction to Webpack 5 Module Federation - https://medium.com/dev-jam/webpack-5-module-federation-1dff3fef6b92
#webpack
Medium
Webpack 5 Module Federation
Introduction to Webpack 5 Module Federation
👍5
Exploring WebExtension security vulnerabilities in React Developer Tools and Vue.js devtools
Snyk's security researchers have conducted some research to better understand the risks of WebExtensions, both well-known (i.e. XSS, code injection) and those more specific to WebExtensions themselves. In this post,the author explores the WebExtension technology and look into the vulnerabilities identified. - https://dev.to/snyk/exploring-webextension-security-vulnerabilities-in-react-developer-tools-and-vuejs-devtools-38j4
#vue
Snyk's security researchers have conducted some research to better understand the risks of WebExtensions, both well-known (i.e. XSS, code injection) and those more specific to WebExtensions themselves. In this post,the author explores the WebExtension technology and look into the vulnerabilities identified. - https://dev.to/snyk/exploring-webextension-security-vulnerabilities-in-react-developer-tools-and-vuejs-devtools-38j4
#vue
DEV Community
Exploring WebExtension security vulnerabilities in React Developer Tools and Vue.js devtools
Snyk's security researchers have identified and disclosed some vulnerabilities within some popular browser extensions: React Developer Tools and Vue.js devtools. This post will explore the WebExtension technology and look into the vulnerabilities identified.
👍2❤1🤡1
Building a better-sqlite3-Compatible JavaScript Package with.. Rust?
better-sqlite3 is a commonly used SQLite library for Node.js and the folks at Turso wanted to create something compatible with it but that uses their libSQL SQLite fork under the hood instead. - https://turso.tech/blog/building-a-better-sqlite3-compatible-javascript-package-with-rust-a388cee9
#nodejs
better-sqlite3 is a commonly used SQLite library for Node.js and the folks at Turso wanted to create something compatible with it but that uses their libSQL SQLite fork under the hood instead. - https://turso.tech/blog/building-a-better-sqlite3-compatible-javascript-package-with-rust-a388cee9
#nodejs
turso.tech
Building a better-sqlite3 compatible JavaScript package with Rust
👍4❤1
8 Useful Angular Libraries
Hi all 👋, In this article let’s talk about some Angular libraries, useful to your Angular project. You may… - https://blog.stackademic.com/8-useful-angular-libraries-3242643f73d9
#angular
Hi all 👋, In this article let’s talk about some Angular libraries, useful to your Angular project. You may… - https://blog.stackademic.com/8-useful-angular-libraries-3242643f73d9
#angular
Medium
8 Useful Angular Libraries
Hi all 👋, In this article let’s talk about some Angular libraries, useful to your Angular project. You may have heard about some of these…
👍4
Graphic Design for Software Engineers and Architects
It’s no secret that engineers have a certain “style” for their graphic designs, including technical diagrams - https://betterprogramming.pub/graphic-design-for-software-engineers-and-architects-c616bb6c3366
#diagram #architect
It’s no secret that engineers have a certain “style” for their graphic designs, including technical diagrams - https://betterprogramming.pub/graphic-design-for-software-engineers-and-architects-c616bb6c3366
#diagram #architect
Medium
Graphic Design for Software Engineers and Architects
It’s no secret that engineers have a certain “style” for their graphic designs, including technical diagrams
👍3
View Transitions: Handling Aspect Ratio Changes
Jake Archibald outlines how to handle the problem when the content changes aspect ratio in View Transitions. - https://jakearchibald.com/2024/view-transitions-handling-aspect-ratio-changes
#css
Jake Archibald outlines how to handle the problem when the content changes aspect ratio in View Transitions. - https://jakearchibald.com/2024/view-transitions-handling-aspect-ratio-changes
#css
Jakearchibald
View transitions: Handling aspect ratio changes
Tips and tricks to get the transition you want
👍2❤1
Build a Real-Life, AI-Powered Project with Next.js and Strapi
A walkthrough of building a Next.js app that summarizes YouTube videos using AI and uses the Strapi open-source, headless CMS. - https://strapi.io/blog/epic-next-js-14-tutorial-learn-next-js-by-building-a-real-life-project-part-1-2
#react
A walkthrough of building a Next.js app that summarizes YouTube videos using AI and uses the Strapi open-source, headless CMS. - https://strapi.io/blog/epic-next-js-14-tutorial-learn-next-js-by-building-a-real-life-project-part-1-2
#react
strapi.io
Epic Next.js 15 Tutorial Part 1
Build a video summarization app with Next.js 14 and Strapi. Learn setup, integration, and Strapi login essentials.
👍4
Drizzle ORM Explained in 100 Seconds
The latest bitesize video from the always educational Fireship channel covers Drizzle ORM, a fast, TypeScript-based way to work with a variety of database systems across numerous JavaScript platforms, from Node to Bun, Deno Deploy, Supabase Functions, Cloudflare Workers, and more. - https://www.youtube.com/watch?v=i_mAHOhpBSA
#nodejs
The latest bitesize video from the always educational Fireship channel covers Drizzle ORM, a fast, TypeScript-based way to work with a variety of database systems across numerous JavaScript platforms, from Node to Bun, Deno Deploy, Supabase Functions, Cloudflare Workers, and more. - https://www.youtube.com/watch?v=i_mAHOhpBSA
#nodejs
YouTube
Drizzle ORM in 100 Seconds
Drizzle is a serverless TypeScript ORM designed for PostgreSQL, MySQL and SQLite. Get started with Drizzle by hooking it up to Neon's free serverless database https://neon.tech/fireship
#programming #database #100SecondsOfCode
💬 Chat with Me on Discord…
#programming #database #100SecondsOfCode
💬 Chat with Me on Discord…
👍3
Common Mistakes in Vue and Nuxt and How to Avoid Them
In this presentation from Nuxt Nation 2023, Daniel Kelly provides some important tips on some Developer mistakes when working with Vue.js and how we can avoid them. - https://www.youtube.com/watch?v=lI4GQdhROsE
#vue
In this presentation from Nuxt Nation 2023, Daniel Kelly provides some important tips on some Developer mistakes when working with Vue.js and how we can avoid them. - https://www.youtube.com/watch?v=lI4GQdhROsE
#vue
YouTube
Nuxt Nation 2023: Daniel Kelly - Common Mistakes in Vue and Nuxt and How to Avoid Them
He is the Lead Instructor and content creator at Vue School where he enjoys helping other developers reach their full potential. Over the years, he’s worked with technologies like Vue.js, Nuxt.js, Laravel, and more, to create projects ranging from simple…
👍2🥰1
“Code Smells” in Angular
In one of my previous post I talked about “Clean Frontend Architecture” and principles that should be… - https://blog.bitsrc.io/code-smells-in-angular-ce73bf7db072
#angular
In one of my previous post I talked about “Clean Frontend Architecture” and principles that should be… - https://blog.bitsrc.io/code-smells-in-angular-ce73bf7db072
#angular
Medium
What are Code Smells in Angular?
In one of my previous post I talked about “Clean Frontend Architecture” and principles that should be followed in order to positively…
👍6