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

Admin: @andrey2019
Download Telegram
FrontEnd Development pinned «Контент-менеджер для онлайн-тренажёра CodeRun Яндекс HR Tech — это подразделение в HR-департаменте, ответственное за создание, поддержку и бесперебойную работу огромного количества внутренних сервисов, существующих в единой экосистеме. Это продукты для сопровождения…»
The Node.js Best Practices List: 2023 Edition

A valuable, long standing resource has been “modernized to 2023 standards” (complete with recommendations of more modern libraries) with lots of work by creator Yoni and an ever growing team of contributors. The topics remain the same, however, covering areas like code style, project architecture, and taking apps into production. - https://github.com/goldbergyoni/nodebestpractices

#nodejs
👍4
Update State During Render, Better Explained

Last week, Swizec told us about updating state during rendering but if the idea or motivation confused you, he’s back with more of an explanation. - https://swizec.com/blog/update-state-during-render-better-explained/

#react
👍5
Build an AI Chatbot Vue School Course

Build an AI powered Chatbot with ChatGPT and Vuejs in this extensive course from Vue School. In this course you will learn how to interact with a powerful API in the context of a Vue 3 application by building a Vue.js powered ChatGPT clone, a trained Custom Support Chat Bot, and an app that automatically generates Social Media Posts when given an article URL - https://vueschool.io/courses/ai-chat-bot-with-vue-js-and-gpt-4

#vue #gpt4
👍41
SOLID Principles in Vue

SOLID principles are a set of guidelines to write maintainable and scalable code. They are not limited to certain programming languages or technologies and can be applied to any kind of software development, including front-end development. This article briefly discusses the SOLID principles, and how they are applied to Vue 3 framework. - https://medium.com/@moein.mirkiani/solid-principles-in-vue-29ecc988f968

#vue
👍61
Why and how to create an Event Bus in Vuejs 3

Have you ever used an event bus in Vue 2 and don’t know how to recreate it in Vue 3? This article provides a provides a solution to creating an event bus make the root component of the application (App.vue) aware of some particular events fired inside the components chain. - https://inspector.dev/why-and-how-to-create-an-event-bus-in-vuejs-3/

#vue
👍6
Node.js Toolbox: A Way to Find Node.js Packages

Several months ago we featured this brand new project curating Node packages in areas like HTTP frameworks, browser testing and query builders, and it’s continued to go from strength to strength. - https://nodejstoolbox.com/

#nodejs
👍6
How React 18 Improves Application Performance

If you’ve not been keeping up with how things are progressing in React with regards to concurrent rendering, transitions, Suspense, and even React Server Components, this is a fantastic review and primer to get up to.. speed on how such features can improve performance. - https://vercel.com/blog/how-react-18-improves-application-performance

#react
👍71
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
👍7
Angular with Vite is crazy fast

Hello, I love Angular and I have worked from AngularJS to Angular 15 now. I always wonder how fast I can work… - https://medium.com/@hiepxanh/angular-vite-example-is-crazy-fast-3ee4d730020c

#angular
👍71