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
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
Your Brain on Front-End Development

I love this article from Chris. He takes a look at a beautiful design on Dribbble and goes through how a front-end developer would look at it and build it out. Chris even uses live code pen examples to showcase how these things would be pulled out. - http://bit.ly/2tixNKi

#css
Introducing Teleport: Over-The-Air Hot Reloading and Debugging for PWAs

A dev-server proxy that enables instant hot reloading & debugging across devices, requires no client config and claims to make building and debugging PWA’s a breeze. - http://bit.ly/2Mn88Y4

#pwa