July 2016
Intermediate to advanced
526 pages
11h 42m
English
At this stage of the chapter, we should have got most of the basics that we need to transform our sample app into a full Universal JavaScript app. We met Webpack, ReactJs, and analyzed most of the patterns that help us to uniform and differentiate the code between platforms as needed.
In this section, we will keep improving our example by creating reusable components, by adding universal routing and rendering, and finally universal data retrieval.
In the previous example, we created two very similar components: JoyceBooks and WellsBooks. These two components are almost identical; the only difference between them is that they use different data. Now imagine a real case scenario where ...
Read now
Unlock full access