How to Make The Fluffiest Grass With Three.js
A breakdown of the best techniques to create realistic grass in Three.js without killing performance.
https://tympanus.net/codrops/2025/02/04/how-to-make-the-fluffiest-grass-with-three-js/
A breakdown of the best techniques to create realistic grass in Three.js without killing performance.
https://tympanus.net/codrops/2025/02/04/how-to-make-the-fluffiest-grass-with-three-js/
🤩1
Mastering React Refs: Advanced Techniques with useCombinedRef Hook
Explore the world of JavaScript at our blog, your ultimate resource for guides, tutorials, and articles. Uncover the latest insights, tips, and trends.
https://jsdev.space/usecombinedref-react/
Explore the world of JavaScript at our blog, your ultimate resource for guides, tutorials, and articles. Uncover the latest insights, tips, and trends.
https://jsdev.space/usecombinedref-react/
JavaScript Development Space
Mastering React Refs: Advanced Techniques with useCombinedRef
Learn to manage and combine React refs efficiently with the useCombinedRef hook. Simplify ref handling, improve component composition, and boost your React workflow.
JavaScript Decorators & Annotations: A Practical Guide to Metaprogramming
https://www.infinitecircuits.dev/blogs/blog/javascript-decorators-annotations-a-practical-guide-to-metaprogramming-vjl6dckieL0K6jpwqQrL
https://www.infinitecircuits.dev/blogs/blog/javascript-decorators-annotations-a-practical-guide-to-metaprogramming-vjl6dckieL0K6jpwqQrL
👏1
How to implement view transitions in multi-page apps
Learn to implement view transitions in multi-page apps with CSS and JavaScript for smoother navigation and improved user experience.
https://blog.logrocket.com/how-to-implement-view-transitions-multi-page-apps/
Learn to implement view transitions in multi-page apps with CSS and JavaScript for smoother navigation and improved user experience.
https://blog.logrocket.com/how-to-implement-view-transitions-multi-page-apps/
Differences between ESLint and TypeScript
A pluggable and configurable linter tool for identifying and reporting on patterns in JavaScript. Maintain your code quality with ease.
https://eslint.org/blog/2025/01/differences-between-eslint-and-typescript/
A pluggable and configurable linter tool for identifying and reporting on patterns in JavaScript. Maintain your code quality with ease.
https://eslint.org/blog/2025/01/differences-between-eslint-and-typescript/
next.js: an honest review
the good, the bad and the ugly
https://beeps.dev/blog/nextjs-an-honest-review
the good, the bad and the ugly
https://beeps.dev/blog/nextjs-an-honest-review
10 Essential Custom React Hooks to Supercharge Your Projects
Explore the world of JavaScript at our blog, your ultimate resource for guides, tutorials, and articles. Uncover the latest insights, tips, and trends.
https://jsdev.space/10-custom-react-hooks/
Explore the world of JavaScript at our blog, your ultimate resource for guides, tutorials, and articles. Uncover the latest insights, tips, and trends.
https://jsdev.space/10-custom-react-hooks/
JavaScript Development Space
10 Essential Custom React Hooks to Supercharge Your Projects
Explore 10 custom React Hooks like useFetch and useDarkMode to simplify data fetching, manage themes, and boost performance in your projects.
Chrome 133 Goodies
Did you see the release notes for Chrome 133? It's currently in beta, but the Chrome team has been publishing a slew of new articles with pretty incredible demos that are tough to ignore. I figured I'd round those up in one place.
https://css-tricks.com/chrome-133-goodies/
Did you see the release notes for Chrome 133? It's currently in beta, but the Chrome team has been publishing a slew of new articles with pretty incredible demos that are tough to ignore. I figured I'd round those up in one place.
https://css-tricks.com/chrome-133-goodies/
👍1
Recent JavaScript Security Vulnerabilities in NPM Packages: A Deep Dive
A summary of the latest JavaScript security vulnerabilities identified in Npm packages between Jan 20 - Jan 27, 2025
https://blog.sandworm.dev/recent-javascript-security-vulnerabilities-in-npm-packages-a-deep-dive
A summary of the latest JavaScript security vulnerabilities identified in Npm packages between Jan 20 - Jan 27, 2025
https://blog.sandworm.dev/recent-javascript-security-vulnerabilities-in-npm-packages-a-deep-dive
Sandworm
Recent JavaScript Security Vulnerabilities in NPM Packages: A Deep Dive
A summary of the latest JavaScript security vulnerabilities identified in Npm packages between Jan 20 - Jan 27, 2025
Particles, Progress, and Perseverance: A Journey into WebGPU Fluids
Editor's note: If you’ve been around the world of web graphics, you probably know Hector Arellano, a.k.a Hat—a developer
https://tympanus.net/codrops/2025/01/29/particles-progress-and-perseverance-a-journey-into-webgpu-fluids/
Editor's note: If you’ve been around the world of web graphics, you probably know Hector Arellano, a.k.a Hat—a developer
https://tympanus.net/codrops/2025/01/29/particles-progress-and-perseverance-a-journey-into-webgpu-fluids/
Slots: Make your Angular API flexible
Let’s explore all content projection approaches in Angular from the perspective of UI library developers and their users.
https://medium.com/coreteq/slots-make-your-angular-api-flexible-89e707ffae4c
Let’s explore all content projection approaches in Angular from the perspective of UI library developers and their users.
https://medium.com/coreteq/slots-make-your-angular-api-flexible-89e707ffae4c
Medium
Slots: Make your Angular API flexible
Let’s explore all content projection approaches in Angular from the perspective of UI library developers and their users.
❤1
Web Components in Angular: Creating UI Elements for Cross-Framework Compatibility
As modern web applications are becoming increasingly complex, the need for modular, reusable, and maintainable code becomes critical…
https://medium.com/@monsieur_ricky/web-components-in-angular-creating-ui-elements-for-cross-framework-compatibility-c72998782cd6
As modern web applications are becoming increasingly complex, the need for modular, reusable, and maintainable code becomes critical…
https://medium.com/@monsieur_ricky/web-components-in-angular-creating-ui-elements-for-cross-framework-compatibility-c72998782cd6
Medium
Web Components in Angular: Creating UI Elements for Cross-Framework Compatibility
As modern web applications are becoming increasingly complex, the need for modular, reusable, and maintainable code becomes critical…
👍1
A WebAssembly compiler that fits in a tweet
Starting with a 192-byte one-liner that implements a Reverse Polish Notation arithmetic compiler, we'll work backward to transform it into readable JavaScript by removing one code golf trick at a time
https://wasmgroundup.com/blog/wasm-compiler-in-a-tweet/
Starting with a 192-byte one-liner that implements a Reverse Polish Notation arithmetic compiler, we'll work backward to transform it into readable JavaScript by removing one code golf trick at a time
https://wasmgroundup.com/blog/wasm-compiler-in-a-tweet/
🔥1
Full-Bleed Layout with Modern CSS
https://frontendmasters.com/blog/full-bleed-layout-with-modern-css/
https://frontendmasters.com/blog/full-bleed-layout-with-modern-css/
👍1
Svelte 5 And The Future Of Frameworks: A Chat With Rich Harris
After months of anticipation, debate, and even a bit of apprehension, Svelte 5 arrived earlier this year. Frederick O’Brien caught up with its creator, Rich Harris, to talk about the path that brought him and his team here and what lies ahead.
https://www.smashingmagazine.com/2025/01/svelte-5-future-frameworks-chat-rich-harris/
After months of anticipation, debate, and even a bit of apprehension, Svelte 5 arrived earlier this year. Frederick O’Brien caught up with its creator, Rich Harris, to talk about the path that brought him and his team here and what lies ahead.
https://www.smashingmagazine.com/2025/01/svelte-5-future-frameworks-chat-rich-harris/
5 New Amazing CSS Properties To Add To Your Front-end Toolkit in 2025
As CSS continues to evolve, it brings new tools and options that help developers craft better and more dynamic web experiences. In this…
https://medium.com/@bruno.mazza87/5-new-amazing-css-properties-to-add-to-your-front-end-toolkit-in-2025-fe7cb528bcde
As CSS continues to evolve, it brings new tools and options that help developers craft better and more dynamic web experiences. In this…
https://medium.com/@bruno.mazza87/5-new-amazing-css-properties-to-add-to-your-front-end-toolkit-in-2025-fe7cb528bcde
Medium
5 New Amazing CSS Properties To Add To Your Front-end Toolkit in 2025
As CSS continues to evolve, it brings new tools and options that help developers craft better and more dynamic web experiences. In this…
A New Chapter for Express.js: Triumphs of 2024 and an ambitious 2025
Explore the transformative journey of Express.js in 2024, marked by governance improvements, the long-awaited release of Express 5.0, and heightened security measures. Look into the ambitious plans for 2025, including performance optimizations, scoped packages, and a bold roadmap for sustained growth in the Node.js ecosystem.
https://expressjs.com/2025/01/09/rewind-2024-triumphs-and-2025-vision.html
Explore the transformative journey of Express.js in 2024, marked by governance improvements, the long-awaited release of Express 5.0, and heightened security measures. Look into the ambitious plans for 2025, including performance optimizations, scoped packages, and a bold roadmap for sustained growth in the Node.js ecosystem.
https://expressjs.com/2025/01/09/rewind-2024-triumphs-and-2025-vision.html
Move elements around the DOM while preserving their state with moveBefore
Unlike the classic way of moving a node by removing+reinserting it, the moveBefore method preserves the element’s state!
https://www.bram.us/2025/01/16/move-elements-around-the-dom-while-preserving-their-state-with-movebefore/
Unlike the classic way of moving a node by removing+reinserting it, the moveBefore method preserves the element’s state!
https://www.bram.us/2025/01/16/move-elements-around-the-dom-while-preserving-their-state-with-movebefore/
👍1
Fancy Menu Navigation Using Anchor Positioning
Anchor positioning can be great for little interactive effects — as Temani Afif shows off with this clever idea for a menu hover.
https://css-tricks.com/fancy-menu-navigation-using-anchor-positioning/
Anchor positioning can be great for little interactive effects — as Temani Afif shows off with this clever idea for a menu hover.
https://css-tricks.com/fancy-menu-navigation-using-anchor-positioning/