FrontEnd Development
29.4K subscribers
145 photos
1 video
9.35K links
Полезные ссылки иHTML, CSS, JavaScript, TypeScript, Angular, React, Vue, Node.js, Mobile and more.
Download Telegram
Revealing Memory Leaks in Frontend Applications

In this comprehensive article, you'll embark on an in-depth exploration of memory leaks. - https://medium.com/@samer.kmd/revealing-memory-leaks-in-frontend-applications-nuxt-js-vue-3614334cc00c

#vue
👍5
How to Start a React Project in 2024

There are, of course, many ways, but this well-regarded author explains the pros and cons of a few approaches, including using Vite, Astro, or Next.js. - https://www.robinwieruch.de/react-starter/

#react
👍7
Build a Next.js App in Storybook with React Server Components and Mock Service Worker

How to develop, document, and test RSC apps in isolation, while using MSW to mock network requests. - https://storybook.js.org/blog/build-a-nextjs-app-with-rsc-msw-storybook/

#react
👍2
Nuxt Layers Unwrapped

Layers are higher-level construct that helps us isolate re-usable parts of Nuxt, such as Nuxt pages, layouts, components, composable, etc - https://krutiepatel.com/blog/nuxt-layers-unwrapped

#vue
👍4
Speeding Up the JavaScript Ecosystem: Tailwind CSS

Marvin’s ongoing journey to improve our ecosystem by finding low-hanging performance-bearing fruit continues with a look at how the architecture of Tailwind CSS could be tuned. - https://marvinh.dev/blog/speeding-up-javascript-ecosystem-part-8/

#javascrpt
👍4
What is CSS Motion Path?

Ryan Finni demonstrates how to animate an element along a path using CSS Motion Path. - https://www.letsbuildui.dev/articles/what-is-css-motion-path

#css
👍3
67 Browser-Based Debugging Tricks

A list of useful, ‘not-obvious’ hacks to get the most out of the browser’s DevTools. Assumes a reasonable existing understanding of said tools. - https://alan.norbauer.com/articles/browser-debugging-tricks

#devtols #tricks
👍8
Wasp: A Rails-Like Framework for React, Node and Prisma

A common complaint I’ve seen about the Node ecosystem on social media is the lack of a ‘big framework’. This seems unfair with Sails and AdonisJS providing at least two options, but Wasp is another compelling option that even refers to itself as Rails-like. There’s a lot to like, particularly with the release of the ‘Open SaaS’ SaaS starter app that can take you several steps down the road to building an app in minutes. - https://wasp-lang.dev/

#nodejs
👍9
How React Server Components Change Everything

Server components completely alter how you write React code and in this video I will talk about all the difference between client and server components, what the pros and cons are, as well as when to use each one. - https://www.youtube.com/watch?v=rGPpQdbDbwo

#react
👍8
Vue Patterns

Free guide for Vue patterns that can significantly help in writing clean, efficient, and maintainable code. Includes patterns like composables, provide/inject, and more. - https://www.patterns.dev/vue

#vue
👍8😁1
Command Line Interface Guidelines

A fantastically presented ‘open source guide’ to writing better command line programs in the time-tested UNIX-y way. There's much to enjoy here, including a few Node-specific recommendations. - https://clig.dev/

#nodejs
👍5