UI development has undergone a major transformation with modern frontend technologies. This book guides readers from the foundational building blocks of creating well structured interfaces to a list of different philosophies for creating modular, extendable and scalable U&I — UI intended for all developers, like you and I.
In this book, we will implement a typical question-and-answer application using event sourcing. Along the way, we will encounter many challenges and learn how to use modern technologies to overcome them. If you are thinking of using event sourcing for building Web applications, you may find this book very useful
Code along a single page Eshop app, complete with a shopping cart, product catalog, and search features. Use latest React, ES6 JavaScript features, and Firebase integration for achieving a modern serverless architecture. NOTE: First few chapters only available at no cost. Code available in open source at GitHub.
https://www.roadtoreact.com
Buku ini membahas topik dari yang dasar seperti ES6 yang perlu dipahami untuk pemrograman JS modern termasuk ReactJS, pembuatan komponen, unit-testing, sampai hosting fail aplikasinya.
Significantly revised and new code along edition. Speed up your React development workflow using Webpack. Learn to build a custom UI library in React, ES6, Flexbox, and PostCSS. Create single page app using Redux actions, reducers, and store. Apply new ES6 features to make your React code more reliable. Apply Behavior-Driven Development using Mocha, Chai, and Enzyme unit tests. Master the complete component design workflow with several strategies for reusable, reliable, and rapid coding in React. Download code from GitHub. Run live demos for each chapter.
Aprende como usar React y Redux para desarrollar aplicaciones web modernas más poderosas y usando las mejores prácticas.
Webpack, a module bundler, is a powerful tool that helps you to develop complex web applications. "SurviveJS - Webpack" is meant for beginner to intermediate users of the tool that want to understand webpack better.
React with d3.js was the most fun I've had in years. Creating dynamic data visualizations on the web is a pain in the ass. With React+d3.js ES6 you'll learn how to build re-usable visualization components using modern JavaScript standards in about an hour.
In this book, we aim to build cross-platform mobile apps, for Android and iOS, using React Native. We'll learn what it means to build a robust application architecture that will stay with you regardless of change in the tooling or ecosystem churn (i.e. by the time you finish your app, there might be new tools and new versions of everything). Where appropriate, you'll also get a peek into how React Native works if you're that kind of a person :)
How do I manage a large state in production? Why do I need store enhancers? How do I test middleware?Get the answers to all these questions and many more using simple terms and sample code. Learn everything you need to use Redux to build complex and production-ready web applications.
React is becoming the preferred JavaScript library for building web and native applications but few understand how it works under the hood. What is the Virtual DOM? How are events registered and triggered? "React Under the Hood" goes over the fundamentals of React as well as explains how the internals work. The book covers its architectural philosophy, useful React patterns, and working with third-party libraries. It guides you through React by building a simple Star Trek video game.
Learn React in an easy progressive way, understanding the library details on each example.
Aprenda React de forma fácil e progressiva, compreendendo cada detalhe da biblioteca a cada exemplo apresentado.