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
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
Common Beginner Mistakes with React

As an experienced React educator, Josh has seen most of the common problems people encounter and here he digs deep into “9 of the most dastardly gotchas” and how to resolve them. Aimed at folks who are ‘still pretty early’ in their React journey — so if you’re Dan Abramov, this isn’t for you - https://www.joshwcomeau.com/react/common-beginner-mistakes/

#react
👍52😁2
Vue Use State Effect - Your small and fast alternative to Vuex and Pinia.

vue-use-state-effect is a fast and small library, built on top of the native Vue.js API that will provide a safe and sharable (across the app) state for your local composables and functions. This article provides a brief guide to using this handy library. - https://dev.to/vue-storefront/vue-use-state-effect-your-small-and-fast-alternative-to-vuex-and-pinia-1gde

#vue
👍5
How to Debug Node Segmentation Faults

Normal execptions are one thing, but when you’re faced with something as cryptic as “segmentation fault (core dumped)”, what are you to do? Tim has some pointers. - https://httptoolkit.com/blog/how-to-debug-node-segfaults/

#nodejs
4👍2