Getting Started with React. A light but powerful way to build dynamic real-time applications using ReactJS - Helion
Tytuł oryginału: Getting Started with React. A light but powerful way to build dynamic real-time applications using ReactJS
ISBN: 9781785284106
stron: 212, Format: ebook
Data wydania: 2016-04-29
Księgarnia: Helion
Cena książki: 98,10 zł (poprzednio: 109,00 zł)
Oszczędzasz: 10% (-10,90 zł)
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.
Osoby które kupowały "Getting Started with React. A light but powerful way to build dynamic real-time applications using ReactJS", wybierały także:
- Windows Media Center. Domowe centrum rozrywki 66,67 zł, (8,00 zł -88%)
- Ruby on Rails. Ćwiczenia 18,75 zł, (3,00 zł -84%)
- Przywództwo w świecie VUCA. Jak być skutecznym liderem w niepewnym środowisku 58,64 zł, (12,90 zł -78%)
- Scrum. O zwinnym zarządzaniu projektami. Wydanie II rozszerzone 58,64 zł, (12,90 zł -78%)
- Od hierarchii do turkusu, czyli jak zarządzać w XXI wieku 58,64 zł, (12,90 zł -78%)
Spis treści
Getting Started with React. A light but powerful way to build dynamic real-time applications using ReactJS eBook -- spis treści
- 1. Getting Started with ReactJS
- 2. Exploring JSX
- 3. Breaking your UI into components
- 4. Stateful components and Events
- 5. Building charts with React and D3
- 6. Reacting with Flux
- 7. Making your component reusable
- 8. Testing React components
- 9. Preparing your code for deployment
- 10. What's next