|
|
|
|
LEADER |
00000cam a2200000 i 4500 |
001 |
OR_on1164094823 |
003 |
OCoLC |
005 |
20231017213018.0 |
006 |
m o d |
007 |
cr unu|||||||| |
008 |
200709t20202020caua o 001 0 eng d |
040 |
|
|
|a UMI
|b eng
|e rda
|e pn
|c UMI
|d UKAHL
|d EBLCP
|d YDXIT
|d TEFOD
|d OCL
|d YDX
|d N$T
|d OCLCF
|d OCLCO
|d MNW
|d AU@
|d OTZ
|d OCLCQ
|d K6U
|d OCLCO
|d OCLCQ
|d UPM
|d OCLCQ
|
019 |
|
|
|a 1119118399
|a 1138944030
|a 1158476267
|a 1159169519
|a 1159171089
|a 1162177386
|
020 |
|
|
|a 9781492051695
|q (electronic book)
|
020 |
|
|
|a 1492051691
|q (electronic book)
|
020 |
|
|
|a 9781492051671
|q (electronic bk.)
|
020 |
|
|
|a 1492051675
|q (electronic bk.)
|
020 |
|
|
|z 9781492051725
|
020 |
|
|
|z 1492051721
|
024 |
8 |
|
|a 9781492051718
|
029 |
1 |
|
|a AU@
|b 000066430736
|
029 |
1 |
|
|a AU@
|b 000071521726
|
035 |
|
|
|a (OCoLC)1164094823
|z (OCoLC)1119118399
|z (OCoLC)1138944030
|z (OCoLC)1158476267
|z (OCoLC)1159169519
|z (OCoLC)1159171089
|z (OCoLC)1162177386
|
037 |
|
|
|a CL0501000121
|b Safari Books Online
|
037 |
|
|
|a 17EDA85B-FEB1-4155-A9CE-CEB62B3984CD
|b OverDrive, Inc.
|n http://www.overdrive.com
|
050 |
|
4 |
|a QA76.9.U83
|b B346 2020
|
082 |
0 |
4 |
|a 005.4/37
|2 23
|
049 |
|
|
|a UAMI
|
100 |
1 |
|
|a Banks, Alex
|c (Software engineer),
|e author.
|
245 |
1 |
0 |
|a Learning React :
|b modern patterns for developing React apps /
|c Alex Banks and Eve Porcello.
|
250 |
|
|
|a Second edition.
|
264 |
|
1 |
|a Sebastopol, CA :
|b O'Reilly Media,
|c 2020.
|
264 |
|
4 |
|c ©2020
|
300 |
|
|
|a 1 online resource (1 volume) :
|b illustrations
|
336 |
|
|
|a text
|b txt
|2 rdacontent
|
337 |
|
|
|a computer
|b c
|2 rdamedia
|
338 |
|
|
|a online resource
|b cr
|2 rdacarrier
|
347 |
|
|
|a text file
|
500 |
|
|
|a Previous edition published: 2017.
|
500 |
|
|
|a Includes index.
|
505 |
0 |
|
|a Intro -- Copyright -- Table of Contents -- Preface -- Conventions Used in This Book -- Using Code Examples -- O'Reilly Online Learning -- How to Contact Us -- Acknowledgments -- Chapter 1. Welcome to React -- A Strong Foundation -- React's Past and Future -- Learning React: Second Edition Changes -- Working with the Files -- File Repository -- React Developer Tools -- Installing Node.js -- Chapter 2. JavaScript for React -- Declaring Variables -- The const Keyword -- The let Keyword -- Template Strings -- Creating Functions -- Function Declarations -- Function Expressions
|
505 |
8 |
|
|a Default Parameters -- Arrow Functions -- Compiling JavaScript -- Objects and Arrays -- Destructuring Objects -- Destructuring Arrays -- Object Literal Enhancement -- The Spread Operator -- Asynchronous JavaScript -- Simple Promises with Fetch -- Async/Await -- Building Promises -- Classes -- ES6 Modules -- CommonJS -- Chapter 3. Functional Programming with JavaScript -- What It Means to Be Functional -- Imperative Versus Declarative -- Functional Concepts -- Immutability -- Pure Functions -- Data Transformations -- Higher-Order Functions -- Recursion -- Composition -- Putting It All Together
|
505 |
8 |
|
|a Chapter 4. How React Works -- Page Setup -- React Elements -- ReactDOM -- Children -- React Components -- React Components: A Historical Tour -- Chapter 5. React with JSX -- React Elements as JSX -- JSX Tips -- Mapping Arrays with JSX -- Babel -- Recipes as JSX -- React Fragments -- Intro to webpack -- Creating the Project -- Loading the Bundle -- Source Mapping -- Create React App -- Chapter 6. React State Management -- Building a Star Rating Component -- The useState Hook -- Refactoring for Advanced Reusability -- State in Component Trees -- Sending State Down a Component Tree
|
505 |
8 |
|
|a Sending Interactions Back up a Component Tree -- Building Forms -- Using Refs -- Controlled Components -- Creating Custom Hooks -- Adding Colors to State -- React Context -- Placing Colors in Context -- Retrieving Colors with useContext -- Stateful Context Providers -- Custom Hooks with Context -- Chapter 7. Enhancing Components with Hooks -- Introducing useEffect -- The Dependency Array -- Deep Checking Dependencies -- When to useLayoutEffect -- Rules to Follow with Hooks -- Improving Code with useReducer -- useReducer to Handle Complex State -- Improving Component Performance
|
505 |
8 |
|
|a ShouldComponentUpdate and PureComponent -- When to Refactor -- Chapter 8. Incorporating Data -- Requesting Data -- Sending Data with a Request -- Uploading Files with fetch -- Authorized Requests -- Saving Data Locally -- Handling Promise States -- Render Props -- Virtualized Lists -- Creating a Fetch Hook -- Creating a Fetch Component -- Handling Multiple Requests -- Memozing Values -- Waterfall Requests -- Throttling the Network Speed -- Parallel Requests -- Waiting for Values -- Canceling Requests -- Introducing GraphQL -- GitHub GraphQL API -- Making a GraphQL Request -- Chapter 9. Suspense
|
505 |
0 |
|
|a Welcome to React -- JavaScript for React -- Functional programming with JavaScript -- How React works -- Reach with JSX -- React state management -- Enhancing components with Hooks -- Incorporating data -- Suspense -- React testing -- React router -- Reach and the server.
|
588 |
0 |
|
|a Online resource; title from digital title page (viewed on September 29, 2020).
|
520 |
|
|
|a If you want to learn how to build efficient React applications, this is your book. Ideal for web developers and software engineers who understand how JavaScript, CSS, and HTML work in the browser, this updated edition provides best practices and patterns for writing modern React code. No prior knowledge of React or functional programming is necessary. Authors Alex Banks and Eve Porcello show you how to create UIs that can deftly display changes without page reloads on large-scale data-driven websites. You'll also discover how to work with functional programming and the latest ECMAScript features. Once you learn how to build React components with this hands-on guide, you'll understand just how useful React can be in your organization. Understand key functional programming concepts with JavaScript Look under the hood to learn how React runs in the browser Create application presentation layers with React components Manage data and reduce the time you spend debugging applications Explore React's component lifecycle to improve UI performance Use a routing solution for single-page application features Learn how to structure React applications with servers in mind.
|
542 |
|
|
|f Copyright © O'Reilly Media, Inc.
|
590 |
|
|
|a O'Reilly
|b O'Reilly Online Learning: Academic/Public Library Edition
|
650 |
|
0 |
|a React (JavaScript library)
|
650 |
|
0 |
|a User interfaces (Computer systems)
|
650 |
|
0 |
|a Web site development.
|
650 |
|
0 |
|a Web applications
|x Computer programs.
|
650 |
|
2 |
|a User-Computer Interface
|
650 |
|
6 |
|a Interfaces utilisateurs (Informatique)
|
650 |
|
6 |
|a Sites Web
|x Développement.
|
650 |
|
6 |
|a Applications Web
|x Logiciels.
|
650 |
|
7 |
|a User interfaces (Computer systems)
|2 fast
|0 (OCoLC)fst01163191
|
650 |
|
7 |
|a Web site development.
|2 fast
|0 (OCoLC)fst01173243
|
700 |
1 |
|
|a Porcello, Eve,
|e author.
|
776 |
0 |
8 |
|i Print version:
|a Banks, Alex.
|t Learning React : Modern Patterns for Developing React Apps.
|d Sebastopol : O'Reilly Media, Incorporated, ©2020
|
856 |
4 |
0 |
|u https://learning.oreilly.com/library/view/~/9781492051718/?ar
|z Texto completo (Requiere registro previo con correo institucional)
|
938 |
|
|
|a Askews and Holts Library Services
|b ASKH
|n AH38059327
|
938 |
|
|
|a Askews and Holts Library Services
|b ASKH
|n AH37464784
|
938 |
|
|
|a EBSCOhost
|b EBSC
|n 2499044
|
938 |
|
|
|a YBP Library Services
|b YANK
|n 301331477
|
994 |
|
|
|a 92
|b IZTAP
|