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
11 Useful Custom React Hooks for Your Next App

A listicle, sure, but there are some useful recommendations here if you fancy the browse. - http://amp.gs/KFdN

#react
Is Apple Trying to Kill PWAs?

Any time Apple releases something there is always some noise about it. As mentioned in last week’s issue, this time it’s in regards to browser storage and data deletion after seven days. Here’s a break down of this and what it really means for developers.- http://amp.gs/KXJp

#mobile #pwa
Cut Your Nuxt.js generate Build Time in Half with context.payload - Markus Oberlehner

Markus Oberlehner is back with another great article on using the context.payload param in your asyncData. This especially important if you are using the “static generator” functionality of Nuxt along with dynamic routes. Combining those functions allows you to preload the data that would normally be loaded inside asyncData during build step. - http://amp.gs/KLDM

#vue
JavaScript Logical Operators

Covers ||, &&, and !. Part of Preston’s series on JavaScript fundamentals, so probably not a lot here for advanced devs, but there might be a few tidbits in here for everyone. - http://amp.gs/KWF7

#javascript
Converting CSS In React to Styled Components

James Quick shows how to convert a React site using regular CSS to one that uses Styled Components. - http://amp.gs/KaQR

#react
Building a Simple CRUD App with Node, Express, and MongoDB

A mega walkthrough on what CRUD, Express, MongoDB are and how to use them to build a simple web application. - http://amp.gs/KaQd

#nodejs
Getting Started with Angular CLI

In this article, we will explore the different commands and features of the Angular CLI. - http://amp.gs/KoWB

#angular
React Native Component Libraries You Should Know in 2020

A list of some of the best component libraries available that are open source, offers a robust approach and quality support. - http://amp.gs/KclB

#reactnative
Understanding Vue's Deep CSS Selector — Marina Mosti

Learn how to use the Deep selector in Vue, a powerful tool for resolving certain CSS issues. - http://amp.gs/K6WE

#vue
Server-Side Rendering in Angular

The technology that allows us to run our Angular applications on the server is described in the Angular docs as Angular Universal. Angular Universal generates static application pages on the server through a process called server-side rendering (SSR). - http://amp.gs/KbqK

#angular #ssr
React Folder Structure in 5 Steps

A walkthrough of how to structure large React apps into folders and files so you can manage them for the long term. There’s no single right way to do it, but Robin shares his approach here. - http://amp.gs/3IOI

#react
MEAN Stack: Build an App with Angular and the Angular CLI

An extensive tutorial on how to implement Angular authentication using a REST API built with Node, Express, and MongoDB. - http://amp.gs/3jsh

#nodejs #mean
CSS Viewport Units

What are CSS viewport units, how to use them, and some use-cases and solutions for common issues. - http://amp.gs/38ww

#css
Test Driven Development with Sarah Dayan

This week we are joined by Sarah Dayan. Sarah currently works for Algolia as a Staff Software Engineer as a Tech Lead of the Doc Squad. You may have seen Sarah speak about Test Driven Development (TDD) at VueConf in Toronto or Vue.js Amsterdam. In this episode, we get to pick Sarah’s brain about TDD. - http://amp.gs/3THf

#vue #podcast
Understanding JavaScript's Various Module Formats and Tools

Straightforward examples of things from the IIFE pattern to CommonJS modules, the now uncommon AMD modules, ES modules, Babel modules, and more. - http://amp.gs/3zoW

#javascript
How and Why to Convert a Redux App to Recollect

Recollect is a state management library for React, and happens to be created by the author of this tutorial too so it goes into a lot of depth and really tries to sell the approach. - http://amp.gs/3YtK

#react
Angular Routing Explained

In this article, we will explore the different features of the Angular router and learn how to use it to build routing for various use cases. - http://amp.gs/3tzX

#angular