Reader small image

You're reading from  React.js Essentials

Product typeBook
Published inAug 2015
Reading LevelIntermediate
PublisherPackt
ISBN-139781783551620
Edition1st Edition
Languages
Right arrow
Author (1)
Artemij Fedosejev
Artemij Fedosejev
author image
Artemij Fedosejev

Artemij Fedosejev is a technical lead living in London, United Kingdom. He is a self-taught web developer who has been a web developer since the early 2000s. Artemij earned his BSc in computer science from University College Cork, Ireland. He participated in the IGNITE Graduate Business Innovation Programme, where he built and launched a website that received the Most Innovative Project award. Artemij has played a key role in creating frontend architecture using React.js and Flux for various websites. Artemij created a number of open source projects, including Snapkite Engine, Snapkite Stream Client, and other projects.
Read more about Artemij Fedosejev

Right arrow

Build and go beyond


That's all the effort that is needed to integrate the Flux architecture into a React application. If you compare your React application without Flux and with Flux, you'll quickly see how much easier it is to understand how your application works when Flux is part of it. I highly encourage you to visit the Flux official website and learn more about it at https://facebook.github.io/flux/.

I think it's a good time to check that everything is in perfect working order. Let's build and run Snapterest!

Navigate to ~/snapterest and run the following command in your terminal:

gulp

You should see an output similar to this:

Finished 'default' after 2.42 s

Make sure that you're running the Snapkite Engine application that we installed and configured in Chapter 1, Installing Powerful Tools for Your Project. Now, open the ~/snapterest/build/index.html file in your web browser. You should see the new tweets appearing on the left-hand side. Click on a tweet to add it to the collection...

lock icon
The rest of the page is locked
Previous PageNext Chapter
You have been reading a chapter from
React.js Essentials
Published in: Aug 2015Publisher: PacktISBN-13: 9781783551620

Author (1)

author image
Artemij Fedosejev

Artemij Fedosejev is a technical lead living in London, United Kingdom. He is a self-taught web developer who has been a web developer since the early 2000s. Artemij earned his BSc in computer science from University College Cork, Ireland. He participated in the IGNITE Graduate Business Innovation Programme, where he built and launched a website that received the Most Innovative Project award. Artemij has played a key role in creating frontend architecture using React.js and Flux for various websites. Artemij created a number of open source projects, including Snapkite Engine, Snapkite Stream Client, and other projects.
Read more about Artemij Fedosejev