FrontEnd Development
30.4K subscribers
145 photos
1 video
9.05K links
Полезные ссылки иHTML, CSS, JavaScript, TypeScript, Angular, React, Vue, Node.js, Mobile and more.

Admin: @andrey2019
Download Telegram
Next.js 15.1: Now Officially Supporting React 19

As (almost) the de facto React framework, it’s no surprise a Next.js release quickly followed the React 19 announcement. As well as React 19 support, there are improvements for debugging errors (shown in this post), after() is now stable, and forbidden() and unauthorized() are two new experimental ways to trigger 403 and 401 errors. - https://nextjs.org/blog/next-15-1

#react
👍5
Pure CSS Halftone Effect in 3 Declarations

Ana Tudor demonstrates how to create a stunning halftone effect using a single “div”, no pseudos and just three CSS properties. - https://frontendmasters.com/blog/pure-css-halftone-effect-in-3-declarations

#css
👍3
Exploring Server Components in Nuxt

In this article by Micheal Thiessen, learn how to enhance your Nuxt apps by using server components for selective server-side rendering, without sacrificing client-side interactivity. Discover practical examples and techniques to optimize performance and maintain flexibility in your application's architecture. - https://masteringnuxt.com/blog/exploring-server-components-in-nuxt

#vue
👍4
How React Compiler Performs on Real Code

Based on her talk at React Advanced this piece summarizes the problem the React Compiler is trying to solve, how that problem is solved in its absence, and how the compiler works on real code. - https://www.developerway.com/posts/how-react-compiler-performs-on-real-code

#react
👍3
5 VueUse Library Functions That Can Speed Up Development

VueUse is an open-source project by Anthony Fu that provides Vue developers with a huge collection of essential Composition API utility functions for both Vue 2 and Vue 3. Here are 5 note worthy vueuse composables you can try out improve your dev process - https://learnvue.co/articles/vueuse-utilities

#vue
👍2🔥2