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
Modern JavaScript Features You May Have Missed

Given how JavaScript evolves all the time, it’s often worth reflecting on what’s been added, which is why articles like this tend to be popular here 😄 This post quickly covers some highlights of the most recent standards, ES2015 through ES2019. - http://amp.gs/syha

#javascript
A Look at Some Exciting New Features Coming in Vue 3

The Vue.js Core team is bringing some exciting new features in Vue 3 (which you can see in a pre-alpha form here) such as the composition API, fragments, portals, and suspense, to name a few. - http://amp.gs/shk2

#vue
Angular Core Concepts: Understanding Data Biding in Angular

Web applications need to be interactive. Say for instance as a developer you are interested in transmitting the properties from the components, to the DOM(View), so that you may change the background color of your site. In addition, you may have the need to communicate events from the View to the component, like when a button is clicked, triggering some particular action. Without interactive abilities, you would not be able to build or navigate a functioning application. - http://amp.gs/svPK

#angular
React Hook Form vs. Formik: A Technical and Performance Comparison

An overview of the technical and performance differences between Formik and React Hook Form, a relatively new Hooks-based React form builder. - http://amp.gs/sEhn

#react
Some Things You Oughta Know When Working with Viewport Units

There are a number of “gotchas” when trying to set height and width based on the full height/width of the viewport. - http://amp.gs/sV4w

#css
Angular & CSS Grid: Dynamic Grid Properties

Investigate one way to dynamically modify CSS Grid Properties using Angular’s @HostBinding Decorator. - http://amp.gs/s4IK

#angular
Building Great User Experiences with Concurrent Mode and Suspense

If you watched some of the ReactConf talks (linked last week), you may have seen how Facebook has been leaning on the latest React features in its redevelopment. This post goes into depth on the topic, and while it’s aimed at library authors, most React developers will find something of interest here - http://amp.gs/sRaH

#react
How to Build Your First Telegram Chatbot with Node - http://amp.gs/sdW1

#nodejs #bot #telegram
A Pragmatic Guide to Designing and Building Responsive Web Apps

Some advice and best practices for getting started building responsive web apps. - http://amp.gs/sO5C

#css
Promises: Zero To Hero, Plus Cheat Sheet

“JavaScript promises explained how I wish they were explained to me” — plus a handy cheat sheet. - http://amp.gs/sS85

#javascript
Performance Tips for Electron Developers

If you’re using Electron to build apps, the Electron team have collected together some performance tips and strategies in their documentation. - http://amp.gs/sSMq

#nodejs #electron
TypeScript 3.7 Released

Packed with ‘awesome new language, compiler, and tooling features’, the popular ‘it’s JavaScript with static type-checking’ language introduces a lot of new bits and pieces including optional chaining, nullish coalescing, and simpler error reporting. The online TypeScript playground has also gotten some updates including a ‘dark’ mode and automatic type acquisition when importing packages. - http://amp.gs/ssGA

#typescript
How to Build a Node Web App to Manage Azure Cosmos DB SQL API Data

How to use Microsoft Azure Cosmos DB to store and access data from an Express-based app hosted using the Web Apps feature of Microsoft’s Azure App Service. - http://amp.gs/ssQg

#nodejs #azure