Browse By

Category Archives: ReactJS

watchman_logo

How to install watchman on Linux

Watchman is a popular file watcher made by google and usually first choice for react-native developers. Watchman can also trigger actions (such as rebuilding assets) when matching files change. If you are a linux user it might be a little bit tricky to install it.

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

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.