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

Admin: @andrey2019
Download Telegram
Modularizing React Applications with Established UI Patterns

This post began as the first in a promised series of posts, but has instead gotten longer each week! It’s now quite a significant, practical look at applying UI patterns to React apps to improve organization and maintainability. - https://martinfowler.com/articles/modularizing-react-apps.html

#react
👍61😡1
Feathers 5: The API and Real-Time App Framework

Feathers isn’t as well known as Nest or Fastify, say, but it’s a powerful and mature option if you want to spin up a Node CRUD app tied to a database and now it’s “TypeScript all the way down” too - https://blog.feathersjs.com/introducing-feathers-5-the-api-and-real-time-application-framework-101ae2deaaeb

#nodejs
👍94
Preventing Duplicate Array Values in Vue 3

The focus of this article is to find out how to use various JavaScript methods to prevent duplicate array values in Vue-based projects. - https://medium.com/js-dojo/preventing-duplicate-array-values-in-vue-3-7289de361cb4

#vue
👍6
Speeding Up the JS Ecosystem: It's ESLint's Turn

Last year we featured an article from the same author about how he was finding, and fixing, low-hanging performance fruit in popular JavaScript projects. He’s back, and he’s found a lot of potential for savings in ESLint this time. - https://marvinh.dev/blog/speeding-up-javascript-ecosystem-part-3/

#javascript
👍43👏1
The 12 Most Popular Node.js Frameworks in 2023

The data comes from surveys, GitHub stars, plus some gut feelings, but it’s a well put together summarized list of frameworks right now, from family favorites like Express and Fastify to less expected options like Strapi and Keystone. - https://stackdiary.com/node-js-frameworks/

#nodejs
👍6
Start Testing With Vitest

Welcome to the world of testing! Ensuring that your code is reliable and bug-free is an essential part of the software development process, and using a good testing frameworks can greatly assist in this effort. This article will walk you through the basics of using Vitest to test your Vue.js applications. - https://vueschool.io/articles/vuejs-tutorials/start-testing-with-vitest-beginners-guide/

#vue #vitest
👍7
Ten Web Development Trends in 2023

Following the State of JS survey results Robin takes a considered look at new web dev trends that we should be paying attention to this year, and why they matter. - https://www.robinwieruch.de/web-development-trends/

#web #trends
👍52👏1
Why You Should Use a React 'Framework'

Whether it’s Next.js, Gatsby, Remix, or something else, using a bigger framework that itself uses React is de rigueur in 2023. Lee examines why, complete with a nice iceberg metaphor, and does a good job of boiling down the basic argument. - https://leerob.io/blog/react-frameworks

#react
👍53
How Cloudflare Built an SEO Tool on Workers, D1, and Queues

It’s an open-source tool for monitoring new site content called Prospector. If you use Cloudflare’s serverless platform at all, though, you may be more interested in this post which explains just how such a tool came together, including their use of Hono, an Express-like framework targeting edge compute cases. - https://blog.cloudflare.com/how-we-built-an-open-source-seo-tool-using-workers-d1-and-queues/

#nodejs
👍5
Adding security to Nuxt 3

Nuxt is an Intuitive Web Framework that allows you to build your next Vue.js application with confidence. This article explores the Nuxt-security module and how it can help in improving security in our Nuxt 3 application. - https://dev.to/snyk/adding-security-to-nuxt-3-4a35

#vue #nuxt
👍4