A Simple Introduction to State Management with MobX in React Native - https://goo.gl/eDWjtL
#reactnative #mobx
#reactnative #mobx
uncommon
A simple introduction to state management with MobX in React Native
Get started with MobX with this easy to follow introduction.
AR on your Phone with MagicaVoxel, Wikitude and PhoneGap
How to build an augmented reality PhoneGap app with cool 3D models made in voxel art. - https://goo.gl/ewbLGD
#mobile #ar
How to build an augmented reality PhoneGap app with cool 3D models made in voxel art. - https://goo.gl/ewbLGD
#mobile #ar
PhoneGap
AR on your Phone with MagicaVoxel, Wikitude and PhoneGap
Let me float an idea by you: an augmented reality app on your phone with cool 3D models made in voxel art. “What, explain how!?”, you ask…
From Node 6 to Node 8: A Real-World Performance Comparison
David Gilbertson details how the switch to Node 8 resulted in shaving a quarter off server-rendering time and a third off npm install time on his app. - https://goo.gl/3njURF
#nodejs
David Gilbertson details how the switch to Node 8 resulted in shaving a quarter off server-rendering time and a third off npm install time on his app. - https://goo.gl/3njURF
#nodejs
Hacker Noon
Upgrading from Node 6 to Node 8: a real-world performance comparison
Node 8 is out, did you hear? And it’s faster, or so they say.
Classes, Complexity, and Functional Programming
Where do functions, classes, and objects fit into the big picture of writing simpler code that’s easy to maintain? - https://goo.gl/fMvbJp
#javascript
Where do functions, classes, and objects fit into the big picture of writing simpler code that’s easy to maintain? - https://goo.gl/fMvbJp
#javascript
Medium
Classes, Complexity, and Functional Programming
When I use classes, when I don’t, what I do instead, and why
'Serverless' Server-Side Rendering with React using Redux or MobX
Essentially using a third party service (roast.io) to render pages. - https://goo.gl/zg7qe7
#react #serverSideRendering #mobx #redux
Essentially using a third party service (roast.io) to render pages. - https://goo.gl/zg7qe7
#react #serverSideRendering #mobx #redux
Hacker Noon
Serverless server-side rendering with React using Redux or MobX
Nearly two years ago, I started using React and I’ve always been curious about doing server-side rendering, but never bothered. Partly…
Angular and RxJS: Create an API Service to Talk to A REST Backend
Jurgen Van de Moere takes an existing Angular 2+ app and adds a REST API service. Learn about RxJS observables and how to mock HTTP services for testing. - https://goo.gl/rA7mxx
#angular2 #rxjs
Jurgen Van de Moere takes an existing Angular 2+ app and adds a REST API service. Learn about RxJS observables and how to mock HTTP services for testing. - https://goo.gl/rA7mxx
#angular2 #rxjs
SitePoint
Angular and RxJS: Create an API Service to Talk to a REST Backend — SitePoint
Jurgen Van de Moere takes an existing Angular 2+ app and adds a REST API service. Learn about RxJS observables and how to mock HTTP services for testing.
Webpack 3.0 Officially Released
Now with scope hoisting, ‘magic comments’, and more. The upgrade process from v2 is also designed to be very smooth. - https://goo.gl/AM2LR4
#webpack
Now with scope hoisting, ‘magic comments’, and more. The upgrade process from v2 is also designed to be very smooth. - https://goo.gl/AM2LR4
#webpack
Medium
🍾🚀 webpack 3: Official Release!! 🚀🍾
Now with Scope Hoisting, “magic comments”, and more!
A Look at Node 8's util.promisify()
util.promisify converts a callback-based function to a Promise-based one. Dr. Axel shows off how to use it. - https://goo.gl/B4Wtp6
#nodejs
util.promisify converts a callback-based function to a Promise-based one. Dr. Axel shows off how to use it. - https://goo.gl/B4Wtp6
#nodejs
2ality
Node.js 8: `util.promisify()`
Node.js 8 has a new utility function: `util.promisify()`. It converts a callback-based function to a Promise-based one.
How to Structure Your React Project
Dave Ceddia explains how he structures his React projects. - https://goo.gl/nvWRwd
#react
Dave Ceddia explains how he structures his React projects. - https://goo.gl/nvWRwd
#react
Dave Ceddia
How to Structure Your React Project
One of many ways to organize the files in a React project.
Simone - A Distributed Simulation Service
Simone is a service that enables configuration, deployment, and execution of simulations within arbitrary domains throughout the Netflix environment. - https://goo.gl/L9B1w4
#microservice
Simone is a service that enables configuration, deployment, and execution of simulations within arbitrary domains throughout the Netflix environment. - https://goo.gl/L9B1w4
#microservice
Medium
Simone - A Distributed Simulation Service
By Satyajit Thadeshwar, Mayank Agarwal, Sangeeta Narayanan & Kevin Lew
WebAssembly 101: A Developer's First Steps
An exercise in porting a JavaScript library to WebAssembly (wasm) - perfect for those wanting more than a Hello World introduction. - https://goo.gl/amqcer
#webAssembly
An exercise in porting a JavaScript library to WebAssembly (wasm) - perfect for those wanting more than a Hello World introduction. - https://goo.gl/amqcer
#webAssembly
Openbloc
WebAssembly 101: a developer's first steps
This tutorial will guide you along the necessary steps to port a JavaScript library of the Conway's game of life to WebAssembly (wasm). This is a simple exercise that is perfect to start beyond a trivial Hello World. I recently got interested in WebAssembly…
Create a Sliding Item Animation with a Directive in Ionic 2 / 3
How to create a sliding item animation in Ionic 2+. - https://goo.gl/C5nwyy
#angular2 #ionic #directive
How to create a sliding item animation in Ionic 2+. - https://goo.gl/C5nwyy
#angular2 #ionic #directive
How to Build an Android App using Cordova & Vue.js
Rather than learn Android development from scratch, put your JavaScript skills to use with Cordova and Vue.js to build a basic ‘to do’ app. - https://goo.gl/qit8xM
#mobile #vue #cordova
Rather than learn Android development from scratch, put your JavaScript skills to use with Cordova and Vue.js to build a basic ‘to do’ app. - https://goo.gl/qit8xM
#mobile #vue #cordova
Pusher Blog
How to build an Android app using Cordova and VueJS - Pusher Blog
In this tutorial, we cover how to create an Android app using VueJS and Cordova, converting from JavaScript into an Android app with a single command.
React State vs. Redux State: When and Why?
Even if you choose to use Redux in your project, you will still need to make decisions on how much of your data is stored in Redux. - https://goo.gl/dvX7vU
#react #redux
Even if you choose to use Redux in your project, you will still need to make decisions on how much of your data is stored in Redux. - https://goo.gl/dvX7vU
#react #redux
Atomic Spin
React State vs. Redux State: When and Why?
Even if you choose to use Redux in your project, you will still need to make decisions on how much of your data is stored in Redux.
The Browser Hacker's Guide To Instantly Loading Everything
A snappy 25 minute talk on modern techniques to improving page loading performance from the front-end perspective, particularly from a mobile POV. - https://goo.gl/KDm6Ry
#browser
A snappy 25 minute talk on modern techniques to improving page loading performance from the front-end perspective, particularly from a mobile POV. - https://goo.gl/KDm6Ry
#browser
YouTube
Addy Osmani: The Browser Hackers Guide To Instantly Loading Everything | JSConf EU 2017
http://2017.jsconf.eu/speakers/addy-osmani-the-browser-hackers-guide-to-instantly-loading-everything.html Venture deep into the belly of the browser to uncov...
JavaScript Power Tools: Real-World 'redux-saga' Patterns
redux-saga is a versatile library that can clarify the behavior and interaction patterns of complex single-page-applications and forms. - https://goo.gl/MH7xa5
#react #reduxsaga
redux-saga is a versatile library that can clarify the behavior and interaction patterns of complex single-page-applications and forms. - https://goo.gl/MH7xa5
#react #reduxsaga
Formidable - The JavaScript Experts. We build the modern web.
Javascript Power Tools Part III: Real-world redux-saga Patterns
In the past two articles, we've talked a lot about redux-saga in the abstract, without much concern for real-world applications. Now that we’re equipped with new knowledge, we're ready to jump in and start putting the pieces back together. First, we'll take…
billboard.js: A Chart Library, based on D3 v4+
A fork of C3.js focusing on ease of use and working with the latest D3. - https://goo.gl/bXQrsq
#javascript #d3js
A fork of C3.js focusing on ease of use and working with the latest D3. - https://goo.gl/bXQrsq
#javascript #d3js
naver.github.io
billboard.js
Re-usable easy interface JavaScript chart library, based on D3 v4+
A New Vue for NativeScript
Learn about the new Vue.js integration with NativeScript - https://goo.gl/7EtqtL
#vue #nativescript
Learn about the new Vue.js integration with NativeScript - https://goo.gl/7EtqtL
#vue #nativescript