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
Configuration in Nuxt 3: runtimeConfig vs appConfig

The two key parts of Nuxt 3's configuration system are runtimeConfig and appConfig. This article will explain the purpose and differences between these two options and show you how to use them. - https://masteringnuxt.com/blog/configuration-in-nuxt-3-runtimeConfig-vs-appConfig

#vue
👍6
Building a Node App with TypeScript

Learn how to set up TypeScript to bundle a Node app using pnpm, Node, TypeScript, and ES modules for a seamless development experience, all from someone who knows a thing or two about TypeScript! - https://www.totaltypescript.com/typescript-and-node

#nodejs
👍5
Useful Vue Utils with VueUse

In this article, the author talks a bit more about VueUse and how much you can get out of it. And believe me, you will gain a lot - https://dev.to/jacobandrewsky/useful-vue-utils-with-vueuse-17ap

#vue
👍7
A highly configurable switch component using modern CSS techniques

Andy Bell shows how to build a highly configurable switch component using modern CSS, such as :has(), container queries, Logical Properties, and Custom Properties. - https://piccalil.li/blog/a-highly-configurable-switch-component-using-modern-css

#css
👍7
Improve React Component Maintainability with Layered Architecture

Unlocking the Secrets to Building Scalable and Maintainable React Components - https://blog.bitsrc.io/improve-react-component-maintainability-with-layered-architecture-25e74ba86430

#react
👍51
Use Parcel Macros in Other Bundlers with unplugin-parcel-macros

Macros, as implemented in Parcel (and Bun!), are JS functions that run at build time whose results are inlined into a bundle in place of the original call. You can now use this feature with webpack, Vite, Rollup, esbuild, etc. - https://github.com/devongovett/unplugin-parcel-macros

#parsel
👍2
Understanding and Measuring Nuxt Performance – Vue.js 3 Performance

This article is the fist part of a series on Performance in Vue 3 and will focus on performance in an application and what makes an application termed as fast. - https://vueschool.io/articles/vuejs-tutorials/understanding-and-measuring-nuxt-performance-vue-js-3-performance/

#vue
👍2
React Server Components Now in RedwoodJS

If you thought RSCs were a Next.js phenomenon, think again. Implementations are popping up all over, such as in Waku and now RedwoodJS, a full-stack framework founded by GitHub co-founder Tom Preston-Werner that leans on React, Prisma and other technologies to provide a great DX ‘out of the box.’ This post digs deep into how RSCs are used and how they can supplant Redwood’s use of GraphQL. - https://redwoodjs.com/blog/rsc-now-in-redwoodjs

#react
👍6