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

Admin: @andrey2019
Download Telegram
👍2
The Useless useCallback

A look at why useCallback and useMemo can feel like pointless busywork, how just one non‑memoized prop can undo your entire caching strategy, and why new tools like useEffectEvent and React Compiler could put an end to the headaches. - https://tkdodo.eu/blog/the-useless-use-callback

#react
👍2
Vue Native? Vue + Lynx

The development of Vue + Lynx represents an exciting opportunity for Vue developers to build truly native mobile applications while leveraging their existing web development skills. - https://medium.com/vue-mastery/vue-native-vue-lynx-88cbf44710e5

#vue
👍4
The Roadmap to AdonisJS 7

Adonis is a popular TypeScript-first 'batteries included' web framework with a rich set of features, and its developers say they’re “shifting gears” and stepping up with more frequent major releases. v7 promises a lot, including Node.js diagnostic channel support, a type-safe URL builder, a new encryption layer, first-class support for notifications and TanStack Query, plus more. - https://adonisjs.com/blog/roadmap-to-adonisjs-7

#nodejs
👍2
Setting Line Length in CSS (and Fitting Text to a Container)

Daniel Schwarz explores different ways to control line length when working with text, including two proposed properties that could make it easier in the future. - https://css-tricks.com/setting-line-length-in-css-and-fitting-text-to-a-container

#css
👍2
Worker Threads: A Guide to Multithreading in Node

Node famously encourages a non-blocking event-driven approach running, largely, on a single thread, but Node’s now-mature worker threads feature opens the door to multi-threaded apps, should you need it. - https://nodesource.com/blog/worker-threads-nodejs-multithreading-in-javascript

#nodejs
👍3
Responsive Video Is (Almost) Easy Now

Koos Looijesteijn explains how you can serve high-quality, vertical, and horizontal video variants, breaking free from platforms like YouTube. - https://www.kooslooijesteijn.net/blog/responsive-video-easy

#css
👍3
Benchmarking Serialization Approaches in Node

A comparison of several serialization approaches including JSON and binary options like protobuf and msgpack. - https://adamfaulkner.github.io/serialization_from_nodejs.html

#nodejs
👍2
Modular Architecture in Nuxt

In this article, you’ll dive into what makes Nuxt’s modular system so powerful and how you can leverage it effectively in your projects. - https://dev.to/jacobandrewsky/modular-architecture-in-nuxt-4jh9

#vue
👍3