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
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
BEM For Beginners: Why You Need BEM

BEM is what we in the UK might call a ‘Marmite’ topic: people either love it and use it all the time or are disinterested in the idea entirely. CSS style isolation has value, however, and BEM can bring you more besides when it comes to structuring your frontend code. I’m still not convinced myself but this is a worthy attempt at showing BEM’s worth. - http://bit.ly/2MwbRmf

#css #bem
Using JavaScript Modules on the Web

Node supports ES modules, Firefox 60 supports ES modules, indeed most browsers do so you might enjoy this Chrome-themed explanation of what they are, how to use them in the browser, and how to keep them fast. - http://bit.ly/2KBwPTm

#javascript
Introducing Vue Native

Vue Native is a framework for building cross-platform native mobile apps using Vue.js. It does this by compiling the Vue code to React Native. Learn more about it in this article by the creators. - http://bit.ly/2IJjraR

#vueNative
How to Build Native Extensions for Node.js

A step by step guide to understand the core concepts involved in building your first Node.js extension if you have something in C++ you want to be able to call from Node code. - http://bit.ly/2MJ0nvC

#nodejs
A Minimal Guide to ECMAScript Decorators

Decorators, which would provide a handy syntax to mutate functions or classes, are currently at stage 2 of TC39’s process, but how are they likely to work? - http://bit.ly/2lPSYzi

#javascript
21 Top Vue.js UI Libraries For Your App

21 best and popular Vue.js UI component libraries and frameworks for building your next Vue.js application faster with UI components. - http://bit.ly/2Nh72OJ

#vue
NativeScript Now Supports Vector Types

NativeScript 4.1 now includes support for vector types on iOS. Here’s a look at how the types work and some of the things you can do with them. - http://bit.ly/2KLOMvi

#nativeScript
How to build a real-time editable data table in Vue.js

Learn how to make a real-time editable data table in Vue.js and Hamoni Sync. - http://bit.ly/2NjSHkr

#vue