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
Detect Responsive Screen Sizes in Angular

Most of the time, we use CSS media queries to handle responsive, screen size changes to layout our content differently. However, there are times where CSS media queries alone isn't sufficient for that. We need to handle the responsiveness in our code. - http://amp.gs/rBwB

#angular
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