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

Admin: @andrey2019
Download Telegram
Can Bun Eat Node.js’s Lunch?

An experiment in migrating a codebase (a restaurant voting app called Lunch) from Node over to Bun and seeing how it fares. They’re impressed but found it to be “not production-ready as I’m still encountering segmentation faults for common tasks.” - https://labzero.com/blog/can-bun-eat-node-js-s-lunch-testing-the-trendy-toolkit

#nodejs #bun
How We Optimized Package Imports in Next.js

The latest version of Next includes improvements to optimize package imports that can improve local dev performance and production cold starts. This post explains why this was needed and how it was done. - https://vercel.com/blog/how-we-optimized-package-imports-in-next-js

#react
Asynchronous Component Loading in Vue 3

Asynchronous loading of our Vue.js components helps improve the performance and Optimization of our application. This article explores the lazy loading components feature in Vue 3 and it’s implementation - https://javascript.plainenglish.io/asynchronous-component-loading-in-vue-3-f8cd0860da23

#vue
The Rise of Next.js: Why It's the Full-Stack Framework of Choice - https://www.felixvemmer.com/blog/why-next-js

#react
Understanding Accessibility

Alaïs de Saint Louvent created an outstanding resource that will help you learn the basics of accessibility. - https://www.understandingaccessibility.com/

#accessibility
The 9 Best Recommendations in the New React Docs

The latest React docs include all sorts of recommendations on how to best write React code and Josh picks out several of his favorites covering areas like data fetching, extracting shared code into functions, and where to define components. - https://blog.testdouble.com/posts/2023-10-16-react-docs-recommendations/

#react
Vue 3 X Web3: Vue.js Forge Episode 4 Recap

Creating a blockchain application using Vue.js is less complicated than it might seem. The recent Vue.js Forge Episode 4 demonstrated this as developers from 133 countries collaborated to build a decentralized Kickstarter clone with Vue 3 and Web 3. This article provides a recap of the event's highlights, offering valuable tips and tutorials from the event. - https://vueschool.io/articles/news/vue-3-x-web3-vue-js-forge-episode-4-recap/

#vue
The Tao of React: Design, Architecture & Best Practices

A classic post on the topic of ‘best practices’ that’s so perennially popular in the React world. This was our most visited link in 2021, but is 🐦 still recommended by the author if you’re looking for some common sense practices to apply. - https://alexkondov.com/tao-of-react/

#react
CSS Nesting

Ahmad Shadeed documents what he learned about CSS nesting and shares his findings, along with use cases and examples. - https://ishadeed.com/article/css-nesting

#css