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
The 10 Best Angular Tips Selected by The Community

Well, the Angular tips by one person that were liked the most on Twitter, at least :-) - http://amp.gs/XeJN

#angular
How to Emit Data from a Slot

You know how to pass data into a slot by using scoped slots, but how do you communicate back? - http://amp.gs/X7BC

#vue
My Favorite JavaScript Tips and Tricks

A real grab bag of bits and pieces. - http://amp.gs/X7ro

#javascript
Things You Want to Do in Git and How to Do Them

If you don’t get much further with git than clone, commit, push, and pull, this might help you take some extra steps into its full power. - http://amp.gs/X7bv

#git
3 Common Mistakes When Using Promises

Spoiler: Wrapping everything in a Promise constructor, consecutive vs parallel thens, and executing promises immediately after creation. - http://amp.gs/XvfO

#javascript
Handling Asynchrony in Vue 3 / Composition API — Part 1: Managing Async state

Composition API makes a lot of things easier but it also brings some challenges as some things need to be rethought regarding how they fit into this new concept and it might take some time before the best practices are established. I'll try to shed some light on possible options. - http://amp.gs/XgtN

#vue
Going Renderless in Angular: All of the Functionality, None of the Render

In this article, we will be shown how to achieve with Angular what are known as renderless components in Vue, and render props in React. - http://amp.gs/XEIG

#angular
Flutter and React Native Performance Overview

An objective, data-driven comparison of React Native to Flutter, Google’s competing cross-platform development tool. You may find the results surprising. - http://amp.gs/X9XU

#react #flutter
Creating UI components based on a Design System in Vue.js

Don't you know the benefits of using a Design System? Not sure how to structure your Vue.js components in an app? Read the article and find it out. - http://amp.gs/X4L4

#vue
Top Features in Angular 10

In this post we will look at an overview of this latest version of Angular, v 10.0.0, and all the changes and deprecations that it shipped with. - http://amp.gs/XUDm

#angular
Use Advanced Typography With Local Fonts

Thomas Steiner explains how the Local Font Access API allows you to access the user’s locally installed fonts and obtain low-level details about them. - http://amp.gs/XdiE

#css
Understanding Client-Side GraphQL With Apollo Client in React Apps

For those of us who are still slightly baffled by GraphQL despite its popularity and pervasiveness, Apollo Client can make it much easier to understand and put to use, as this detailed article explains. - http://amp.gs/XORc

#react
Shifting from Express.js to Azure Functions

Learn to refactor Express.js endpoints to Azure Functions and what areas are affected when going serverless. - http://amp.gs/XSvp

#nodej
Writing a vite plugin

With Vue 3 recently reaching release candidate stage, it’s a great time to dive in and give it a try. To get started right now you’ll need to use vite, the new web dev build tool from the creators of Vue. Vite offers a new plugin system for extending vite’s capabilities. Today we’ll take a look at setting up a simple vite plugin. - http://amp.gs/XSMC

#vue