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
Creating a Logger in Nodejs From Scratch

Learn how to create a single logger in which by calling, say, loggerinfo, the message would be logged to the console and saved to file. - http://bit.ly/2JiuDwJ

#nodejs
Hello, Create React App 2.0

The big news last week was the release of Create React App 2.0. This post takes a practical look at what’s changed and how it’s more useful than ever. - http://bit.ly/2PWHBD2

#react
Rhythm in Web Typography

Horizontal rhythm mostly impacts the legibility, while vertical rhythm impacts the readability of the text and establishes a sense of visual hierarchy. - http://bit.ly/2EY5QQq

#typography
How to Use Checklists to Improve Your UX

Why do people fail when they have both the information necessary to complete a task and the skill or aptitude to do so? - http://bit.ly/2qfDnv9

#ux
Connect Angular Forms to Akita Store

The PersistNgFormPlugin helps to keep your form synced with your store. One common scenario is preventing your user from losing data he filled in a form, after navigating away without saving it. Another scenario is when you want to persist a form’s state across pages. - http://bit.ly/2PtyAEI

#angular
What’s New in the Latest Microsoft Edge Update

EdgeHTML 18 is now available with the Windows 10 October 2018 Update, featuring Web Authentication API support, Service Worker improvements, new WebView features, CSS Masking, new autoplay policies, and more. - http://bit.ly/2z8NgyI

#edge
Learn How to Create Custom Vue.js Directives and Modifiers

Vue.js Directives are special HTML attributes that allow us to manipulate the DOM. Directives are very powerful and we use them every day. - http://bit.ly/2ERw8Um

#vue
An Introduction to Houdini’s Animation Worklet

In future, you might not need to worry about requestAnimationFrame. as Animation Worklet will let you create imperative animations that run at a device’s native frame rate more easily. Only in Chrome Canary for now. - http://bit.ly/2Da81i2

#animation
Building Full-Stack Applications Using Angular CLI and Nx

Nrwl Nx made building multiple Angular applications that share code easy. It cut the time of creating a shared library from days to minutes. But what about sharing code between the backend and the frontend? Our latest release of NX was built with this use case in mind and makes it easy. In this article, we explore how we can use Nx to build multiple Angular applications, in combination with their API services, out of reusable libraries. - http://bit.ly/2JmhKSE

#angular
How to Build a Custom Date Picker with React

It seems we link a React component for picking dates almost every week, so. how about learning how to build your own from scratch? - http://bit.ly/2JioFMv

#react
The Suspense is Killing Redux

If you’ve been hearing about Suspense (first covered in Dan Abramov’s JSConf Iceland talk but aren’t sure where it fits in vs Redux, this will help, though Ryan notes “Suspense won’t replace every use-case of Redux”. - http://bit.ly/2EK12xE

#react #suspense
Dynamic Translations in Angular

In this article, we are going to look at how to add translations to a todo app on Github using Angular, ngx-translate and a NodeJS API for serving the translations. - http://bit.ly/2RehHef

#angular