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
A framework for communicating (or designing) any project.

Closing the gap between the solution you came up with and the problem you’re attempting to solve. - http://bit.ly/2lrXSlX

#framework #communicating
Level Up Your CSS Selector Skills

An in-depth review of interesting CSS selectors, complete with live, editable examples, plus a few that will be available in the future. - http://bit.ly/2K1kirX

#css
The State of React Native 2018

An update on the state of the React Native project direct from Facebook including how they’re using it in more of their own apps and news of a major rearchitecturing process. - http://bit.ly/2K85VCX

#reactNative
Reaptcha: Google reCAPTCHA v2 Wrapper for React

A clean and idiomatically React way of using Google’s valuable reCAPTCHA service to keep bots away from your signup, commenting, and similar systems. - http://bit.ly/2K6ivmh

#react #google #reCAPTCHA
JavaScript Engine Fundamentals

A fantastic writeup (with video, if preferred) looking at the key parts of major JavaScript VMs/engines and how they interact with the code you write. - http://bit.ly/2yHA9aB

#javascript
How to Build a React Project From Scratch with Webpack 4

If you’ve been leaning on create-react-app till now but are keen to learn how to do it all from scratch, this basic walkthrough could help. - http://bit.ly/2KgCk9X

#react
Don’t Use The 'Placeholder' Attribute

The ‘placeholder’ attribute populates an input element with temporary text to indicate what input is expected, but it introduces issues that prevent it from being as useful as it sounds. - http://bit.ly/2yKpaxj

#css
Node 10.5 (Current) Released

Significantly, there’s now experimental support for multi-threading by way of worker threads. Support for crypto.scrypt() has also been added. - http://bit.ly/2lBdB1Q

#nodejs #release
Animating Images and Videos with Curtains.js

Curtains.js uses WebGL to turn images and videos into a plane that can be animated in a ‘curtain’-like way. It’s a striking effect, but be careful not to overuse it. - http://bit.ly/2ll53Mr

#shaders
Perfect Pulled Pork with React Native, Expo, and Express

An extensive tutorial of building an app to take and upload a photo of a thermometer every 30 seconds in order to smoke some meat perfectly. - http://bit.ly/2yGmjp1

#reactNative
Winston 3.0: A Popular Node.js Logging Solution

Winston is a very long standing project (8 years old) and has just come out of the other side of a 3 year total rewrite. - http://bit.ly/2twPRRa

#nodejs #winston
Augmented Reality for the Web with WebXR

A new WebXR AR API has been added to Chrome Canary to enable initial testing and playing about if augmented reality is your thing. - http://bit.ly/2N17ccO

#web #webXR #AR
Managing React State with Render Props

“Render props provide a flexible structure for building components in React by decoupling state and the view.” - http://bit.ly/2toukKj

#react