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

Admin: @andrey2019
Download Telegram
React Js Clean Code Guide

Enhance Your React.js Development with Best Practices and Proven Techniques - https://harendra21.medium.com/react-js-clean-code-guide-7d7c63a10726

#react
Dual Publishing ESM and CJS Modules with tsup and 'Are the Types Wrong'

tsup makes it easy to bundle TypeScript libraries, and Are the Types Wrong? is a tool to analyze packages for issues with their TypeScript types, particularly ESM-related module resolution issues. - https://johnnyreilly.com/dual-publishing-esm-cjs-modules-with-tsup-and-are-the-types-wrong

#nodejs
How to integrate Brevo Live Chat into a Nuxt 3 app

If you're using Brevo for Marketing, you've probably noticed the Live Chat feature. This feature is beneficial for direct customer interaction. It's part of Brevo's built-in features and integrates seamlessly with others. However, there's no apparent Vue or Nuxt integration. Here's a simple way to integrate it into your Nuxt App or Website. - https://madebyfabian.com/blog/how-to-integrate-brevo-live-chat-into-a-nuxt-3-app

#vue
React 19 and Suspense: A Drama in Three Acts

It’s not a good sign when what at first appears to be a bug is actually intended and prescribed behavior. A cautionary tale, but one with a happy ending. - https://tkdodo.eu/blog/react-19-and-suspense-a-drama-in-3-acts

#react
What Happens When a Major npm Library Goes Commercial?

The ua-parser-js library is commonly used to parse user agent strings and gets over 12 million downloads a month, but it has recently switched to AGPL+commercial licensing. - https://adventures.nodeland.dev/archive/what-happens-when-a-major-npm-library-goes/

#nodejs
Build a Nuxt app with Azure serverless REST API

This article provides instructions on how to construct a static web app using Nuxt, in conjunction with serverless APIs through Azure Functions CLI and Static Web Apps Emulator. - https://dev.to/mayashavin/build-a-nuxt-app-with-azure-serverless-rest-api-2ci7

#vue
How to Use CSS object-fit and object-position

Ralph Mason shows how to use object-fit to fit images into a specific amount of space and how to use object-position to get the positioning within that space just right. - https://www.sitepoint.com/using-css-object-fit-object-position-properties

#css
How to Create WebVTT Files for Videos in Node

The Web Video Text Tracks Format (WebVTT) is a common standard for subtitles/closed captioning. AssemblyAI’s platform does the hard work here. - https://www.assemblyai.com/blog/vtt-video-nodejs/

#nodejs
How to Use Google Sheets as a 'Database' with React

The most compelling reason to use this approach? The ability to make your app’s data available to both technical and non-technical people by simply sharing a Google Sheet they likely already know how to use. - https://thenewstack.io/how-to-use-google-sheets-as-a-database-with-react-and-ssr/

#react
How to Use v-model in Vue 3: An In-Depth Guide

Get the hang of Vue 3's v-model with this guide. This article covers its purpose, cool features, some examples, and also some common slip-ups to avoid for a smooth two-way data binding experience. - https://salkobalic.com/how-to-use-v-model-in-vue-3-an-in-depth-guide

#vue