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

Admin: @andrey2019
Download Telegram
What’s New in Chrome 70's DevTools

The latest dev channel release of Chrome has several DevTools improvements including being able to create ‘live expressions’ (real-time monitoring, essentially) and the highlighting of DOM elements while still typing an expression. - http://bit.ly/2xnmjX0

#chrome #devTools
Designing a Textbox, Unabridged

You might think it’s as easy as putting an input type="text” element down but this article goes into much more depth about what’s involved in making a text entry field for the Web that does what you want. - http://bit.ly/2QBiyWK

#css
How GitHub Removed jQuery From Their Frontend

GitHub has just been able to drop jQuery as a dependency of the frontend code for GitHubcom. This transition has taken years and here’s what they’ve learnt and what libraries have replaced it. - http://bit.ly/2xqLWq7

#jquery
Building a Search-Engine Optimized PWA with Angular - Part 1

No matter how awesome the app you have built is, it won’t really shine with the users unless they can easily see it in their search results. This is why Search Engine Optimization (SEO) is something that any developer needs to have on their To-Do list when they are building their apps. - http://bit.ly/2wVQRA0

#angular
A Sensible Approach to Cross Platform Development with React and React Native

Exploring how to go about developing shared code between web and React Native. - http://bit.ly/2peUug9

#react #reactNative
Microjob: A Tiny Wrapper for Node.js Worker Threads

Makes Node 10.5+’s experimental worker thread support easier to work with. We also have an article about worker threads if you want to learn more about the underlying concepts. - http://bit.ly/2D2UadR

#nodejs
Take the 'State of JavaScript 2018' Survey

Sacha Greif’s popular survey returns, aiming to see what tools and technologies in the JavaScript space that developers are using, happy with and excited about. Results are expected in November and we’ll share them then. - http://bit.ly/2Oz2jZb

#javascript #survey
Inspect and Style an Element in DevTools that Normally Disappears when Inactive

Elijah Manor demonstrates a simple trick with setTimeout & debugger that will help you inspect and style elements that disappear on mouse-leave, blur, or click-outside. - http://bit.ly/2NOweix

#devTools
Awesome React Native UI Components

A very extensive list of over 300 React Native UI component projects, complete with screenshots. It’s a bit hard to navigate but hopefully you’ll find something interesting or contribute your own creations. - http://bit.ly/2pkXsj9

#reactnative
MailMason: A Complete Toolset for Building Email Templates

Uses other common frontend tooling to streamline the generation of both HTML and plain text emails. - http://bit.ly/2xg6Ngo

#email #templates
How we got a 100% Lighthouse performance score for our Vue app

Checkly is the easiest way to actively monitor your API endpoints and browser click flows from a single dashboard. - http://bit.ly/2D6fwaq

#vue
Introducing the React Profiler

We mentioned it briefly last week but now there’s an official blog post about React’s experimental Profiler API included with React 16.5. It collects timing information about each component that’s rendered so you can begin to identify performance bottlenecks in your apps. - http://bit.ly/2piKZMW

#react
Optimizing for Traffic Temperature In SaaS Landing Pages

Not all visitors are equally ready or educated about your product to convert right away. - http://bit.ly/2NjJpsE

#ui #ux