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
How to Release a React Component, Hook or Effect as an npm Package

Joe found the process of releasing a hook ‘more intimidating than it should have’ so has written down the process to make it easier for you. - http://amp.gs/NQyu

#react
Announcing TypeScript 3.6

The latest version of the increasingly popular, optionally typed superset of JavaScript introduces stricter checking for iterators and generator functions, improved UX around Promises, a new playground, and more besides. - http://amp.gs/NQiX

#typescript
How JavaScript Grew Up and Became a 'Real' Language

If you were in the JavaScript space in the early 2000s, skip this one.. but I still remember the first time I saw Google Maps in 2005, then saw Microsoft’s documentation for XMLHttpRequest (which shipped in IE 5 in 1999!), and a Pandora’s box was rapidly opened as developers finally saw potential in making Web pages interactive in a truly two-way fashion. JavaScript’s second wind had begun! - http://amp.gs/N6CP

#javascript
Tips for Vue Developers Picking Up NativeScript

Moving from using Vue.js on the web to native iOS and Android is powerful and exciting, but also has its pitfalls. Raymond Camden describes some tips and tricks he learned on his journey with NativeScript-Vue.
- http://amp.gs/Nbve

#vue
Angular Search & Pagination

In a real world application its really common to work with big amounts of data and to present the user with the possibility to search through it and present it paginated. Therefore, in this article, the author will show one approach on how to create a search component that handles search inputs with debounce and a pagination component which will handle requesting different pages of data; both working together.
- http://amp.gs/AIfN

#angular
How to Dynamically Change the Colors of Product Images using CSS Blend Mode and SVG

Kyle Wetton shows a simple technique for adding a color swap functionality to your product images by creating an SVG and applying a mix-blend-mode to the composition.
- http://amp.gs/ATY3

#css
How to use Google Maps with Vue.js Apps

In this article, you'll learn to build an address book app with Vue.js that displays a contact's location with Google Maps. Plus, a contact form will be added to allow users to add and edit contacts.
- http://amp.gs/A1rz

#vue
Getting Started with Nx (Nrwl Extensions) in Angular

Want to learn more about creating great Angular web apps? It all starts out with Kendo UI for Angular - a complete UI component library that allows you to quickly build high-quality, responsive apps. It includes everything you need, from grids and charts to dropdowns and gauges.
- http://amp.gs/AYmj

#angular
How To Build A Web-Based Real-Time Multiplayer Virtual Reality Game

Leverages familiarity with web development to get started with VR development. In this first part of the series, you will learn how to create a virtual reality scene with interactive game elements. - http://amp.gs/AY3m

#vr #game
How to Implement useState with useReducer

An exercise to help understand the differences and use cases of these two related hooks. - http://amp.gs/AZTr

#react
npm Inc Planning a Way to Support Open Source Maintainers More

Last week we linked to a recap of a recent funding experiment involving showing text ads during the installation of npm packages. npm Inc subsequently moved to ban such ads, and has now laid out their intention to launch an open source funding platform by the end of the year. - http://amp.gs/AZbN

#nodejs
Comparing React Hooks with Vue Composition API

Vue creator Evan You recently presented the Composition API RFC, a new API for writing Vue components inspired by React Hooks. This post explores the similarities and differences.
- http://amp.gs/Al8i

#vue