FrontEnd Development
28.8K subscribers
145 photos
1 video
9.35K links
Полезные ссылки иHTML, CSS, JavaScript, TypeScript, Angular, React, Vue, Node.js, Mobile and more.
Download Telegram
What is Vite and Why Use It Over Create React App?

Create React App was long considered 'the' way to create new React apps, but Vite has continued to swell in popularity in 2023 due to its ease of use and performance. This helpful post only sped up that process. - https://joshcollinsworth.com/blog/antiquated-react

#react
👍83
Svelte by Example: A Gentle Introduction

A succinct, gentle, and code-focused introduction to Svelte and SvelteKit. - https://sveltebyexample.com/

#svelte
👍6
Introducing fsx: A Modern Filesystem API for JavaScript?

Filesystem APIs in JavaScript runtimes haven’t been great for a long time, says Nicholas, who explains how Node is itself the origin point of most modern approaches. fsx is his attempt to find a better way forward - https://humanwhocodes.com/blog/2024/01/fsx-modern-filesystem-api-javascript/

#nodejs
👍6
Accessible Notifications With ARIA Live Regions

Sara Soueidan explains in detail how ARIA live regions work — the accessible notifications system that enables you to make dynamic web content more accessible to screen reader users. - https://www.sarasoueidan.com/blog/accessible-notifications-with-aria-live-regions-part-1

#accessiblity
👍8
How React 18 Improves Application Performance

If you’ve not kept up with how things have developed in React with regards to concurrent rendering, transitions, Suspense, or React Server Components, this remains a good primer to get up to speed on how they can improve performance, though it may well begin to age soon. - https://vercel.com/blog/how-react-18-improves-application-performance

#react
👍6
All we know about Vue 3's Vapor Mode ...until now

Vapor Mode is a new and alternative compilation strategy inspired by Solid.js.
It aims to enhance your apps' performance by compiling your code into a more efficient JavaScript output. - https://icarusgk.hashnode.dev/vue-3-vapor-mode

#vue
👍4
The Interactive Guide to Rendering in React

This interactive guide explores why, when, and how React renders, and illustrates it with a series of short and well thought out video animations that remain just as relevant today. - https://ui.dev/why-react-renders

#react
👍6
Typescript: Typing Your API Requests — Generics Hacks

Are you ready to take your REST API requests to the next level? Buckle up, because… Ah! 😑 why go boring…
 - https://taricov.medium.com/typescript-typing-your-api-requests-generics-hacks-4-540644951f9b

#typescript
👍4
React Server Components: The Good, The Bad, and The Ugly

I’d argue that adding server capabilities to React is much less important than fixing its many existing issues. - https://www.mayank.co/blog/react-server-components/

#react
👍6
Recipes to Wrap, Extend or Proxy a Vue Component

This article details some ways to create a component that extends another. We’ll look at attributes, props, listeners, and slots, along with functional components and render functions. The syntax will generally be Vue v2.6+ with additional notes for Vue 3. - https://medium.com/js-dojo/recipes-to-wrap-extend-or-proxy-a-vue-component-dbb4a8692540

#vue
👍4