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

Admin: @andrey2019
Download Telegram
Node Modules at 'War': Why CommonJS and ES Modules Can’t Get Along

As a Node developer you’ll certainly be familiar with CommonJS, the module format system Node uses. ES Modules, however, are an official, standardized way to bring modules to JavaScript and Node has varying (and experimental) support for them. - http://amp.gs/XnfH

#nodejs
A Complete Guide to Testing React Hooks

How much testing is enough? The short answer is “more”. But with the broad array of options available, this tutorial provides a comprehensive overview of React Hooks testing to get you started in the right direction. - http://amp.gs/XxYn

#react
Simulating Object Collisions on a Canvas

A gentle post walking through what’s involved creating a basic physics simulation using JavaScript and HTML canvas. - http://amp.gs/XfYK

#javascript
Image Manipulation With CSS

Habdul Hazeez discusses some techniques for image manipulation using CSS. - http://amp.gs/XfMu

#css
Changing World, Changing Mozilla (But Laying Off 250 Employees)

Very sad news from Mozilla, creators of Firefox, this week as they’ve laid off a signficant number of their employees driven by commercial necessity. There’s been extensive discussion on Hacker News about this. - http://amp.gs/XCai

#news
How to Build a Clone of GitHub's File Search Functionality

Here’s another one of those tutorials which begins with the end in mind: in this case, one with a pretty high likelihood GitHub users have used a lot already. This tutorial covers off all the details. - http://amp.gs/Xexs

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