Cargando…

Introduction to React /

Introduction to React teaches you React, the JavaScript framework created by developers at Facebook, to solve the problem of building complex user interfaces in a consistent and maintainable way. React.js shrugs away common front-end conventions in an effort to make things more efficient - use Intro...

Descripción completa

Detalles Bibliográficos
Clasificación:Libro Electrónico
Autor principal: Gackenheimer, Cory (Autor)
Formato: Electrónico eBook
Idioma:Inglés
Publicado: [Berkeley, CA] : Apress, 2015.
Colección:Expert's voice in Web development.
Temas:
Acceso en línea:Texto completo (Requiere registro previo con correo institucional)

MARC

LEADER 00000cam a2200000 i 4500
001 OR_ocn921176149
003 OCoLC
005 20231017213018.0
006 m o d
007 cr cnu|||unuuu
008 150915s2015 cau o 001 0 eng d
040 |a N$T  |b eng  |e rda  |e pn  |c N$T  |d GW5XE  |d N$T  |d YDXCP  |d CDX  |d BTCTA  |d IDEBK  |d OCLCF  |d EBLCP  |d AZU  |d UMI  |d DEBSZ  |d COO  |d B24X7  |d OCLCQ  |d IAO  |d IAS  |d IAD  |d JBG  |d SOI  |d ILO  |d ICN  |d DEBBG  |d IDB  |d VT2  |d Z5A  |d LIV  |d OCLCQ  |d MERUC  |d ESU  |d OCLCQ  |d IOG  |d U3W  |d REB  |d CEF  |d EZ9  |d OCLCQ  |d INT  |d AU@  |d OCLCQ  |d WYU  |d UKMGB  |d OCLCQ  |d MERER  |d OCLCQ  |d UAB  |d UKAHL  |d OCLCQ  |d DCT  |d ERF  |d UBY  |d OCLCQ  |d OCLCO  |d KSU  |d OCLCO  |d OCLCQ  |d OCLCO 
016 7 |a 019126963  |2 Uk 
019 |a 931716589  |a 961680138  |a 985058413  |a 1005807721  |a 1008943558  |a 1021253402  |a 1069682029  |a 1086453700  |a 1111069596  |a 1112555382  |a 1129341658  |a 1152993656 
020 |a 9781484212455  |q (electronic bk.) 
020 |a 1484212452  |q (electronic bk.) 
020 |a 1484212460  |q (print) 
020 |a 9781484212462  |q (print) 
020 |z 9781484212462 
024 7 |a 10.1007/978-1-4842-1245-5  |2 doi 
029 1 |a AU@  |b 000056988966 
029 1 |a CHNEW  |b 000893578 
029 1 |a CHVBK  |b 374527350 
029 1 |a DEBBG  |b BV043626791 
029 1 |a DEBBG  |b BV043968183 
029 1 |a DEBSZ  |b 453693040 
029 1 |a DEBSZ  |b 485786745 
029 1 |a GBVCP  |b 882747614 
029 1 |a NZ1  |b 16241104 
029 1 |a UKMGB  |b 019126963 
029 1 |a AU@  |b 000068984038 
035 |a (OCoLC)921176149  |z (OCoLC)931716589  |z (OCoLC)961680138  |z (OCoLC)985058413  |z (OCoLC)1005807721  |z (OCoLC)1008943558  |z (OCoLC)1021253402  |z (OCoLC)1069682029  |z (OCoLC)1086453700  |z (OCoLC)1111069596  |z (OCoLC)1112555382  |z (OCoLC)1129341658  |z (OCoLC)1152993656 
037 |a CL0500000684  |b Safari Books Online 
050 4 |a QA76.9.U83 
072 7 |a COM  |x 034000  |2 bisacsh 
072 7 |a COM  |x 079010  |2 bisacsh 
072 7 |a UY  |2 bicssc 
082 0 4 |a 005.4/38  |2 23 
049 |a UAMI 
100 1 |a Gackenheimer, Cory,  |e author. 
245 1 0 |a Introduction to React /  |c Cory Gackenheimer. 
264 1 |a [Berkeley, CA] :  |b Apress,  |c 2015. 
264 2 |a New York, NY :  |b Distributed to the Book trade worldwide by Springer 
264 4 |c ©2015 
300 |a 1 online resource 
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 
347 |b PDF 
490 1 |a The expert's voice in web development 
500 |a Includes index. 
588 0 |a Online resource; title from PDF title page (SpringerLink, viewed September 16, 2015). 
520 |a Introduction to React teaches you React, the JavaScript framework created by developers at Facebook, to solve the problem of building complex user interfaces in a consistent and maintainable way. React.js shrugs away common front-end conventions in an effort to make things more efficient - use Introduction to React to learn about this framework and more today. Get to know the React API and it's specific JavaScript extension, JSX, which makes authoring React components easier and maintainable. You will also learn how to test your React applications and about the tools you can use while building. Once you understand these core concepts, you can build applications with React. This will help you cement the ideas and fundamentals of React and prepare you to utilize React in your own use cas e. See how to: use React to maintain complex user interfaces in an efficient way integrate existing user interfaces and move forward with React manage application architecture using Flux easily utilize JSX, React's JavaScript extension. 
505 0 |a At a Glance; Contents; About the Author; About the Technical Reviewer; Acknowledgments; Chapter 1: What Is React?; Defining React; Why React?; What Problems Does React Solve?; React Is Not Just Another Framework; Ember.js; AngularJS; React; React Concepts and Terminology; Getting React; Components; Virtual DOM; JSX; Properties; State; Flux; Tools; Add-Ons; Summary; Chapter 2: The Core of React; React; React.createClass ; React. Children.map; React. Children.forEach; React. Children.count; React. Children.only; React.createElement; React.cloneElement ; React. DOM. 
505 8 |a React.createFactory React.render; React.renderToString; React.findDOMNode; Discovering React Components; Understanding Component Properties and Methods; Component Lifecycle and Rendering; render; getInitialState ; getDefaultProps; Mixins; propTypes; statics; displayName; componentWillMount; componentDidMount; componentWillReceiveProps; shouldComponentUpdate ; componentWillUpdate; componentDidUpdate; componentWillUnmount; React Elements; React Factories ; Summary; Chapter 3: JSX Fundamentals; Why Use JSX Instead of Conventional JavaScript?; Using a JSX Transformer. 
505 8 |a How JSX Converts from an XML-Like Syntax to Valid JavaScript Spread Attributes and Other Considerations for JSX; Summary; Chapter 4: Building a React Web Application; Outlining Your Application's Basic Functionality; Thinking in Terms of Components; Wireframes; Rewrite an Existing Application; Creating the Necessary Components for Your App; Testing Your Application; Simulate; renderIntoDocument; mockComponent; isElement; isElementOfType; isDOMComponent; isCompositeComponent; isCompositeComponentWithType ; findAllInRenderedTree; scryRenderedDOMComponentsWithClass. 
505 8 |a FindRenderedDOMComponentsWithClass scryRenderedDOMComponentsWithTag ; findRenderedDOMComponentsWithTag ; scryRenderedComponentsWithType ; findRenderedComponentsWithType ; Running Your Application; Summary; Chapter 5: Introducing Flux: An Application Architecture for React; What Flux Is and Why It Is Different than Typical MVC Fram eworks; The Basic Components of Flux; Dispatcher; Stores; Actions; Views; How React and Flux Look Together; Summary; Chapter 6: Using Flux to Structure a React Application; Structuring Your Application. 
505 8 |a Creating Dispatcher, Stores, Actions, and React Components for the Application Dispatcher ; Stores; Actions; React Components; Writing Tests; Running the Application; Summary; Index. 
590 |a O'Reilly  |b O'Reilly Online Learning: Academic/Public Library Edition 
650 0 |a Web-based user interfaces. 
650 0 |a Web applications. 
650 0 |a JavaScript (Computer program language) 
650 0 |a Web site development. 
650 6 |a Interfaces Web. 
650 6 |a Applications Web. 
650 6 |a JavaScript (Langage de programmation) 
650 6 |a Sites Web  |x Développement. 
650 7 |a Software Engineering.  |2 bicssc 
650 7 |a Programming & scripting languages: general.  |2 bicssc 
650 7 |a Web programming.  |2 bicssc 
650 7 |a COMPUTERS  |x Interactive & Multimedia.  |2 bisacsh 
650 7 |a COMPUTERS  |x Social Aspects  |x Human-Computer Interaction.  |2 bisacsh 
650 7 |a JavaScript (Computer program language)  |2 fast 
650 7 |a Web applications  |2 fast 
650 7 |a Web-based user interfaces  |2 fast 
650 7 |a Web site development  |2 fast 
776 0 8 |i Printed edition:  |z 9781484212462 
830 0 |a Expert's voice in Web development. 
856 4 0 |u https://learning.oreilly.com/library/view/~/9781484212455/?ar  |z Texto completo (Requiere registro previo con correo institucional) 
938 |a Askews and Holts Library Services  |b ASKH  |n AH31352816 
938 |a Books 24x7  |b B247  |n bks00097511 
938 |a Baker and Taylor  |b BTCP  |n BK0017718817 
938 |a Coutts Information Services  |b COUT  |n 32671612 
938 |a EBL - Ebook Library  |b EBLB  |n EBL4178071 
938 |a EBSCOhost  |b EBSC  |n 1064176 
938 |a ProQuest MyiLibrary Digital eBook Collection  |b IDEB  |n cis32671612 
938 |a YBP Library Services  |b YANK  |n 12606464 
994 |a 92  |b IZTAP