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

Admin: @andrey2019
Download Telegram
Transformers.js v3: Now You Can Run Transformers in Node.js

A JavaScript port of Hugging Face’s transformers Python library that makes it possible to run natural language, vision, and audio machine learning models. v3 adds WebGPU support and now supports Node (plus Deno and Bun) as well as the browser. - https://huggingface.co/blog/transformersjs-v3

#nodejs
CSS Nesting Improves with CSSNestedDeclarations

Bramus Van Damme explains why the CSS Working Group resolved to add the CSSNestedDeclarations interface to the CSS Nesting Specification. - https://web.dev/blog/css-nesting-cssnesteddeclarations

#css
How to (Not) Reset a Form After a Server Action in React

“There was a period when forms didn’t reset automatically (...) Recently, the forms started resetting automatically, and now everyone wants to know how to keep them intact in case of a (validation) error.” - https://www.robinwieruch.de/react-server-action-reset-form/

#react
Node v23.1.0 (Current) Released

Node 22 takes a breather, but Node 23 picks up the ‘Current’ baton and will get all the juiciest new features until Node 24 arrives in April/May 2025. In v23.1, JSON modules and import attributes are now stable, the MockTimers test runner API is stable, and Buffer objects created from resizable ArrayBuffers will now update their size properly. - https://nodejs.org/en/blog/release/v23.1.0

#nodejs
Benchmarking the Performance of CSS @property

Bramus Van Damme explores the performance of @property, its impact, and things you can do to help prevent negative influence. - https://web.dev/blog/at-property-performance

#css
Bootstrapping CRUD with Pongo

Pongo is a package that uses Postgres as a database but offers a MongoDB style, document-oriented API. - https://event-driven.io/en/crud_with_pongo/

#nodejs