FrontEnd Development
25.8K subscribers
143 photos
1 video
7.84K links
Полезные ссылки иHTML, CSS, JavaScript, TypeScript, Angular, React, Vue, Node.js, Mobile и многое другое.

Администратор: @andrey2019
Download Telegram
Creating an Interactive 3D 'Bulging Text' Effect with React Three Fiber

At the risk of seeming a little gimmicky, this is certainly a feature that would make your page stand out.. almost literally! - https://tympanus.net/codrops/2024/03/20/creating-an-interactive-3d-bulge-text-effect-with-react-three-fiber/

#react
The Fifty-Fifty Split and Overflow

Ryan Mulligan shows how to create a classic layout pattern where two elements occupy the same amount of inline space inside a row. - https://ryanmulligan.dev/blog/50-50-overflow

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