React Native: 4 Steps to Improve Your Workflow As A Mobile Developer
Some tips to boost your productivity when creating mobile apps in React Native. - https://goo.gl/Bfg67c
#reactNative
Using Props for Accessing URL Parameters Within Components with Vue Router
This video tutorial shows how you can use props to access URL parameters and, in doing so, make your code DRYer, cleaner and easier to understand. - https://goo.gl/3MW9Vw
#vue #router #video
Emulating CSS Timing Functions with JavaScript
Ana Tudor explains how to smoothly go from one state to another in a similar fashion to that of common CSS timing functions using just a little bit of JavaScript. - https://goo.gl/LSbrsh
#css
Build A Lazy-Load Router With Vue.js And The Latest Browser Features
Dynamic module importing is one of the latest JavaScript features to hit the major browsers. In this article, I’ll demonstrate how you can build a lazy-load router with Vue.js that works natively in supported browsers. Without having to polyfill a module loading system, you can create this with just a few lines of code! - https://goo.gl/iKdWi5
#vue #router
react-mosaic: A React Component Tiling 'Window Manager
Give your app’s users control over their workspace within your app. -
https://goo.gl/1sRswh
#react #component #mosaic
Microsoft’s Bold Plan to Bring PWAs to Windows 10
I recently spoke with Microsoft’s Jeff Burtoft and Aaron Gustafson about the company’s plans to bring Progressive Web Apps to Windows 10. -
https://goo.gl/1igJk1
#pwa
Impress Your Friends With Code Splitting in React
Burke Holland set out to learn the minimum necessary to demonstrate code splitting in React, and here’s what he learned. - https://goo.gl/8vd9QP
#react
Models and Collections for Vue.js
This new library for Vue.js helps you manage the relationships between data, component states, and the actions that affect them. It’s especially useful for larger applications. - https://goo.gl/7p9kCA
#vue #mvc
Structuring Async Operations in React/Redux Applications -
https://goo.gl/syuSoC
#react #redux
Advanced Vue.js Concepts: Mixins, Custom Directives, Filters, Transitions, and State Management
Vue.js is an easy framework to pick up. But very few tutorials cover advanced concepts of Vue. Ogundipe Samuel covers some of these concepts with interactive examples. - https://goo.gl/zNEFnA
#vue
Debugging React Like a Champ with Visual Studio Code
A guide to ‘supercharging’ your React workflow using Microsoft’s open source code editor and its debugger. - https://goo.gl/J71yc3
#react #debugging
Web Typography: Designing Tables to be Read, Not Looked At
Richard Rutter goes deep on how to improve the readability of your data tables. - https://goo.gl/745po3
#typography
I Watched All The Chrome Dev Summit Vids So You Don’t Have To
The takeaway: Google wants you to build PWAs, reduce JS file size, use Web Components, and configure your forms to support autofill. - https://goo.gl/fra55T
#chromeDevSummit
How to Structure Components in React
Components are a great abstraction to build both small and big systems. It’s only a case of picking the right solution. - https://goo.gl/35WGGk
#react
Code School
Code School is opening up FREE access to their entire content library from November 17–19. It’s a learning free-for-all! - https://goo.gl/6vJfkD
#free #codeSchool
ReactPWA: Build Progressive Web Apps with React
A foundation/boilerplate app for implementing a scalable, Progressive Web App with React. It includes offline support, hot reloading, page caching, and more. - https://goo.gl/YNCGF2
#react #pwa #tools
So What’s New in Node.js 9?
Node 8 became the LTS version last week and Node 9 became the ‘current’ release where new features land first, but what is new? - https://goo.gl/G65oEW
#nodejs
Introduction to Event Sourcing in Microservices
This repository is a microservice reference example that is intended to teach the basics of event sourcing in Spring Boot applications. -
https://goo.gl/FRCUG9
#microservice
Node v9.1.0 (Current) Released
OpenSSL upgraded, the http module now supports the 103 (Early Hints) status code, and you can now set a stack trace limit in NODE_OPTIONS. - https://goo.gl/ewZqXX
#nodejs #release
Workbox: An Easier Way of Adding A Service Worker to Your Web App
How to use the ‘Workbox’ JavaScript toolbox to easily add service workers to your progressive web apps. - https://goo.gl/Gv7MQU
#serviceWorker
9 Principles of Mobile Web Design
Revisiting a golden oldie that tells us to keep menus simple, keep forms short, have obvious calls to action, plus more mobile Web common sense. - https://goo.gl/PyAEtp
#mobile #design
Frappe Charts: Modern GitHub-Inspired Web Charts
A new zero-dependency chart library with elegant, responsive SVG output. Offers bar, line, and GitHub-style heatmap options so far. - https://goo.gl/Do8kFT
#frappeChart
The Accessibility Cheatsheet
A helpful overview with some simple things you can do to take positive steps towards a more accessible web. From 2015, but worth revisiting. - https://goo.gl/GeJZiF
#web
Angular 5.0 Released: Smaller, Faster and Easier
A major release for the popular framework containing new features and bugfixes. - https://goo.gl/F5vifV
#angular5
Building a Fast Search Experience
How popular car selling platform Auto Trader created a high-performance search experience that regularly returns results in less than a second. - https://goo.gl/KZQvbV
#web
Build A Collapsible Tree Menu With Vue.js Recursive Components
A recursive component is one which invokes itself and is useful for displaying comments on a blog, nested menus or anything where the parent and child are the same. In this tutorial, I’ll give you a demonstration of how to build a collapsible tree menu. - https://goo.gl/JVA9Mj
#vue
How to Build a Video/Voice Calling App with React Native
A set of screencasts walking through some of what’s involved in creating a native communications app - https://goo.gl/HezrFp
#reactNative #video
How to Create an HTTP/2 Static File Server with Node
Node 8.8.1 and above includes support for HTTP/2. This tutorial walks through creating a simple HTTP/2 server to serve static files -
https://goo.gl/SNjecH
#nodejs #http2