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
Which type of loop is fastest in JavaScript?

Learn which for loop or iterator suits your requirement and save you from making silly mistakes that cost… - http://amp.gs/jz2OC

#javascript
Using Vue Query Hooks For Firebase Database and Image Storage, Mutations and Queries in VueJS

The Vue Query package provides hooks for fetching, caching, and updating asynchronous data in Vue. Learn how to use it in a dynamic Vue app. - http://amp.gs/jzwvn

#vue
Flexible Angular Components

A guide to content projection using ng-template - http://amp.gs/jzXjt

#angular
Micro Front-End Architectures

Why And How To Build A Micro Front-End Architecture In Angular - http://amp.gs/jzXWN

#microfrontends
Graceful Error Handling Using Error Boundaries in React

A runtime error in React can result in a blank screen and a bewildered user. Error Boundaries enable the error to be caught and a more meaningful, fallback UI displayed instead. - http://amp.gs/jzLAE

#react
How to Track 'Blipped' Marvel Characters with Node and CockroachDB

You could write what I know about Marvel on the back of a postage stamp, but if you fancy a Marvel-themed excuse to play with CockroachDB (the distributed SQL database) from Node, here you go. - http://amp.gs/jzWdF

#nodejs
Angular Routing Guide: How to Optimize App Navigation

The key to successful Angular apps is easy navigation with routing. Today, we’ll learn how to use Angular… - http://amp.gs/jzMzL

#angular
How to Record Audio Using the MediaStream API

A practical introduction to using the Media Capture and Streams API to record audio from an end user’s microphone then do something with it. - http://amp.gs/jzMQ3

#javascript
Using Git commands that will make you look like a senior developer

As a developer you probably need Git on a daily basis. There are lots of articles about basic Git commands… - http://amp.gs/jz5Pg

#git
Migrating from Create React App

A guide on how to transition from an existing non-ejected Create React App project to Next.js – an option that will open up a lot more possibilities such as API routes, incremental static regeneration, and better data fetching options. - http://amp.gs/jz52u

#react #nextjs
5 Top NodeJS Web Frameworks in 2021

The most stared Node JS frameworks on Github - http://amp.gs/jzQCS

#nodejs
How to Use the JavaScript Fetch API to Perform HTTP Requests

This comprehensive tutorial lets you learn how to use the JavaScript fetch API to perform HTTP requests in the browser and in Node.js. - http://amp.gs/jzc0M

#javascript
Implementing Material Design’s Floating Labels

"It's a fun little exercise and it's not actually too difficult," Max reassures us. - http://amp.gs/jz6Rr

#react