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

Admin: @andrey2019
Download Telegram
Let's create a filter table component in Vue

In this video, you'll learn how to use computed properties, events, fetch requests, and emits to build out a component that acts like a filter and search table with Vue 3 and the Composition API. - https://www.youtube.com/watch?v=au27CwIFHzs

#vue
👍3
AdonisJS v6: The Complete Web Framework

If you want a TypeScript-first backend Web framework with amazing docs and packed with features out the box, Adonis is worth a look. v6 takes a huge step forward by using ESM by default, offering significantly more type safety overall , a new validation library, and more. - https://adonisjs.com/blog/adonisjs-v6-announcement

#nodejs
👍8
Accounting for Internationalization with CSS and HTML

Jenn Diaz explains how to achieve internalization using logical properties, CSS Writing Mode, the dir attribute, and the lang attribute. - https://sparkbox.com/foundry/internationalization_css_html

#css
👍4
Starting and Publishing a Library: The Modern Way

A walk through the steps involved in creating and packaging a library, publishing a package, adding testing, and automatically publishing it all to the NPM registry, along with provenance. - https://advancedweb.hu/modern-javascript-library-starter/

#nodejs
👍4
Lessons Learned Upgrading to React 18

If you get the feeling everyone upgrades to using the newest React version and features ASAP, it’s not true. Most teams take a while to do big upgrades (if they even do so at all) so it’s interesting to see the SonarQube team’s story and some issues they ran into. - https://www.sonarsource.com/blog/upgrading-react-18-sonarqube/

#react
👍51
CSS Size Analyzer

An online tool to analyze CSS size to help you catch bloat from things like embedded images or fonts. - https://www.debugbear.com/css-size-analyzer

#css
👍4👨‍💻2
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