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

Admin: @andrey2019
Download Telegram
2018 JavaScript Rising Stars

An annual roundup of which JavaScript projects did well in terms of GitHub stars over the prior year in various categories. It’s a bit of a popularity contest but it’s nice to get a feel for what’s going on. - http://amp.gs/VAEt

#javascript
Node and JavaScript Testing Best Practices

A well presented collection of 30 best practices for better JavaScript testing, continuous integration, and overall quality. - http://amp.gs/Vsyj

#nodejs #testing
The Developer’s Guide to Native Web Animation

A look at native animation options currently available, and what the differences between them are. - http://amp.gs/Vi7z

#css #animation
Getting Started with React Native in 2019: Build Your First App

A walkthrough of the basics of getting set up and building your first React Native app. - http://amp.gs/Vib6

#reactNative
A Look at TypeScript 2.8's Conditional Types

An intro to conditional types, a powerful addition to the type system introduced in TypeScript 2.8 - http://amp.gs/VDvg

#typescript
Creating Interactive Text Animations with React Hooks

A fun bit of experimentation with React Hooks, CSS Modules, CSS variables and clip-path in order to animate headings that respond to pointer movements. - http://amp.gs/VJvI

#react
Creating a Node gRPC Service Using Mali


gRPC, originally created at Google, is a universal RPC system powered by HTTP/2 and Protocol Buffers. This is a really neat, practical introduction to the concepts involved. - http://amp.gs/V0eb

#nodejs
How to Drastically Reduce Estimated Input Latency and Time to Interactive of SSR Vue.js Applications

Learn how to solve the problem of a very high Estimated Input Latency of pre-rendered Vue.js or Nuxt.js powered Single Page Applications. - http://amp.gs/VK7V

#vue
The Best Way To Unsubscribe RxJS Observable In The Angular Applications!

The RxJS (aka Observable-s ) is a rather new-ish technology in the frontend engineering space. Made popular mostly by its inclusion in the core Angular APIs. It proved to be a very powerful tool when dealing with the collections of asynchronous events. -
http://amp.gs/V3m1

#angular
Firefox 69 Will Have Flash Disabled by Default

Mozilla has announced that Adobe Flash will be disabled in Firefox 69 (due for release in September). Mozilla plans to remove the plugin from its browser entirely in 2020. - http://amp.gs/VH1v

#firefox #news
Why We Need CSS Subgrid

The author argues that whilst the CSS Grid spec “is amazing” there’s still “a gap to be filled by subgrid”. - http://amp.gs/V2Zv

#css
Common API Mistakes and How to Avoid Them

Node.js is used for all of the examples although the principles are generic. - http://amp.gs/VXrW

#nodejs