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

Admin: @andrey2019
Download Telegram
Choosing Between Vue.js and Nuxt.js: The Development Dilemma

Vue.js is rapidly gaining popularity among developers and companies, supported by a growing community. Vue.js has seen an emergence of amazing framewaorks like Nuxt built on top of Vue. This article will provide insight into Vue.js and Nuxt as you delve into their usage factors and considerations, examining how they compare and interact with each other. - https://levelup.gitconnected.com/choosing-between-vue-js-and-nuxt-js-the-development-dilemma-b7fba6a66a62

#vue
Why I Won't Use Next.js

Kent explains in detail why he has chosen Remix over Next.js. The reasoning is more nuanced than the title might imply but focuses around Remix relying more on the web platform and not being as closely aligned with a commercial platform. - https://www.epicweb.dev/why-i-wont-use-nextjs

#react #nextjs
How to Deploy Your Vite/Vue 3 Application in GitHub Pages 2023

Github pages is a fast and free alternative to host your application. There are several guides to how to setup your project on Github pages. This article provides a practical guide that you can follow, and hopefully leave with a better understanding of how it all works! - https://mkay11.medium.com/how-to-deploy-your-vite-vue-3-application-in-github-pages-2023-2b842f50576a

#vue
Headless Component: A Pattern for Composing React UIs

Posting on the Martin Fowler blog, an engineer at Atlassian takes us on a (very) practical journey into the concept of headless components and the pattern of having reusable logic and behavior separate from the presentation of UI elements. - https://martinfowler.com/articles/headless-component.html

#react
AbortController — Abort ongoing calls in Vue with Axios interceptor

This article introduces Axios Interceptor to help intercept requests or responses before they are handled by the then or catch methods. Read more to find out how to implement this in a Vue.js application. - https://medium.com/@rado.sabo/abortcontroller-abort-ongoing-calls-in-vue-with-axios-interceptor-584c9f0566a6

#vue
A Simple WebSocket Benchmark: Node vs Bun

Using as ‘textbook’ an example of WebSocket communication as possible, the author pits Node and Bun against each other. - https://lemire.me/blog/2023/11/25/a-simple-websocket-benchmark-in-javascript-node-js-versus-bun/

#nodejs
CSS Art Tutorial: Creating a simple Santa Claus

Eleftheria Batsou shows how to build an illustration of Santa Claus with HTML and CSS. - https://blog.eleftheriabatsou.com/css-art-creating-a-santa-claus

#css
React Server Components, Without a Framework?

Could you use Server Components today without a full framework like Next.js in place? This practical investigation is very thorough, with plenty to enjoy and learn from. - https://timtech.blog/posts/react-server-components-rsc-no-framework/

#react