- React.js Essentials
- Artemij Fedosejev
- 188字
- 2021-07-16 20:26:50
Preface
Today, the Web is different. The way we build for the Web is different. Faced by the challenges of dealing with unmaintainable imperative code produced by jQuery we had to look for new ways of managing the complexity of modern user interfaces. We needed a new user interface library that would help us build declarative, modular, fast, and scalable frontend applications using JavaScript.
Meet React.js—a JavaScript user interface library developed by Facebook. It brings profound ideas on how to work with the DOM, organize your application's data flow, and think about user interface elements as individual components. And yet, it's only a user interface library that makes no assumptions about the rest of your technology stack.
Combined with Flux, we get a powerful frontend architecture that makes sense not only to experienced developers, but also to those who're just starting their frontend journey.
Dear frontend developers of all experience levels, solving all kind of business challenges, in teams of all sizes with deadlines of all urgency levels... welcome to a better future!
Get ready to be surprised by the simplicity, predictability, and thoughtfulness of React.js.
- Python程序設(shè)計(jì)教程(第2版)
- CMDB分步構(gòu)建指南
- C語(yǔ)言程序設(shè)計(jì)(第3版)
- Docker進(jìn)階與實(shí)戰(zhàn)
- Java面向?qū)ο笏枷肱c程序設(shè)計(jì)
- 造個(gè)小程序:與微信一起干件正經(jīng)事兒
- 華為HMS生態(tài)與應(yīng)用開(kāi)發(fā)實(shí)戰(zhàn)
- Monitoring Elasticsearch
- R Deep Learning Cookbook
- Unity 5 for Android Essentials
- C#應(yīng)用程序設(shè)計(jì)教程
- Mastering Akka
- AV1視頻編解碼標(biāo)準(zhǔn):原理與算法實(shí)現(xiàn)
- Koa與Node.js開(kāi)發(fā)實(shí)戰(zhàn)
- 小學(xué)生C++趣味編程從入門到精通