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
Templating in Vue: Separation of Concerns or Separation of Technology?

In this article, Scott Molinari brings an interesting perspective on single-file components, the pattern you almost always find used in React or VueJS apps to break down application logic. - https://goo.gl/ko3yho

#vue
Nerv: A Fast IE8- and React 16-Compatible React Alternative

In a similar vein to Preact, Nerv bills itself as a tinier, faster React alternative and has browser compatibility as a particular focus. -
https://goo.gl/cKBkW8

#nerv
What’s new in Vue Devtools 4.0

Vue.js team member Guillaume Chau dives into the new features and improvements in Vue Devtools 4. These including editable component data, filtering events by component, improvements to the layout and more! - https://goo.gl/FfBnaU

#vue #devTools
Running a Node App on Amazon ECS: The EC2 Container Service Mega-Walkthrough

If you’re using Amazon Web Services, ECS can be attractive way to run apps - this article digs into why and some of the things to watch out for when using it to run Node apps. - https://goo.gl/X8iaEH

#aws #nodejs
CSS Grid Layout Secrets Revealed

Dig into the CSS Grid Layout specification to uncover some features you might have missed – and some coming soon. - https://goo.gl/ivavxo

#css #grid
Template Driven Form Validation In Vue.js

Template driven validation is a type of form validation where rules are set directly in the form elements using Vue.js directives. In this article, Ogundipe Samuel Ayo demonstrates how to do this using Vue and VeeValidate. - https://goo.gl/dpdih2

#vue #form #validation
Cover Your Apps While Still Using npm

As an online platform, the npm registry will go down occasionally. That’s normal, but what can we do to mitigate the pains of a single point of failure? - https://goo.gl/PNkkJL

#nodejs #npm
New Flexbox Guides on MDN

Eight new guides covering the real use cases of Flexbox, looking at where Grid should be used instead, and clarification on how the spec works with Writing Modes, Box Alignment and ordering of items. -
https://goo.gl/wTxUtu

#css #flexbox
Vue App Scaling, Analysis of Vuex and Comparison of State Management Solutions.

New to Vuex? Sergey Smolin has published a great tutorial on the concepts of Vuex, providing comparisons to similar software like Elm and Redux. - https://goo.gl/tuAKtz

#vue #vuex
Changes to Chrome’s Video Autoplay Policy Now Rolling Out

Muted autoplay will be fine, but for audio to play some conditions must be met. Only in Chrome Canary for now, but if you use autoplaying videos you need to be prepared. - https://goo.gl/Z51FDn

#html
D3 zoom — the missing manual

After watching Nadieh’s talk at Beyond Tellerrand all about data visualisation I was excited to come across this article detailing how zoom and scaling work with SVG and Canvas. - https://goo.gl/RnG6kW

#d3js