Sunday, 7 May, 2017 UTC


Summary

react
Serverless Stack
Serverless Stack is a free comprehensive guide to creating full-stack serverless applications. Create a note taking app from scratch using React.js, AWS Lambda, API Gateway, DynamoDB, and Cognito. Follow our step-by-step tutorials and use our live chat if you have any questions.
Build your first progressive web app with React
PWA are essentially fast, performance-focused web applications that are streamlined for mobile. They also can be saved to your smartphone’s home screen and, from there, look and feel like a native app (including features like offline access and push notifications).
Login flow with React and Redux
Login is usually the first page we have to build in almost any app. In this tutorial, we will build a interactive and intuitive login form with React & Redux.
Control your home using only Javascript
How to use React, Node.js and Espruino on ESP8266 to build some smart home components
45% Faster React Functional Components, Now
Directly calling functional components as functions instead of mounting them using React.createElement is much faster. You can do so today in JSX.