React for Angular Developers
Are you an Angular dev looking to get started with React? If so, join Mark Brown for a guided tour of the differences and similarities. - https://goo.gl/L2B4Cv
#react #angular
Vue2 and Quasar Framework
Learn how to create a Vue project on Quasar framework by creating a mobile application for IOS and Android. - https://goo.gl/m6En82
#vue2 #quasar
Mastering Framework7 v2 Router
A look at some of the most interesting new features in V2 Router. - https://goo.gl/rYo1mx
#framework7
Putting the 'App' in Progressive Web Apps
Nicole Saidy offers an overview of Progressive Web Apps (PWAs), what they are, which problems they solve, and what makes them apps or app-like. - https://goo.gl/G3SfEj
#pwa
Creating a ride-booking app with React Native and Pusher -
https://goo.gl/nicSrG
#reactNative
An 'Ultimate' Guide to Flexbox in 7 Thorough Examples
The trick to learning Flexbox is simply by playing with it, so these 7 examples and walkthroughs provide a lot of food for thought. -
https://goo.gl/RfF94D
#css #flexbox
Creating Progressive Web Apps with Angular
Part one in a series on building Progressive Web Apps with Angular - https://goo.gl/chBvGZ
#angular #pwa
Smartphones Are Driving All Growth in Web Traffic
However, all this smartphone traffic hasn’t translated to traffic on smartphone apps. - https://goo.gl/R1c1QF
#statistics
Why we moved from Angular 2 to Vue.js
At Rever we just released a new version of our web client using Vue.js. After 641 commits and 16 weeks of intense development here we are, very proud of a decision we took a while ago. - https://goo.gl/XL5C9q
#vue
Creating an Asynchronous Loading Image Component in React Native -
https://goo.gl/EwKeZ6
#reactNative
Building TDD RESTful APIs with Koa 2, Mocha and Chai
A thorough walkthrough of build a RESTful API with Koa, a next-gen Web framework for Node built by the team behind Express. - https://goo.gl/ApxoMH
#nodejs #koa #mocha #chai
Introducing 'visualViewport' to Access Viewport Info
The visual viewport API, in draft but now supported by Chrome 61, gives access to details on how the user zooms and scrolls around the page. -
https://goo.gl/9o4Q1u
#viewport #api
A Simple Component Lifecycle Simulator
Deepen your understanding of component lifecycle by stepping through each method in slow-motion. - https://goo.gl/oe3keW
#react
Node v8.5.0 (Current) Released
V8 snapshots are re-enabled (they were disabled for security reasons), there’s support for ES modules (behind a flag), and more. - https://goo.gl/oj6TYZ
#nodejs #release
The React License for Founders and CTOs
A startup founder and ex-Facebook engineer’s story of the BSD+Patents license. - https://goo.gl/aiYf1t
#react #license
Discover the Power of CSS Transforms
With a single line of CSS, we can completely reorient any element. Dan Wilson gets into the transform property and how you can use it to change your site. - https://goo.gl/JRuSQ4
#css #transforms
React Quickly: How to Work with Forms in React
An excerpt from Azat Mardan’s “React Quickly” book, which explains how to work with forms in React and the concept of controlled components. - https://goo.gl/Vfvbva
#react #forms
How Memory Management Works in JavaScript
. and how to handle 4 common memory leaks. A good primer for anyone not familiar with the depths of memory management. - https://goo.gl/J7H6PH
#javascript
PrimeReact 1.0 Released: A Suite of UI Components
A set of over 60 open source UI components for React. - https://goo.gl/CAZqmj
#primeReact #release
react-offline-hoc: Higher-Order Component for Detecting Network Offline State - https://goo.gl/sF2Q5Z
#react #component
Bootstrap Vue new release
To quickly integrate Bootstrap 4 components in Vue.js, get bootstrap-vue, now with more features documented in the changelog. - https://goo.gl/8grdVJ
#vue #bootstrap #release
Create an Ionic 2 Mobile App with a List, Nested Detail and Form Pattern
How to create an Ionic 2 Contacts app with nested detail and forms. - https://goo.gl/NKArZq
#ionic2
V8 Release 6.2
V8’s latest branch is in beta until its release in Chrome 61 and it’s packed with developer-facing goodies including extra performance, more regex features, and an increased max string length. - https://goo.gl/5RAJLG
#v8 #release
react-imgpro: An Image Processing Component
Processes an image with filters supplied as props and returns a base64 image. - https://goo.gl/Eiqsem
#react #comoponent
Form Validation with Web Audio
Could audio feedback improve the user experience of filling a form? Ruth John takes a look. - https://goo.gl/nM15jM
#form #validation #webAudio
Building An Interactive Game of Thrones Map
A fun guide to building a Node.js API to serve a geospatial ‘Game of Thrones’ map, leaning heavily on Postgres (with PostGIS) and Redis. - https://goo.gl/HRc6rG
#nodejs #game
Building a Trello-Style Layout with CSS Grid and Flexbox
Giulio Mainardi shows you how to build a Trello-like layout using new Grid Layout Module features and Flexbox, along with some Sass for efficiency. - https://goo.gl/kef5Qh
#css #layout #flexbox
The Curious Case of 'null ≥ 0'
A trip down one of JavaScript’s many interesting rabbit holes. “It makes sense, honestly”, says the author. - https://goo.gl/JerxTq
#javascript