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

Admin: @andrey2019
Download Telegram
Easy RPC with Nuxt: Making a Todo App

We're going to make a simple to-do app with Nuxt. Except, instead of manually defining server routes and fetching them on the client, we're going to use Prim+RPC to define functions on Nuxt's server and simply call those functions directly from the client - https://blog.doseofted.me/easy-rpc-with-nuxt-making-a-todo-app

#vue
👍4
React Memo is.. Good Actually

The use of React’s memoization features can be ‘a controversial, complex & ever evolving topic’ (see last issue’s The Uphill Battle of Memoization, for example) but Tim thinks there are a lot of misconceptions and works through nine of them here – some technical, some more philosophical in nature. - https://timtech.blog/posts/react-memo-is-good-actually/

#react
👍2👎1
36 Node CLI App Best Practices

From the creator of several Node-based CLI tools comes this helpful collection of best practices for building “successful, empathic and user-friendly” CLI tools using Node, plus an appendix rounding up popular CLI framework options. - https://github.com/lirantal/nodejs-cli-apps-best-practices

#nodejs
👍6🔥1
Unlock the Power of HTTP Request Cancellation in Angular

HTTP request cancellation in Angular means that you abort or cancel an ongoing HTTP request before it gets completed. - https://www.angularaddicts.com/p/unlock-the-power-of-http-request-cancellation

#angular
👍4🤩1
Custom Error Pages in Nuxt 3

Nuxt 3 has a ton of built-in features that just work without requiring anything of you — including an error page. But did you know you could replace Nuxt’s error page to your own custom page. This article dives into how to create a custom error page for Nuxt 3 applications. - https://masteringnuxt.com/blog/custom-error-pages-in-nuxt3

#vue
👍6
React Forget: React for Developers and Compilers

A React core team member went deep at React India two weeks ago with a look at why React’s model is well suited for targeting by compilers and static analysis tools, but also why the React team are even building a compiler in the first place. - https://www.youtube.com/watch?v=kjOacmVsLSE

#react
👍4
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
👍6😁1
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
👍61
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
👍71
The Rise of Next.js: Why It's the Full-Stack Framework of Choice - https://www.felixvemmer.com/blog/why-next-js

#react
👍7🥱1
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
👍6