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

Admin: @andrey2019
Download Telegram
Vue-Input-OTP - One time passcode Vue 3 Input Component.

Looking for an elegant way to handle one-time passcode (OTP) input in your Vue 3 projects? Vue-Input-OTP is a lightweight and customizable component designed specifically for this purpose. Check it out. - https://vuejsfeed.com/blog/vue-input-otp

#vue
Uncontrolled or Controlled: A Matter of Perspective?

Controlled components have state managed by React, while uncontrolled components store their state in the DOM, but sometimes it’s a bit more complicated than that, as Sam demonstrates here. - https://buildui.com/posts/uncontrolled-vs-controlled-a-matter-of-perspective

#react
State of CSS 2024 Results

The State of CSS 2024 results are in—this year’s survey reached 9,704 developers worldwide, giving an excellent outlook on CSS. - https://2024.stateofcss.com/en-US

#css
Using Notion as a Headless CMS with Nuxt

Notion is a productivity and organization tool that can be used for a wide variety of tasks. In this tutorial article, follow to find out how to use Notion as a headless CMS with Nuxt 3. - https://dev.to/trentbrew/using-notion-as-a-headless-cms-with-nuxt-3mk

#vue
Vite 6.0 Released

Despite coming from the creator of Vue.js, the Vite build tool has rapidly found itself at the heart of the React ecosystem with its enviable combo of speed, simplicity and extensibility. v6 doubles down on each of these and introduces an experimental ‘Environment API’ for framework authors to use Vite in more powerful ways. - https://vite.dev/blog/announcing-vite6.html

#vite
Tremor: React Component Suite for Dashboards and Charts

Built with React, Tailwind CSS, and Radix UI, you can use Tremor by either copy and pasting the components or via their npm package. You get all the typical dashboard UI elements like charts, progress indicators, activity trackers, accordions, tables, etc. - https://tremor.so/

#react
Overflow Clip

Ahmad Shadeed created a detailed guide on how overflow: clip works in CSS. - https://ishadeed.com/article/overflow-clip

#css
Talk to ChatGPT via a Phone Call

It requires some third party services like Twilio, AssemblyAI and, of course, OpenAI’s GPT 4, but you can tie all of these together with Node for a pretty neat demo. - https://www.assemblyai.com/blog/talk-to-chatgpt-on-a-phone-call/

#nodejs