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
Building a Location Sharing App with React Native and Pusher

Learn how to build a location-sharing app using the geolocation functionality in React Native and broadcast geolocation data in realtime with Pusher. - https://goo.gl/e3VvNg

#reactNative
Why and How I Created my First Vue.js Plugin

Cedric Poilly has created VueGAPI, a Vue.js plugin for the Google API. In this article, he explains how he created his first Vue plugin and offers solutions for problems you may encounter when developing your own. - https://goo.gl/TmG77a

#vue
Announcing Flutter Beta 1: Build Beautiful Native Apps

The first beta release of Flutter just got announced at Mobile World Congress 2018. It’s Google’s mobile UI framework for crafting native interfaces for both iOS and Android. - https://goo.gl/kocy8A

#mobile #flutter
Bringing Together React, D3, and Their Ecosystem

D3.js is a de facto standard for building complex data visualizations on the Web and while bringing it together with React can be challenging, there are many ways to do it successfully. - https://goo.gl/m3xCB3

#d3js #react
Cancelling Async Operations in Vue.js

Promises are a useful feature of JavaScript, but have a major downside: they can’t be cancelled. In this article, Michał Męciński shows how and why cancelling async operations is important, providing an example from Vue.js. - https://goo.gl/aeEr2s

#vue
How To Speed Up CI Builds with the new NPM 'ci' Command

npm 5.7 was released this week but a serious issue was quickly reported where it was breaking filesystem permissions. 5.7.1 is now out to fix the problem, so we can focus on one of 5.7’s new features instead, npm ci. - https://goo.gl/goRMc4

#nodejs #ci
Delighters.js: Trigger CSS Animations as a Page is Scrolled -
https://goo.gl/K5AQyK

#library #css
How to JavaScript in 2018

From command-line tools and webpack to Babel, TypeScript, Flow and beyond, a very 2018 look at the JavaScript world. - https://goo.gl/1cCtu4

#javascript
A Sneak Peek at What’s Beyond React 16

At this week’s JSConf Iceland, Redux creator Dan Abramov shared the React team’s latest vision for what the future of React might look like, along with some never-before-seen prototypes - https://goo.gl/ykeZT2

#react
Higher Order Components in Vue.js

Higher Order Components is a technique from React which may be helpful in writing reusable and maintainable code. In this post, Bogna Knychała describes how to create HOCs using Vue.js. - https://goo.gl/njLQv2

#vue #hoc
Designing A Perfect Responsive Configurator

Dives deep into the dos and don’ts of designing a responsive Web-based product configurator, with a checklist of things to use and keep in mind. - https://goo.gl/HLpfD2

#css