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

Admin: @andrey2019
Download Telegram
Sneaky React Memory Leaks: How the React Compiler Won’t Save You

Closures can lead to memory leaks in React and while the new and exciting React Compiler can tackle a lot of issues and make most codebases more performant, it pays to be aware of the tricky edge cases - https://schiener.io/2024-07-07/react-closures-compiler

#react
Mastering Prose Components in Nuxt Content

Prose components are perhaps one of the best features of Nuxt Content! This article provides an overview on prose components, exploring their use cases and a bunch of different things you can do with them. - https://masteringnuxt.com/blog/mastering-prose-components-in-nuxt-content

#vue
Node to Get SQLite Built-In?

Deno has its own built in key/value store powered by SQLite – perhaps Node could gain similar powers by this initial effort to bake SQLite into the Node distribution. It's early days, but interesting to see. - https://github.com/nodejs/node/pull/53752

#nodejs