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