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

Admin: @andrey2019
Download Telegram
Benefits of using Nuxt Image Module

The Nuxt-image module is a powerful image optimization tool. It has the ability to resize and transform your images to increase page performance using a built-in optimizer. This post will look at how to add an image download feature to your Nuxt app while exploring this awesome module. - https://jaybharadia.hashnode.dev/benefits-of-using-nuxt-image-module

#vue
Using CSS content-visibility To Boost Your Rendering Performance

Rob O’Leary dives into the benefits and practical use cases of the content-visibility CSS property, as well as situations where it might not be the most suitable option. - https://blog.logrocket.com/using-css-content-visibility-boost-rendering-performance

#css
Debugging Magic with Vue Devtools

Debugging in Vue.js can be a bit tricky sometimes especially as your applications grow more complex. Not to worry, in this article Vue Devtools is introduced as a perfect bug busting tool to help you figure out your bugs and understand your components and applications much better. - https://vueschool.io/articles/vuejs-tutorials/debugging-magic-with-vue-devtools/

#vue
Awesome Node Security: A Curated List of Node Security Resources

Includes links to libraries like Helmet, educational resources, tools, and even stories of incidents like the left-pad incident - https://github.com/lirantal/awesome-nodejs-security

#nodejs
Why You Should Use px Units for margin, padding, & Other Spacing Techniques

Ashlee M Boyer gives some advice on when to use absolute or relative CSS units. - https://ashleemboyer.com/blog/why-you-should-use-px-units-for-margin-padding-and-other-spacing-techniques

#css
Create your own custom Vue Hooks: useElementVisibile

This article will walk you through the process of developing a custom Vue composable hook that can be used across any app or component by creating a hook called useElementVisible, which provides a reactive property that tracks whether or not the element is in the viewport. - https://medium.com/@ankurr.singhal/create-your-own-custom-vue-hooks-useelementvisibile-d04095a13c8b

#vue
Next.js 13 vs Remix: A Case Study

No mere lightweight list of feature bullet points, but an extended dive into the similarities and differences between two worthwhile approaches. - https://prateeksurana.me/blog/nextjs-13-vs-remix-an-in-depth-case-study/

#react