FrontEnd Development
28.8K subscribers
145 photos
1 video
9.35K links
Полезные ссылки иHTML, CSS, JavaScript, TypeScript, Angular, React, Vue, Node.js, Mobile and more.
Download Telegram
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
👍51
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
👍2🔥2
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
You Don't Need to Learn Svelte – Here's Why

I mean.. you kinda do, but Kavii’s excitement is infectious and Svelte’s approach remains refreshing. - https://kaviisuri.com/you-dont-need-to-learn-svelte

#svelte
🔥4👍3
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