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
How to create private state in stores

In this article, Eduardo - creator of Pinia explores the concept of creating Private State in Pinia. It focuses on Understanding Options vs. Setup Stores and Maintaining Data Integrity - https://masteringpinia.com/blog/how-to-create-private-state-in-stores

#vue
The Latest in CSS and Web UI: I/O 2024 Recap

Una Kravets dives into the current state of CSS, exploring some of the most game-changing new features redefining how we build web applications, featured live at Google I/O 2024. - https://developer.chrome.com/blog/new-in-web-ui-io-2024

#css
Understanding React Compiler

The new, experimental tool from the React team automates your performance tuning by rewriting your code — but should you use it, and how does it work under the hood? Tony takes a look. - https://tonyalicea.dev/blog/understanding-react-compiler/

#react
Dynamically Configuring Vue.js Apps in Docker Containers

In this article, explore a solution that allows you to set environment variables dynamically when running a Docker container, ensuring your Vue.js application reflects the latest configurations. - https://medium.com/@cgaspard/dynamically-configuring-vue-js-apps-in-docker-containers-0d2570c8f48c

#vue
On Compliance vs Readability: Generating Text Colors With CSS

Lea Verou explores if you can emulate the upcoming CSS contrast-color() function via existing CSS features and outlines the tradeoffs involved. - https://lea.verou.me/blog/2024/contrast-color

#css
Decoding 14 Vue.js errors: A Vue.js debugging guide

This Blogpost contains 14 decoded common “Vue.js errors,” providing troubleshooting tips and solutions to help you resolve them efficiently. - https://dev.to/zipy/decoding-14-vuejs-errors-a-vuejs-debugging-guide-7nn

#vue
Migrating to Next.js App Router with Zero Downtime

Migrating a complex app page by page will likely throw up some UX hurdles. The team at WorkOS developed a migration guide that allowed them to test their entire app with App Router while still serving the Pages Router to users before making the final switch. - https://workos.com/blog/migrating-to-next-js-app-router-with-zero-downtime

#react
Nuxt - how to create a sitemap Google Search will like!

In this blogpost, the author provides his personal solution to implementing Sitemap in Nuxt, including i18n (internationalization) and dynamic links. - https://bartmartin.com/nuxt-how-to-create-a-sitemap-google-search-will-like

#vue