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
Implementing OAuth in Nuxt with Supabase

Few years ago, implementing OAuth in an application completely from scratch was not an easy task. In order to do that, you have to implement a flow in your web application that will be followed by both frontend and backend. Supabase achieves this in a much simpler flow. In this article, explore how to implement OAuth in Nuxt with Supabase. - https://dev.to/jacobandrewsky/implementing-oauth-in-nuxt-with-supabase-4p1k

#vue
The Uphill Battle of Memoization

Two years ago, Dan Abramov wrote about things to do before you use memo() or usememo but Dominik goes a step further into exploring why memo shouldn’t be your very first choice for performance optimizations. - https://tkdodo.eu/blog/the-uphill-battle-of-memoization

#react
How to Build a Server-Side React App Using Vite and Express

A demo of server-side rendering and server-side data fetching without using a full-on framework — showing what React-powered frameworks actually do. - https://thenewstack.io/how-to-build-a-server-side-react-app-using-vite-and-express/

#nodejs
24 Articles for Learning Nuxt 3

Articles are a very quick way to pick up knowledge. So in this article, 24 useful articles have been compiled to help you gain extensive knowledge on Nuxt 3. - https://masteringnuxt.com/blog/24-articles-for-learning-nuxt3

#vue
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
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
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
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
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
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