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
5 Lessons I’ve Learned on How to Structure Code

Here are 5 things you need to do in order to improve the structure of your code. - http://amp.gs/wBIB

#structure #patterns
Why We Switched From Yarn to pnpm

Yarn and pnpm are both popular alternatives to npm but why would you switch from one to the other? Improved performance in a monorepo situation. - http://amp.gs/wBiS

#nodejs
Using Custom Property “Stacks” to Tame the Cascade

Miriam Suzanne on how she used Custom Property “stacks” to solve some of the common issues people face in the cascade: from scoped component styles, to more explicit layering of intents. - http://amp.gs/wn4n

#css
Angular Directives Demystified

Directives are one of the least used features in Angular. They are often overlooked as devs typically tend to put all the logic into components. Lack of a clear understanding of how directives work also contributes to their underuse. In this article, we will learn all about directives, when and how to use them, and look at some useful real-world examples to cement this understanding. - http://amp.gs/wGvn

#angular
Understanding Reactivity in Vue 3.0 – Jinjiang

The Vue.js core team member Jinjiang has written an amazing, in-depth article about the reactivity system that can be found in Vue 3.0. It talks about how the reactivity API has evolved from what we had in Vue 2.x and it even shows how you can use the Vue’s new standalone reactivity with React. - http://amp.gs/wxg9

#vue
How to Create Editable DataGrids in a React Redux Application

The decades-old concept of the spreadsheet has created a pervasive notion that every grid of data should be editable. It looks like a spreadsheet, shouldn’t it work like one? Here's how to use Redux to help live up to that sometimes unrealistic expectation. - http://amp.gs/wfxv

#react
Irregular-Shaped Links With Subgrid

Michelle Barker shows how to create irregular-shaped links with Subgrid. - http://amp.gs/wkGQ

#css
How to Handle Errors in Express

The follow up to a post about creating a REST API with Express focuses on the error handling side of things which really shouldn’t be an afterthought. - http://amp.gs/wezg

#nodejs
How One Developer Passed $100K/yr on GitHub Sponsors

GitHub’s Sponsors program has opened up an interesting new funding model for many open source developers. Of course, not everyone can do it to this level, but it’s an inspirational story and Caleb shares lots of useful points, particularly if you want to fund your own work this way too. - http://amp.gs/w7IV

#news
Stop Mocking fetch

Why you shouldn’t mock fetch or your API clients in your tests and what to consider instead. - http://amp.gs/wPzI

#react
Context and Provider Pattern with the Vue 3 Composition API – Markus Oberlehner

Learn how to use the Vue 3 Composition API to replicate the React Context and Provider API. - http://amp.gs/wPoE

#vue
Let's Develop An Angular Application - Introduction To Angular Reactive Forms

In this article, we will learn about Angular reactive forms. It would be good to have a basic understanding of angular template-driven forms in order to learn reactive forms easily. - http://amp.gs/wyXo

#angular
👍1
Handling API Calls using MobX in Flutter

The basics of state management in Flutter using MobX. - http://amp.gs/wh2w

#flutter
Styling Layout Wrappers In CSS

Ahmad Shadeed outlines how layout wrappers in CSS work, how to use them, and when not to use them. - http://amp.gs/wvNe

#css
What JavaScript Developers Should Know About curl

curl is a fantastic (and borderline universal) command line HTTP client that lets you test, tweak, and manipulate requests both targeting your own apps and APIs as well as those of others. - http://amp.gs/wgOg

#curl
How to Use Angular To Deploy TensorFlow Web Apps

Inthe new age of machine learning and AI, Python is undoubtedly the go-to language for any budding engineer. Clean, pseudocode looking syntax — and the biggest scientific computing and machine learning communities in the world have produced the perfect language for developers looking to make their machines a little smarter. - http://amp.gs/wEvW

#angular