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

Admin: @andrey2019
Download Telegram
Dan Abramov's Deep Dive into React Server Components

Having faced a raft of questions about Server Components, Dan has sat down 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
👍4🤮2
Build Better Forms with Vue.js 3 Composition API: A Practical Guide

Managing large and complex forms can be a challenge for any web developer. Fortunately, Vue.js 3 provides a powerful solution in the form of the Composition API. In this bog post, Learn how to create custom form components with Vue.js 3 Composition API, including validation, submission handling and more. - https://digitalpatio.hashnode.dev/build-better-forms-with-vuejs-3-composition-api-a-practical-guide

#vue
👍51
Last Baseline Alignment

Rachel Andrew shares fantastic news that all major browser engines now support last baseline alignment in CSS Grid and Flexbox. - https://web.dev/last-baseline

#css
👍51
Node.js Security Releases Due Imminently

Pencilled in for June 20, 2023 (today!), the Node.js 16.x, 18.x, and 20.x lines will all get fresh releases to fix a variety of medium and high severity security issues, as well as some OpenSSL related security updates. Keep an eye on this post if you want to upgrade ASAP. - https://nodejs.org/en/blog/vulnerability/june-2023-security-releases

#nodejs
👍6
Is React Having an 'Angular.js Moment'?

You can often answer questions like this with a straightforward ‘no’ but the author puts forward a good argument comparing the discontinuity from AngularJS to Angular 2 in 2014 with current shifts in the React ecosystem. It feels like the issue here is more with the messaging, though. - https://marmelab.com/blog/2023/06/05/react-angularjs-moment.html

#react
👍41
Using SuperTokens in Vue

SuperTokens is an open-source tool that makes it simple to add authentication to your app. This article will show you how to use SuperToken to provide authentication to a VueJS application utilizing a custom user interface - https://dev.to/asayerio_techblog/using-supertokens-in-vue-4m79

#vue
👍3
The React Ecosystem in 2023

A slightly haphazard wander through a variety of the React ecosystem’s tools and libraries that are currently popular, mixing together dependable old faces plus some newcomers. - https://www.builder.io/blog/react-js-in-2023

#react
👍7
Reducing component noise with Composition API

In the article you will come to understand what component noise is and how to reduce it with the Composition API in Vue. - ttps://logaretm.com/blog/reducing-component-noise-with-composition-api

#vue
👍5
Why Do Client Components Get 'SSRed' to HTML?

A quick illustration of the extra layer you can add to your mental model of how React works when you introduce server components. To avoid confusion, think of the concepts of “React Server” and “React Client”, rather than the more easily confusable “server” and “client”. - https://github.com/reactwg/server-components/discussions/4

#react
👍4