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
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
Next.js 9 Released: The Popular Server-Side React Framework

9.0 introduces a lot of features like zero-config TypeScript support and ‘API routes’, a new way to build back-end APIs. - http://amp.gs/rb9u

#nextjs
How To Build a Minesweeper Game with JavaScript

I love fun tutorials like this. It’s not perfect JavaScript, it uses jQuery, and you might pick other holes in it, but you’ll learn something, have fun, and it works! - http://amp.gs/SISE

#javascript #game #minesweeper
How to Dynamically Generate Social/OpenGraph Images Serverlessly

If you paste certain URLs into social tools like Twitter or Slack, you’ll see a neat social sharing image appear. These can be created manually, but what if you want to dynamically generate them? Here’s how to do that with Node and ZEIT Now. - http://amp.gs/SjRJ

#nodejs
Color Inputs: A Deep Dive into Cross-Browser Differences

Ana Tudor looks at the structure inside <input type=’color’> elements, browser inconsistencies, why they look a certain way in a certain browser, and how to dig into it. - http://amp.gs/STKX

#css
Working With Functional Vue.js Components

Learn how to pass classes, attributes and event listerners to functional Vue.js components. - http://amp.gs/SzsC

#vue