FrontEnd Development
28.9K subscribers
145 photos
1 video
9.35K links
Полезные ссылки иHTML, CSS, JavaScript, TypeScript, Angular, React, Vue, Node.js, Mobile and more.
Download Telegram
Avoiding Derived State in React

“Deriving state at render time and using memoization to keep it performant where needed should help you tame any derived state problems you encounter.” - http://amp.gs/rniv

#react
The State of Angular in 2019

We don’t focus on much beyond the big releases and best tutorials when it comes to Angular, but if you’ve been wondering what’s going on with it, here’s an overview of the state of the Angular ecosystem. - http://amp.gs/rkPG

#angular
Using the Intl API for Internationalization in JavaScript

Rather than ship lots of locale-specific data in your app, you might be able to lean on the Intl object (supported in all major browsers) for date, time, and number formatting. - http://amp.gs/r7p4

#javascript
CSS Architecture for Multiple Websites

Elad Shechter shares some tips on writing scalable CSS that can be reused on multiple websites. - http://amp.gs/rPjW

#css
Learning About React Hooks and the Context API by Building a Recipe Search App - http://amp.gs/rPRu

#react
Building a CRUD App with Vue and GraphQL

Put your knowledge of GraphQL to use by creating a simple app in Vue.js and sending GraphQL queries for creating, reading, updating, and deleting data. - http://amp.gs/rPcU

#vue
Google Wants to Make The 25-Year-Old robots.txt Protocol An Internet Standard

Google has outlined plans to turn robots exclusion protocol (REP) — better known as robots.txt — into an internet standard after 25 years. - http://amp.gs/ryS0

#google #news
12 Tips for Improving JavaScript Performance

Half of your visitors expect a page to appear within 2 seconds so keeping your JavaScript fast is a must. Here are some relatively entry level tips to helping you on your way. - http://amp.gs/rybb

#javascript
How to Build An Anonymous Chat App with React Bootstrap and Cometchat

Cometchat is a commercial service for building chat apps, though it’s free up to a certain level. - http://amp.gs/rhR7

#react
Vue.js Functional Components: What, Why, and When?

This article covers how to implement functional components in Vue, why they are awesome, when they are appropriate to use, and also covers some caveats to be aware of. - http://amp.gs/rvGb

#vue
React Fundamentals: Props vs State

What’s the difference between props and state in React? A brief comparison of each. - http://amp.gs/rgIA

#react
Framer Motion: Production-Ready Fluid Animations in React

If you’ve ever heard of Popmotion’s Pose, this is the open source successor to that and provides a way to create smooth animations, both simple and complex.
- http://amp.gs/rV8T

#react
Exporting Data to Excel In Angular

We often export data from tables to excel sheets in web applications. There are two ways to implement the export functionality in Angular: one is by using components directive and the other is by using attribute directive. In this post, we will compare both and examine their use cases as well.
- http://amp.gs/r9MA

#angular
A Look at the Public Class Fields Proposal - http://amp.gs/r4oi

#javascript
Vue without View - An Introduction to Renderless Components

Components get harder to maintain as they grow larger. Sometimes it is not obvious how to split a bloated component into smaller components. If you aren't ready to try the new function-based API, renderless components offer a good alternative. - http://amp.gs/rR35

#vue