Tags
Language
Tags
September 2025
Su Mo Tu We Th Fr Sa
31 1 2 3 4 5 6
7 8 9 10 11 12 13
14 15 16 17 18 19 20
21 22 23 24 25 26 27
28 29 30 1 2 3 4
    Attention❗ To save your time, in order to download anything on this site, you must be registered 👉 HERE. If you do not have a registration yet, it is better to do it right away. ✌

    ( • )( • ) ( ͡⚆ ͜ʖ ͡⚆ ) (‿ˠ‿)
    SpicyMags.xyz

    Getting Started with React

    Posted By: readerXXI
    Getting Started with React

    Getting Started with React
    by Doel Sengupta and Manu Singhal
    English | 2016 | ISBN: 1783550570 | 212 Pages | True PDF | 8.9 MB

    This book is for any front-end web or mobile-app developer who wants to learn ReactJS. Knowledge of basic JavaScript will give you a good head start with the book.

    What You Will Learn:

    Understand the ReactJS basics through an overview
    Install and create your first React component
    Refactor the ReactJS component using JSX
    Integrate your React application with the Facebook login and Graph API, then fetch data from your liked pages in Facebook and display them in a browser
    Handle UI elements events with React, respond to users input, and create stateful components
    Use some core lifecycle events for integration and find out about ES6 syntaxes in the React world
    Understand the FLUX architecture and create an application using FLUX with React
    Make a component more reusable with mixins and validation helpers and structure your components properly
    Explore techniques to test your ReactJS code
    Deploy your code using webpack and Gulp

    ReactJS, popularly known as the V (view) of the MVC architecture, was developed by the Facebook and Instagram developers. It follows a unidirectional data flow, virtual DOM, and DOM difference that are generously leveraged in order to increase the performance of the UI.

    Getting Started with React will help you implement the Reactive paradigm to build stateless and asynchronous apps with React. We will begin with an overview of ReactJS and its evolution over the years, followed by building a simple React component. We will then build the same react component with JSX syntax to demystify its usage. You will see how to configure the Facebook Graph API, get your likes list, and render it using React.

    Following this, we will break the UI into components and you'll learn how to establish communication between them and respond to users input/events in order to have the UI reflect their state. You'll also get to grips with the ES6 syntaxes.

    Moving ahead, we will delve into the FLUX and its architecture, which is used to build client-side web applications and complements React's composable view components by utilizing a unidirectional data flow. Towards the end, you'll find out how to make your components reusable, and test and deploy them into a production environment. Finally, we'll briefly touch on other topics such as React on the server side, Redux and some advanced concepts.