FrontEnd Development
28.8K subscribers
145 photos
1 video
9.35K links
Полезные ссылки иHTML, CSS, JavaScript, TypeScript, Angular, React, Vue, Node.js, Mobile and more.
Download Telegram
Get Ready for the JS Optimizations in New V8 Versions
How the performance characteristics of V8’s Turbofan will affect the way we optimize in Chrome 59+ and Node 8.3+ situations. -
https://goo.gl/gKNCGa

#javascript #v8 #optimization
Why Composition is Harder with Classes
The latest in Eric’s functional programming and compositional software techniques series looks at classes in detail - https://goo.gl/M8KrBb

#javascript
Using React in Multiple Environments
Running a React app locally, but more is involved to run in production, staging, QA, and other environments. - https://goo.gl/KeQG5K

#react
Creating Beautiful Charts Using Vue.js Wrappers for Chart.js
Learn to quickly create different kinds of charts and visualizations for Vue.js apps, using three wrappers for the Chart.js library. -
https://goo.gl/ndDz5y

#vue #charts
The JavaScript Way: A Modern JavaScript Tutorial
An in-progress/beta stage book that aims to teach JavaScript from a hands-on, modern 2017 standpoint, organized around building a Hacker News-style site. - https://goo.gl/AF8dpD

#javascript #tutorial
'We Jumped the Gun Moving React Components to ES2015 Class Syntax'
Netflix found decreased maintainability and little benefit in using ES2015 class syntax for React components. -
https://goo.gl/zUPWi2

#react
How to Detect If Your Native App Is Installed From Your Site
Chrome 59 introduced a new API allows you to determine if your native app is installed on a device. - https://goo.gl/F6THq2

#mobile
Updates to Media Playback in Chrome 61
On Android, when a video is playing, rotating the device will automatically put it fullscreen - https://goo.gl/Z3NXnC

#chrome #media
Determine Network Availability in a 'NativeScript with Angular' Mobile App
Learn how to check network connectivity, or in other terms, check for an internet connection in Android and iOS, using NativeScript and Angular. - https://goo.gl/juFxYi

#nativeScript #mobile
Sharing Stateful UI Logic with Render Callback Components
Examples of abstracting shared logic across components using the ‘Render Callback’ pattern. - https://goo.gl/EeS2nJ

#react
Shoelace.css: A Pure CSS Alternative to Bootstrap
A back to basics CSS starter kit “for when you don’t need the whole boot”. - https://goo.gl/hibpW9

#css