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

Admin: @andrey2019
Download Telegram
Vue 3 Really Doesn’t Need Pinia

The article argues that Vue 3's built-in features make external state libraries like Pinia unnecessary, especially when using the Composition API. - https://blog.stackademic.com/vue3-really-doesnt-need-pinia-1203b405cb33

#vue
👍31
React Router and React Server Components: The Path Forward

Find out what’s coming up for you if you’re a React Router user keen to work with React Server Components: “the implications are greater than you might expect.” - https://remix.run/blog/react-router-and-react-server-components

#react
👍1
Vue animations just got WAY better

Motion (previously Framer Motion) has been one of the things that made the author jealous of React devs.
But now, with an official Vue integration, it's quickly becoming his go-to way of making advanced animations in Vue. - https://www.youtube.com/watch?v=wvINSME-FMs

#vue
👍31
TanStack DB: The Embedded Client Database for TanStack Query

TanStack DB is an embedded client‑side database that uses differential dataflow to power live, relational queries, sub‑ms incremental updates, and seamless optimistic writes. This post does a good job of selling the idea, and the first beta version (v0.1) is available to experiment with now. - https://tanstack.com/blog/tanstack-db-0.1-the-embedded-client-database-for-tanstack-query

#react
2👍1🍌1
Slots: Make your Angular API flexible

Creating reusable components involves balancing flexibility with technical requirements, especially when users need to define their own content. While developing a UI library for Angular, I often encountered this challenge and explored different ways. - https://medium.com/coreteq/slots-make-your-angular-api-flexible-89e707ffae4c

#angular
👍1
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
👍1