FrontEnd Development
28.8K subscribers
145 photos
1 video
9.35K links
Полезные ссылки иHTML, CSS, JavaScript, TypeScript, Angular, React, Vue, Node.js, Mobile and more.
Download Telegram
What's Next For Redux? (with Mark Erikson)

The king of the React YouTubers takes a break from his usual screencast format to sit down with Redux maintainer Mark Erikson (a.k.a. acemarke) to talk about both the current and future states of Redux and Redux Toolkit, both of which are approaching major new versions. - https://www.youtube.com/watch?v=n5FK8_EXcbs

#react
👍4
Advanced Data Fetching with Nuxt 3

When refreshing async data, when should you use refresh vs watch source?
Use refresh() when you know server side data has changed
Use a watch source when the data loaded is dependent upon client side data - https://serversideup.net/advanced-data-fetching-with-nuxt-3

#vue
4👍1
Extending Vue Router Links in Vue 3

The router-link tag is a great tool for navigating between different pages of your Vue application but it is not the tool to use when navigating to an external link, for that you’d want to use a regular tag - https://vueschool.io/articles/vuejs-tutorials/extending-vue-router-links-in-vue-3/

#vue
👍7
The Advanced Guide to the CSS :has() Selector

Rahul Chhodde explains the need for the :has() selector, its general usage, various applications and use cases from simple to advanced, browser compatibility, and the fallbacks. - https://blog.logrocket.com/advanced-guide-css-has-selector

#css
👍4
nve 16.1: Run Things With a Specific Node.js Version

Execute a file, command, or REPL using a specific version (or multiple versions) of Node. For example, you could run npm test over multiple versions at once. v16.1 lets you specify a Node version stored in a package.json, .nvmrc, or similar file. - https://github.com/ehmicky/nve

#nodejs
👍52
Developing a Single Page App with FastAPI and Vue.js

This blogpost is a step-by-step walkthrough of how to build and containerize a basic CRUD app with FastAPI, Vue, Docker, and Postgres. - https://testdriven.io/blog/developing-a-single-page-app-with-fastapi-and-vuejs/

#vue
2👍2
Demystifying React Server Components with Next.js 13

Half tutorial and half the author figuring things out, which works pretty well as an approach for such a new topic. - https://demystifying-rsc.vercel.app/

#react
👍3
Configuration in Nuxt 3: runtimeConfig vs appConfig

Nuxt 3 provides powerful configuration options, allowing you to adapt your application to different use cases. The two key parts of Nuxt 3's configuration system are runtimeConfig and appConfig. This article will explain the purpose and differences between these two options and show you how to use them. - https://masteringnuxt.com/blog/configuration-in-nuxt-3-runtimeConfig-vs-appConfig

#vue
👍3