React Pattern: Extract Child Components to Avoid Binding - https://goo.gl/oSdWFN
#react #pattern
Five Tips for Working with Redux in Large Apps
Some helpful rules and tips to keep Redux manageable. -
https://goo.gl/VcmKEQ
#react #redux
Building a React App in OCaml: A ReasonReact Tutorial
Reason makes it possible to compile OCaml to JavaScript and this post neatly demonstrates building a React app using OCaml and Reason - https://goo.gl/rBNmSM
#react
Rekit 2.0: A Toolkit for Building Modern React Apps
Essentially provides an opinionated structure for React, Redux and React-Router powered apps. Also includes a Web based UI for testing and modifying an app. - https://goo.gl/N2hjVH
#react
AI Eats Future of Software
Microservices will be a central theme of next generation applications. With so much of heterogenous components sitting inside one stack, monolithic approach would hardly make sense. Microservices can give the desired modularity and ability to build applications that can scale. - https://goo.gl/mMf4K7
#microservice #ai
How to Enhance Mobile Interactions with Sound Design
Some insights, plus an introduction to the Facebook Sound Kit, a collection of interaction sounds they’re making available - https://goo.gl/x1AM4M
#mobile #web #design
Code a Real-Time NativeScript App: SQLite
How to integrate a SQLite database into a NativeScript app to store data locally. - https://goo.gl/o3Zh22
#mobile #nativescript
Kitten Tricks: A React Native Mobile Starter Kit
Features over 40 free and open-source app screens. - https://goo.gl/k4Vd9a
#mobile #reactnative #starterkit
Making the Jump: How Desktop-Era Frameworks Can Thrive on Mobile
How do tools that grew up on the desktop, like Ember, Angular and React, make the jump to the mobile future? - https://goo.gl/RYaSrN
#mobile #web
Code a Real-Time NativeScript App: Geolocation and Google Maps
Learn how to work with geolocation and Google Maps in NativeScript apps - https://goo.gl/vfztFn
#mobile #nativescript
Introducing HumbleNet: A Cross-Platform Networking Library
A browser-based networking library that exposes a simple peer-to-peer API that allows for peer discovery and the ability to send data (via WebRTC) to others - https://goo.gl/xRzoZJ
#networking #library
Building m.uber: Engineering a High-Performance Web App for the Global Market
How Uber Engineering designed m.uber, a lightweight web app that delivers a native app experience for riders on mobile. - https://goo.gl/cd86k4
#mobile #web
Taking Responsive Web Design Beyond the Visual
A discussion on a wider interpretation of responsive web design that includes user context, push notifications, future devices and accessibility. - https://goo.gl/CAikZK
#talking #responsice #design
NativeScript 3.1 Released
Introduces new features like the Chrome DevTools Elements tab, Android snapshot builds, and more. - https://goo.gl/r78ZSn
#nativescript #released
Logging in React Native
A look at logging options for your React Native apps. - https://goo.gl/vhb36W
#reactNative
Podcast: Why Enteprise Devs Need a 'Safer' Node
A 30 minute interview with NodeSource’s Pravin Halady on “why enterprise developers might need a safer and more secure version of Node.js and npm”. - https://goo.gl/3wj2ma
#podcast #nodejs
Mastering Async Await in Node
Simplify your callback or Promise based Node apps with async functions with async/await. - https://goo.gl/hYy9e9
#nodejs
A Set of Best Practices for JavaScript Projects
British design studio Hive has collected together guidelines for working on JS projects. - https://goo.gl/6mR2HQ
#javascript #guidelines
Chalk 2.0: Terminal String Styling and Colorizing
The 5th most depended upon npm package takes another step forward with full ‘true color’ (24 bit) support, plus an ability to use tagged template literals. - https://goo.gl/u7yBE3
#nodejs
react-workspaces: A Fusion Between react-tabs and react-split-pane -
https://goo.gl/K7tvir
#react #code
Build a Reusable Scroll List Component with Animated scrollTo in React - https://goo.gl/DcF72j
#react #scroll #component
Writing Clean and Concise React Components
.. by making full use of ES6 and 7’s features and the container-component pattern. - https://goo.gl/pp7Jwg
#react #components
A Closer Look Into WebRTC in Safari/iOS
Some details on how Safari 11 and iOS 11 implement WebRTC, and tips on bringing support to your own site. - https://goo.gl/MWTa4m
#webrtc #safari #ios
Animated Page Transitions with React Router 4
How to animate page transitions using lifecycle methods from ReactTransitionGroup and the Animated library. - https://goo.gl/EiRnps
#react #routing #animation
Visual Regression Testing (or How You Can Move Fast and Not Break Things)
“How many times you wanted to change code (especially CSS) and you were afraid to death that you’d break everything.” - https://goo.gl/mJs4en
#testing
An Introduction to the Redux-First Routing Model
Michael Sargent makes the case for Redux-first routing — a paradigm that makes Redux the star of the routing model, and the common thread among many Redux routing solutions. - https://goo.gl/FQKTtz
#react #redux #routing