Announcing Yarn 1.0: An Alternative to npm
The Yarn JavaScript package manager is now used by 175,000 projects on GitHub and responsible for 3 billion package downloads per month. - https://goo.gl/S2P4Ab
#yarn
Learn How To Debug JavaScript with Chrome DevTools
Ditch console.log debugging once and for all by learning to use breakpoints to debug code within the DevTools. - https://goo.gl/ReHkdU
#javascript #devTools #debug
📚JSbooks
The best free JavaScript resources - https://goo.gl/Gmxrb9
#javascript #free #books
A Guide To Virtual Reality For Web Developers
The state of browsers when it comes to virtual reality and a look at the state of implementing VR on the Web using WebVR’s APIs. - https://goo.gl/uwuXVn
#VR
New in Chrome 61: JS Modules and WebUSB Support
WebUSB allows web apps to access user permitted USB devices. There’s also support for importing JavaScript modules within script tags. - https://goo.gl/14R1rq
#chrome #webUSB
The State of the Web and Its Performance
How can we make the Web better by designing and developing with performance in mind? A look at various ways of making impactful performance improvements. - https://goo.gl/r9P1Yp
#performance
Framework7 v2 Beta
Has been rewritten with ES-next syntax, including more highly performant and functional components in the new v2 beta. - https://goo.gl/LKdjDa
#freamework7 #beta
react-native-pull-refresh: Custom Pull to Refresh Component for Android
Lets you use your own custom animation while refreshing. -
https://goo.gl/gRma4U
#reactnative
Yes, That Web Project Should Be a PWA
Most sites can benefit from becoming a PWA — and your users will benefit too. - https://goo.gl/56zR9S
#pwa
Tightly Controlled Textareas: Building Solid Plain Text Editors in React -
https://goo.gl/sDA7xe
#react
Decaffeinating a CoffeeScript Codebase Without Losing Sleep
A look at the complexities and the process behind migrating a large CoffeeScript codebase to modern JavaScript. - https://goo.gl/v7yyry
#coffeescript
Number Picture: React Components for Composing SVG Visualizations
React handles the DOM structure and D3 handles the animations and visuals. - https://goo.gl/JyXG9B
#react #svg #components
Writing Scalable React Apps with the Component Folder Pattern
Discover an approach for turning giant components into bite-sized logical pieces and organize them logically using the ‘component folder’ pattern. - https://goo.gl/q49dAq
#react
Angular vs. React vs. Vue: A 2017 Comparison
An informative take on how to choose the best framework for your next project. - https://goo.gl/uCwipV
#angular #react #vue #comparison
Flat UI Elements Attract Less Attention and Cause Uncertainty
A usability study into the use of ‘flat’ elements on the Web, as opposed to buttons and elements with shadows and bevels. - https://goo.gl/1USruL
#flatDesign
How Is ARCore Better Than ARKit?
Beyond the comparison, there is some good info here on both the basics and the current state of mobile AR. - https://goo.gl/HLWfr4
#AR #kit
Introducing Fastify, a New Speedy Web Framework
Fastify is built as a general-purpose web framework, but ‘shines’ when building extremely fast HTTP APIs that use JSON as the data format. - https://goo.gl/aE11ha
#nodejs
React Dates: A Date Picker from Airbnb
An accessible, easily internationalizable, mobile-friendly date-picker library for the web. - https://goo.gl/chzed8
#react #component #datePicker
WhatsApp-Like Location Sharing with Ionic
How to add location sharing to your mobile apps built with Ionic. - https://goo.gl/hM6FN6
#ionic #geo
Launching An App? Make App Store Optimization A Foundation For Growth
Some advice to help you get a base level of users that you can grow from. - https://goo.gl/ZZ6Ud3
#mobile #appStore
react-map-gl: A Suite of React Components for Mapbox GL JS -
https://goo.gl/pRptiZ
#react #component #map
How to Implement Facebook Login via the Official SDK -
https://goo.gl/w7cX9z
#auth2 #facebook
Building Offline-Friendly Forms
Forms on the web don’t often play nice with bad connections, but here’s an approach to making them more robust. - https://goo.gl/hdjpfG
#javascript #offline #forms
React Navigation Drawer Tutorial
How to add a drawer to your React Native app using React Navigation. - https://goo.gl/A39JP5
#reactnative
Measuring Performance Gains Going From Angular to React -
https://goo.gl/TQGkkF
@angular #react #performance
Concurrent JavaScript: It Can Work
What would it take to extend concurrency to the entire JavaScript heap? A WebKit engineer goes in-depth with some ideas. - https://goo.gl/oWxyad
#javascript
Discussing Progression, Curiosity, and Burnout with Dan Abramov
An hour long chat with the creator of Redux. Full transcript included. -
https://goo.gl/NhCucD
#podcast #DanAbramov
Architecting Electron Applications for 60 FPS
A deep-dive into optimizations that should be made to achieve smooth rendering, and a low resource footprint for Electron on all platforms. -
https://goo.gl/d6yCKV
#nodejs #electron