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
Advanced Data Fetching in Vue with TanStack Query

Investigate the Vue.js plugin Vue Query in this tutorial as we develop a functional demonstration of it in use and discuss the querying problems it helps us resolve. - https://medium.com/vue-mastery/advanced-data-fetching-in-vue-w-tanstack-query-3c638d4c2041

#vue
🔥4👍2
The new way of subscribing in an Angular Component

Observables and RxJS are considered the cornerstones of the Angular framework. The RxJS library allows us to create our applications in a reactive way. Nevertheless, observables come with one pretty large downside. Every time you subscribe to an observable you have to remember that you must unsubscribe from it later. Otherwise, you will create a potential bug in your application or worse, a memory… - https://medium.com/generic-ui/the-new-way-of-subscribing-in-an-angular-component-f74ef79a8ffc

#angular
👍4🔥1
Wretch 2.3: A Wrapper Around fetch with an Intuitive Syntax

A long standing, mature library that makes fetch a little more extensible with a fluent API. - https://github.com/elbywan/wretch

#fetch #library
👍51
The Gotcha of Unhandled Promise Rejections

A rough edge with promises that can sneak up on you. Jake looks at a ‘gotcha’ around unhandled promise rejections and how to work around them. - https://jakearchibald.com/2023/unhandled-rejections/

#nodejs
👍5
Vue Project Directory Structure: Keep It Flat or Group by Domain

When starting a new project or refactoring an existing one, the question often arises: how to set up the project’s directory structure. In this article, explore three variants for structuring files in your Vue.js project. - https://markus.oberlehner.net/blog/vue-project-directory-structure-keep-it-flat-or-group-by-domain/

#vue
👍7
Did Next.js 13 Break State Management?

One of our favorite React YouTubers takes a practical look into a problem he encountered when trying to use MUI with Next.js 13, as well as how Zustand can play nicely with Next.js for managing state. - https://www.youtube.com/watch?v=OpMAH2hzKi8

#react
👍6
Dr. Axel Tackles Two Proposals: Iterator Helpers and Set Methods

Here’s something to get your teeth into! Dr. Axel takes on two promising ECMAScript proposals and breaks down what they’re about and why they’ll (hopefully) become useful to JavaScript developers. The first tackles iterator helpers (new utility methods for working with iterable data) and the second tackles Set methods which will extend ES6’s Set object. - https://2ality.com/2022/12/iterator-helpers.html

#javascript
👍7
Making Your React Native Gestures Feel Natural

Shopify is using React Native for its main shop app and has shared a few pointers to making React Native “gestures and animations feel better and more natural”. - https://shopify.engineering/making-react-native-gestures-feel-natural

#reactnative
👍4
Next, Nest, Nuxt… Nust?

“This blog post is for everyone looking for their new favorite JavaScript backend framework.” If the names of frameworks are all starting to blur together in your head, this is for you. Marius explains just what systems like Next and Gatsby do and touches on a few differences. - https://www.twilio.com/blog/comparing-nextjs-nestjs-nuxt-gatsby

#nodejs
5👍2