May 9, 2017
/
Deploying a Create React App project to Azure with VSTS Build and Release
AzureReactVSTS
Deploying a Create React App project to Azure with VSTS Build and Release
Create React App is a great way to get started with creating your a JavaScript application with React with no configuration. It is essentially a number of tools (webpack mostly) bundled into one node module that creates and builds your application. In this article I’m going to show you how to build and release this…
January 26, 2017
/
React Quick Start Tutorial
JavaScriptReact
React Quick Start Tutorial
Unfortunately I feel a lot people looking to get into React get bogged down with all the buzz around Flux or Redux, server rendering, build tools etc… All of which are not actually part of React itself. I thought I’d write a short tutorial to teach you the basics. This is part 1 of 2…