Next.js 15 is officially stable and ready for production.
Next.js 15 introduces React 19 support, caching improvements, a stable release for Turbopack in development, new APIs, and more.
https://nextjs.org/blog/next-15
Next.js 15 introduces React 19 support, caching improvements, a stable release for Turbopack in development, new APIs, and more.
https://nextjs.org/blog/next-15
Angular’s Approach to Partial Hydration
There’s a lot of talk about partial hydration, but Angular found confusion over the term and little actual framework support for it.
https://thenewstack.io/angulars-approach-to-partial-hydration/
There’s a lot of talk about partial hydration, but Angular found confusion over the term and little actual framework support for it.
https://thenewstack.io/angulars-approach-to-partial-hydration/
The New Stack
Angular’s Approach to Partial Hydration
There’s a lot of talk about partial hydration, but Angular found confusion over the term and little actual framework support for it.
5 Cool Things To Do with DevTools AI Assistance
Learn about fun and exciting use-cases of the new AI assistance panel in DevTools
https://developer.chrome.com/blog/5-cool-things-to-do-with-ai-assistance?hl=en
Learn about fun and exciting use-cases of the new AI assistance panel in DevTools
https://developer.chrome.com/blog/5-cool-things-to-do-with-ai-assistance?hl=en
How to Update :root CSS Variable with Javascript
Learn how to update :root CSS variables with JavaScript in Vue.js using the Composition API. Explore best practices like batching, debouncing, and scoped styles with practical code examples to enhance performance.
https://vueschool.io/articles/vuejs-tutorials/how-to-update-root-css-variable-with-javascript/
Learn how to update :root CSS variables with JavaScript in Vue.js using the Composition API. Explore best practices like batching, debouncing, and scoped styles with practical code examples to enhance performance.
https://vueschool.io/articles/vuejs-tutorials/how-to-update-root-css-variable-with-javascript/
👍1
Fun with Custom Cursors
Two ways to change the default mouse cursor appearance.
https://www.letsbuildui.dev/articles/fun-with-custom-cursors/
Two ways to change the default mouse cursor appearance.
https://www.letsbuildui.dev/articles/fun-with-custom-cursors/
You can use text-wrap: balance; on icons
A fun little CSS experiment! There's a new(ish) feature in CSS which allows you to set the way text is wrapped. Ordinarily, a long line of text might be split at an inopportune time. For example: This very long headline ends with a single word Having a dangling word doesn't always look great. Using text-wrap:balance …
https://shkspr.mobi/blog/2024/10/you-can-use-text-wrap-balance-on-icons/
A fun little CSS experiment! There's a new(ish) feature in CSS which allows you to set the way text is wrapped. Ordinarily, a long line of text might be split at an inopportune time. For example: This very long headline ends with a single word Having a dangling word doesn't always look great. Using text-wrap:balance …
https://shkspr.mobi/blog/2024/10/you-can-use-text-wrap-balance-on-icons/
Terence Eden’s Blog
You can use text-wrap: balance; on icons
A fun little CSS experiment! There's a new(ish) feature in CSS which allows you to set the way text is wrapped. Ordinarily, a long line of text might be split at an inopportune time. For example: This very long headline ends with a single word Having a dangling…
How to Build Your Own Wheel of Names with React and TypeScript
A while ago, I stumbled upon a website listing various coding challenges, and I decided to give some a try. Last week, I came across one that involved building a "Wheel of Names." It reminded me of a similar project I built years ago using Flash and ...
https://www.freecodecamp.org/news/build-your-own-wheel-of-names/
A while ago, I stumbled upon a website listing various coding challenges, and I decided to give some a try. Last week, I came across one that involved building a "Wheel of Names." It reminded me of a similar project I built years ago using Flash and ...
https://www.freecodecamp.org/news/build-your-own-wheel-of-names/
❤2
Using Protocol Buffers in JavaScript: Efficient Binary Format
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/protocol-buffers-js/
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/protocol-buffers-js/
👍1
How To Speed Up Your Vue App With Server Side Rendering
Vue is a framework built for client-side applications. Learn how to optimize page load performance with server side rendering.
https://www.debugbear.com/blog/vue-ssr
Vue is a framework built for client-side applications. Learn how to optimize page load performance with server side rendering.
https://www.debugbear.com/blog/vue-ssr
❤2
Newly Stable Next.js Compiler Faster, Supports Larger Builds
After two years, Next.js Turbopack is ready for frontend shops to use. It’s faster than Webpack, with a boost from new cache capabilities.
https://thenewstack.io/newly-stable-next-js-compiler-faster-supports-larger-builds/
After two years, Next.js Turbopack is ready for frontend shops to use. It’s faster than Webpack, with a boost from new cache capabilities.
https://thenewstack.io/newly-stable-next-js-compiler-faster-supports-larger-builds/
The New Stack
Newly Stable Next.js Compiler Faster, Supports Larger Builds
After two years, Next.js Turbopack is ready for frontend shops to use. It’s faster than Webpack, with a boost from new cache capabilities.
Implementing and Using Monitoring Tracking Points in JavaScript
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/tracking-points-js/
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/tracking-points-js/
React Compiler Beta Release
The library for web and native user interfaces
https://react.dev/blog/2024/10/21/react-compiler-beta-release#roadmap-to-stable
The library for web and native user interfaces
https://react.dev/blog/2024/10/21/react-compiler-beta-release#roadmap-to-stable
Framer: Sites Now Become Interactive 50% Faster
This week, we’ve started rolling out an update that makes most Framer sites interactive 50% faster.
https://www.framer.com/blog/sites-interactive-faster/
This week, we’ve started rolling out an update that makes most Framer sites interactive 50% faster.
https://www.framer.com/blog/sites-interactive-faster/
Simplifying CSS animations with the display and size properties
New CSS features simplify animating elements by allowing transitions for display and size properties, reducing the need for complex JavaScript workarounds.
https://blog.logrocket.com/simplifying-css-animations-display-size-properties/
New CSS features simplify animating elements by allowing transitions for display and size properties, reducing the need for complex JavaScript workarounds.
https://blog.logrocket.com/simplifying-css-animations-display-size-properties/
Clarifying the Relationship Between Popovers and Dialogs
Pop quiz! What's the difference between a Popover element and a Dialog element? The answer is not all that clear and is widely misunderstood, but Zell has a clear way to explain it so that you know which element to reach for in your work.
https://css-tricks.com/clarifying-the-relationship-between-popovers-and-dialogs/
Pop quiz! What's the difference between a Popover element and a Dialog element? The answer is not all that clear and is widely misunderstood, but Zell has a clear way to explain it so that you know which element to reach for in your work.
https://css-tricks.com/clarifying-the-relationship-between-popovers-and-dialogs/
❤1
Case Study: Monolith Studio
Go behind the scenes of Monolith Studio’s bold website, crafted in collaboration with Artemii Lebedev, Okan Uckun, and Oscar Akermo, to discover how they brought a modern Brooklyn tattoo studio to life online.
https://tympanus.net/codrops/2024/10/22/case-study-monolith-studio/
Go behind the scenes of Monolith Studio’s bold website, crafted in collaboration with Artemii Lebedev, Okan Uckun, and Oscar Akermo, to discover how they brought a modern Brooklyn tattoo studio to life online.
https://tympanus.net/codrops/2024/10/22/case-study-monolith-studio/
Memory Leak and CPU Spike Issues in SSR: A Journey to Resolution
Recently, our web service, built with Vue and employing Server-Side Rendering (SSR), faced an intriguing problem. After deploying a new feature, we noticed a significant spike in CPU usage across all…
https://medium.com/@sanoopark/memory-leak-and-cpu-spike-issues-in-ssr-a-journey-to-resolution-149b194c2d5d
Recently, our web service, built with Vue and employing Server-Side Rendering (SSR), faced an intriguing problem. After deploying a new feature, we noticed a significant spike in CPU usage across all…
https://medium.com/@sanoopark/memory-leak-and-cpu-spike-issues-in-ssr-a-journey-to-resolution-149b194c2d5d
Medium
Memory Leak and CPU Spike Issues in SSR: A Journey to Resolution
Recently, our web service, built with Vue and employing Server-Side Rendering (SSR), faced an intriguing problem. After deploying a new feature, we noticed a significant spike in CPU usage across all…
A deep dive into React Fiber
Learn about React Fiber, an internal engine change geared to make React faster and smarter by solving the DOM tree issue.
https://blog.logrocket.com/deep-dive-react-fiber/
Learn about React Fiber, an internal engine change geared to make React faster and smarter by solving the DOM tree issue.
https://blog.logrocket.com/deep-dive-react-fiber/
Why React Is No Longer the Undisputed Champion of JavaScript
React, the once dominant JavaScript framework, is now being challenged — by modern browsers, more discerning developers, and new tools.
https://thenewstack.io/why-react-is-no-longer-the-undisputed-champion-of-javascript/
React, the once dominant JavaScript framework, is now being challenged — by modern browsers, more discerning developers, and new tools.
https://thenewstack.io/why-react-is-no-longer-the-undisputed-champion-of-javascript/
The New Stack
Why React Is No Longer the Undisputed Champion of JavaScript
React, the once dominant JavaScript framework, is now being challenged — by modern browsers, more discerning developers, and new tools.
How To Avoid Losing Your App State
Explore the Memento Pattern in JavaScript for saving and restoring object states, enabling features like undo/redo in applications.
https://blog.codeminer42.com/how-to-avoid-losing-your-app-state/
Explore the Memento Pattern in JavaScript for saving and restoring object states, enabling features like undo/redo in applications.
https://blog.codeminer42.com/how-to-avoid-losing-your-app-state/
❤1