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
How to Develop Angular Apps Faster with NgRx 8

NgRx 8 introduces a host of improvements, including createAction, createReducer, and createEffect. These helper functions drastically reduce (no pun intended) boilerplate, which boosts developer productivity. - http://amp.gs/rJw2

#angular #ngrx
How to Create a GitHub-Style Contribution Graph with Node and Google Sheets

A clever approach to creating a GitHub-style ‘contribution’ visualization based upon data pulled from Google Sheets. - http://amp.gs/r0Xk

#nodejs
8 Practices In React That Will Crash Your App In The Future

These are mostly JavaScript gotchas, but still fall squarely into the Just Don’t Do That pile. - http://amp.gs/rKsS

#react
How Do JavaScript’s Global Variables Really Work?

Great to see Dr. Axel blogging again. Here he digs into a variety of concepts around global variables and the global object
- http://amp.gs/r3s8

#javascript
Restricting a (Pseudo) Element to Its Parent’s Border-Box

Ana Tudor shows how to ensure that nothing of a (pseudo) element gets displayed outside its parent’s border-box.
- http://amp.gs/rHsV

#css
How to Pass Data from One Component to Another in Angular

In this tutorial, we are going to learn about component communication in angular with the help of examples.
- http://amp.gs/r29E

#angular
How to Use ES Modules with Node

There have been a few different ways to handle modules in JavaScript over the years and Node has focused on the CommonJS approach till now. But.. the process to support ES modules has come a long way. Here’s a comparison of the approaches and a look at what it means for you. - http://amp.gs/rwEI

#nodejs
How to Test for Accessibility With Cypress

Josh McClure reviews how to create test cases, integrate and use axe to check for accessibility violations with Cypress, and enhance accessibility tests. - http://amp.gs/rFv0

#ccypress #accessibility #testing
Vue 3.0 Function API Styleguide

Brian Boyko is working on an unofficial guide for developing Vue.js applications with the proposed Vue 3 function API. You can also put it into practice right now with the vue-function-api plugin.
- http://amp.gs/rXBh

#vue
How We Built a Component Library That People Actually Enjoy Using

Chase McCoy shares some of the tools that their team at Sprout Social used to build a component library that is a joy to use.
- http://amp.gs/raYr

#css
How to Manage Asynchronous Calls More Easily in Vue Apps

If you want to supercharge your app performance, check out this guide to managing async components with the vue-async-manager library which provides features akin to React Suspense.
- http://amp.gs/rozf

#vue
Hermes: A New JS Engine Optimized for React Native

You don’t get a new JavaScript engine for years, and then this week we get two! Hermes is a new engine released by Facebook that aims to dramatically speed up React Native apps on Android by introducing optimized build-time bytecode generation.
- http://amp.gs/ro60

#reactNative
26 VS Code Tools for JavaScript Developers

VS Code user? Worried you might be missing yet another useful extension to make your JS development life better? Binge on this list. - http://amp.gs/rQxM

#vscode
Vue.js Advanced Reactivity API and Caching Method-style Getters

Learn how and why to cache method-style getter invocations for relational data in Vuex. These principles will also apply to method-style computed properties. - http://amp.gs/rQHe

#vue