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
Restoring React Reducer State Across Browser Sessions

An online learning platform used io-ts to store useReducer state server-side in order to resume things at a later session. An interesting approach and walkthrough of the other possible solutions even if you don’t need to do this yourself. - http://amp.gs/3RsE

#react
13 Angular App Optimization Tips for Frontend Developers

How to optimize an Angular app? First, we need to consider how we understand optimization as such. Optimization helps achieve better app performance and easier code maintenance. Optimization is not a checklist or a to-do-list, and there is no universal way to optimize your app. - http://amp.gs/3dYt

#angular
Reinventing Hooks with React Easy State

You know it’s going to be interesting when an article starts: “This article defies a lot of trending patterns, like: React hooks…” This really pushes the React Easy State case hard. - http://amp.gs/3O9q

#react
Controlled Props Pattern

There are a few instances where you want to be able to override the internal state of a component and force it open from the parent. The controlled props pattern is designed for exactly this situation. - http://amp.gs/3OoQ

#vue
Why I Stopped Using Microservices - http://amp.gs/3Sjd

#nodejs
How to Use Material Design in Angular.

In this article we will learn to incorporate ‘Google Material Design’ in Angular projects. - http://amp.gs/3SAv

#angular
Creating Web Apps via TypeScript and webpack

The example app doesn’t use any front-end framework, just vanilla DOM APIs. Some knowledge of TypeScript, webpack, and npm are required, but this is a neat way to bring together a bunch of tools. - http://amp.gs/3Ne9

#javascript
Animating DOM Changes

Ada Rose Cannon shares some tips on smoothly adding, removing, resizing, and reordering elements. - http://amp.gs/3AYb

#css
React Performance Optimization with React.memo() - http://amp.gs/3AQ9

#react
The 15 coding languages with the highest salaries, and how to learn them online at no cost

A complete list of languages, along with how they compare to the salary of the average developer and how to learn them online at no cost. - http://amp.gs/3sjm

#business
How Does TypeScript Work? A Bird’s Eye View

Dr. Axel goes into depth on the structure of a typical TypeScript project, what gets compiled, and how can an IDE be used to write TypeScript. Aimed at people who haven’t yet picked TypeScript up. - http://amp.gs/3imj

#typescript
lazynpm: A Terminal UI for npm

One of those sort of things you don’t realize you need until you give it a go. There’s a four-minute screencast if you want to see how it works without downloading. - http://amp.gs/3Djs

#nodejs
Deploy an Angular application on AWS using serverless

A quick starter for a production ready Serverless Angular application on Amazon Web Services. - http://amp.gs/3uT6

#angular
The CSS “content” Property Accepts Alternative Text

Stefan Judis explains how the content property supports a way to define alternative text for generated content. - http://amp.gs/30tb

#css
Here’s a List of App Ideas You Can Start Coding Today

Get some inspiration to help you sharpen your coding skills. Here's a list of app ideas you can practice today. - http://amp.gs/3KBN

#ideas