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
An Overview of React State Management Techniques in 2021

There are a lot of approaches to state management, so it is sometimes valuable to compare them and see which might be the best for you. This article compares, contrasts and proffers a rating for Apollo’s Local Cache, Recoil and Redux. - http://amp.gs/jjLyq

#react
Deploying a Serverless API to AWS with Claudia.js

Learn the bare basics of how Claudia.js can simplify deploying a serverless API to AWS Lambda by building it in a traditional Express.js style. - http://amp.gs/jjW7Y

#nodejs
System *Things

Chris writes all about one of the weirdest revelations I’ve had lately, too: the discovery of system colors. Think of these as variables that you can use but browsers and operating systems will likely render them completely differently - http://amp.gs/jjoRc

#css
Building a Tag Input Component with the Vue 3 Composition API

Here's a walkthrough of how to build a tag input component with the Vue 3 composition API step by step. - http://amp.gs/jjMV3

#vue
Nine JavaScript and TypeScript ORMs for 2021

I was surprised how well this did, so clearly a lot of people are on the look out for new data management solutions.. :-) This is a roundup, complete with code examples, showing off a variety of tools like Knex.js, Mongoose, TypeORM, Waterline, and Bookshelf. - http://amp.gs/jjQO1

#nodejs
How to Structure Angular Apps in 2021

This is how I structure my angular applications for extensive flexibility, scalability and smaller initial… - http://amp.gs/jjc3J

#angular
Factory pattern - Type script implementation with type map

As one of the common creation patterns, the factory pattern makes application loose coupling by hiding the… - http://amp.gs/jj6VL

#typescript
If we’re gonna criticize utility-class frameworks, let’s be fair about it

There’s a lot of criticism out there when it comes to using something like Tailwind to help you write CSS. Utility-class frameworks will often lead you to writing markup that looks something like this - http://amp.gs/jj6bM

#css
How to Choose Between Different Code Reuse Patterns in Vue.js

This article will help you choose between the composition API, scoped slots, and mixins for reusable code in Vue.js. - http://amp.gs/jjbNB

#vue
Time to Say Goodbye to Enzyme.js?

Enzyme is a long standing React component testing library originally built at Airbnb. However, “the world has already moved - to React Testing Library” claims the author who has a variety of other reasons to consider dropping it. - http://amp.gs/j8IPc

#react
Angular Pipe Performance — Build a super-duper fast Angular pipe ⚡️

Looking to make your Angular pipes perform like a dashing cheetah? Then here’s how to create a fast… - http://amp.gs/j8jeE

#angular
Mobile Palette Generator

A color palette generator that generates secondary and accent colors based on a primary color you provide. Shows you a preview of the color scheme on mobile UIs. - http://amp.gs/j88KH

#webtools
npm audit: Broken by Design

Dan says it best: “The way npm audit works is broken. Its rollout as a default after every npm install was rushed, inconsiderate, and inadequate for the front-end tooling.” Dan adopts an unusually snarky tone but does a good job of demonstrating why getting panicked about vulnerabilities as if they’re all as important as each other can be a bad thing. - http://amp.gs/j8T9u

#nodejs
Monorepos in JavaScript, Anti-Pattern

Something I’ve noticed more lately, is this trend of having several npm micro-packages all contained in one… - http://amp.gs/j81R6

#monorepo