FrontEnd Development
28.9K subscribers
145 photos
1 video
9.35K links
Полезные ссылки иHTML, CSS, JavaScript, TypeScript, Angular, React, Vue, Node.js, Mobile and more.
Download Telegram
Building a Modern gRPC Microservice with Node and Connect

An interesting tutorial that digs into how the engineers at Dopt built a gRPC-powered internal microservice using Node and the Connect suite of gRPC libraries. It's great to see a tutorial built off of a real, production-level experience. - https://blog.dopt.com/building-a-modern-grpc-powered-microservice

#nodejs
👍3
Can We Query the Root Container?

Miriam Suzanne outlines the complexities of containment, overflow, and propagation, related to container queries. - https://www.oddbird.net/2023/07/05/contain-root

#css
👍4
Configuration in Nuxt 3: runtimeConfig vs appConfig

Nuxt 3 provides powerful configuration options, allowing you to adapt your application to different use cases. - https://masteringnuxt.com/blog/configuration-in-nuxt-3-runtimeConfig-vs-appConfig

#vue
👍5
Form Validation In Svelte

Forms continue to be a crucial component of web user interaction. When dealing with forms, we have to monitor user input, verify and report errors, and manage form submissions. Validating form input is essential to development, ensuring we receive only the required information from the form. - https://blog.openreplay.com/form-validation-in-svelte/

#svelte
👍31
Migrating from Vue 2 To Vue 3 – Deprecated and Updated Features

Migrating from Vue.js 2 to Vue.js 3 is not always straightforward, and developers need to be aware of certain changes and potential issues that may arise during the process. This article will discuss some of the key features from Vue 2 that have either been deprecated or updated in the release of Vue 3. - https://vueschool.io/articles/vuejs-tutorials/migrating-from-vue-2-to-vue-3-deprecated-and-updated-features/

#vue
👍8
Dan Abramov Rebuilds React Server Components from Scratch

Having faced a raft of questions about Server Components, Dan has begun to write a series covering everything from the ground up by reimplementing a basic form of RSC from scratch. It’s not aimed at day-to-day React developers, but those who want to grok the ideas behind RSCs. - https://github.com/reactwg/server-components/discussions/5

#react
7👍2
A Practical Guide to Not Blocking the Event Loop

Typically, JavaScript engines run JavaScript in a single thread with an event loop. However, the nature of mixing synchronous and asynchronous tasks, along with the increasing popularity of workers for running code on separate threads, makes the landscape harder to navigate than it used to be. - https://www.bbss.dev/posts/eventloop/

#nodejs
👍6😁1🤯1
Data Fetching Basics

Nuxt offers a set of powerful built-in tools for handling data fetching. This article examines the different methods Nuxt provides us for data fetching. - https://masteringnuxt.com/blog/data-fetching-basics

#vue
👍4