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
Understanding React Concurrency

It’s not mandatory to understand the details of React’s ‘concurrent features’ (what you may have once called ‘concurrent mode’) but having the basic ideas in your head could help you solve performance problems and bugs down the line. - https://www.bbss.dev/posts/react-concurrency

#react
👍8
Exploring Vuetify 3

Vuetify 3 has been released with major changes and improvements. In this article, take a look at the new version and how it compares to its predecessors, and get clear on the new features as well as breaking changes. - https://dev.to/vuemastery/exploring-vuetify-3-18kk

#vue
👍51
How to Deploy a Node App on to AWS Elastic Beanstalk

Elastic Beanstalk is an AWS-only orchestration service for deploying apps on to services like EC2 and S3. It’s 12 years old now and predates Docker, Kubernetes, etc. but is still actively maintained and provides an experience many folks prefer to heavier alternatives. - https://www.youtube.com/watch?v=dWfng4qJYMU

#nodejs
👍3
Rebuilding a Comment Component With Modern CSS

Ahmad Shadeed walks you through his thought process for creating a comment component with modern CSS. - https://ishadeed.com/article/comment-component

#css
👍6
Vue 3: watchEffect is Impressive, but watch is still the Best Choice

One of the most powerful features of Vue is the ability to reactively perform a side-effect based on changes to the underlying data. To achieve this, Vue 3 provides two helpers: watch and watchEffect. While both helpers can monitor changes to reactive data, they have different use cases and behaviors. This article will explore their differences and when to use each. - https://fadamakis.com/vue-3-watcheffect-is-impressive-but-watch-is-still-the-best-choice-8903b62fdc19

#vue
6👍4👎1
The Interactive Guide to Rendering in React

An interactive, illustrated guide exploring why, when and how React renders, complete with a series of well thought out animations. - https://ui.dev/why-react-renders

#react
👍91
Difference Between Mounting And Rendering A Component In Vue.JS

One of the core concepts in Vue.js is components, which are reusable building blocks that encapsulate functionality and structure. When working with Vue.js components, you may come across two terms: mounting and rendering. In this blog post, we will discuss the difference between mounting and rendering a component in Vue.js. - https://medium.com/@nile.bits/difference-between-mounting-and-rendering-a-component-in-vue-js-c6dade855b06

#vue
👍51
An Introduction to Debugging Tools and Approaches for Node

An informative primer on debugging, from simple things like using IDE extensions to highlight potential problems or, yes, console logging, through to using the V8 inspector and debugging via Chrome. - https://blog.openreplay.com/an-introduction-to-debugging-in-nodejs/

#nodejs
👍4
Celebrating 10 Years of React

Grab yourself a slice of cake, React is 10 years old. As part of the celebrations, Vercel’s Delba de Oliveira ▶️ hosted a ‘roundtable’ discussion (though the table itself has taken the day off 😁) with Andrew Clark and Sebastian Markbåge talking about the current state of React, Suspense, Server Components, and Actions. - https://vercel.com/blog/10-years-of-react

#react
🎉6👍3