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
How to Structure Your Next.js App with the New App Router

Learn how to organize your modern Next.js project using a feature-driven structure with the new App Router which, the author asserts, enables greater flexibility and efficiency in development. - https://betterprogramming.pub/how-to-structure-your-next-js-app-with-the-new-app-router-61bf2bf5a20d

#react
👍71
Ranger: Use a Range-Like Syntax for Anything?

const numbers = 1[[...8]], anyone? This is a neat trick for a bit of syntactic sugar, but I’m not sure it would pass the sniff test for most teams. You might find the implementation interesting to check out though. Long may this sort of experimentation continue. - https://dev.to/jonrandy/ranger-js-range-syntax-for-anything-4djc

#javascript
👍62
Server-Sent Events with Node

Server-Sent Events (SSE) enable a web server to send real-time updates to the client but without the two-way connection overhead of WebSockets. - https://blog.endpts.io/server-sent-events-with-nodejs

#nodejs
6👍1
Nuxt-scheduler: A server side scheduling module for Nuxt 3

Add Scheduled cron jobs within your Nuxt 3 server with Nuxt Scheduler. This blog post provides a simple get-started guide to using this exciting Nuxt 3 server-side module to schedule tasks in your application - https://vuejsfeed.com/blog/nuxt-scheduler-a-server-side-scheduling-module-for-nuxt-3

#vue
👍51
A Follow-up to Dan Abramov's React Server Component Quizzes

Dan intended for these quizzes — delivered via 🐦 his Twitter account — to challenge and enhance his audience’s understanding of React Server Components. This article provides a helpful companion explanation. - https://betterprogramming.pub/grok-react-server-component-by-quizzes-df4417905bc4

#react
👍3
Ways to Create an Enum in JavaScript

An enum is a set of named constants. Plain objects, frozen objects, proxied objects or a class-based approach provide some ways to create enums in JavaScript. - https://dmitripavlutin.com/javascript-enum/

#javascript
6👍1
Unlock the full potential of Vue 3 with TypeScript.

Dive into the world of TypeScript. In this Vue.js Amsterdam 2023 presentation video, find out why we should use TypeScript and how to get started with it in our Vue.js applications. A must-watch resource is you are looking to learn the advantages of using TypeScript and various ways to incorporate it into Vue.js. - https://www.youtube.com/watch?v=VBQ3_IXy3JA&list=PL02pdjMT4gWzQ8QZo9ddWuU4nz6s63o1u&index=25

#vue
👍6
Forwarded from Svetlana
👨‍💻 Как выстроить CI/CD-пайплайн?
Мы написали
статью, где подробно рассказали об этом!

Французский архитектор Ле Корбюзье позавидовал бы архитектуре приложений созданных с помощью serverless-продуктов Yandex Cloud и GitLab CI. Вы узнаете, как реализовать в приложении несколько условий, чем полезна push-модель и увидите наглядный пример serverless-приложения.

Статья будет особенно полезна backend- и frontend-разработчикам, архитекторам, DevOps или владельцам стартапов. Бонус самым внимательным: пошаговая инструкция по построению CI/CD-пайплайна в определённом месте статьи 👀
👍5🤮5
Effective Ways to Learn and Master Vue.js

Whether you're a seasoned pro or just starting out, Vue.js offers a range of features that can help you create stunning web applications quickly and easily. But with so many resources available, it can be tough to know how to effectively level up your skills. In this article, explore some of the most effective ways to learn and master Vue.js. - https://vueschool.io/articles/vuejs-tutorials/effective-ways-to-learn-and-master-vue-js/

#vue
👍5