Browse By

Daily Archives: April 24, 2017

Create React App with an Express Backend

Create React App is an awesome way to get started with React. It creates a project structure for you, all set up and ready to go. You get to skip the configuration of Webpack and Babel, and get right down to writing your app. In this

Ionic 3, Angular 4 and Google Maps

A detailed guide by Didin about how to build an Ionic 3 application using Angular 4 and the Google Maps Javascript API. Read the guide here: https://www.djamware.com/post/58f4da2080aca7414e78a638/step-by-step-tutorial-of-ionic-3-angular-4-and-google-maps-directions-service

typescript_logo

TypeScript 2.3 Release Candidate

The TypeScript 2.3 Release Candidate is here today! This release brings more ECMAScript features, new settings to make starting projects easier, and more. To get started with the release candidate, you can grab it through NuGet or over npm through npm install -g typescript@rc You

React VR

React VR React VR is a framework for the creation of VR applications that run in your web browser. It pairs modern APIs like WebGL and WebVR with the declarative power of React, producing experiences that can be consumed through a variety of devices. Leveraging

react-fiber

Facebook React Fiber, a rewrite of React framework

Facebook has completely rewritten React, its popular JavaScript library for building user interfaces. The company hasn’t previously talked much about React Fiber, as the project is called, but it has actually been working on it for a while. It’s now ready to talk about this

Building your first React component with Babel and Webpack 2 [Video]

In this video you’ll walk through how to use the right combination of Webpack 2 and Babel 6 in order to build a React app. Specifically, you’ll learn the following packages – react, react-dom, babel-core, babel-loader, babel-preset-env, babel-preset-react, css-loader, html-webpack-plugin, style-loader, webpack.