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
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
Redux with Code-Splitting and Type Checking

Some pointers on getting all your ducks in a row if you want to combine using Redux with TypeScript and modern code-splitting techniques. - http://amp.gs/rUwU

#react #redux
Upload And Read QR Code Using Angular 7

Here, we will learn about reading QR code by uploading it using Angular 7. We have many mobile applications for that purpose, but what if we don't have a mobile phone or our battery is discharged? Then, we can use this to read QR code data.
- http://amp.gs/rOuT

#angular
Really Typing Vue

This is not another “setting up TypeScript with Vue” post. Instead, it gets into more complex topics like component and Vuex typings, API calls, testing etc. A must-read if you're considering TS for a serious Vue project. - http://amp.gs/rr2p

#vue