Cargando…

React.js essentials : a fast-paced guide to designing and building scalable and maintainable web apps with React.js /

A fast-paced guide to designing and building scalable and maintainable web apps with React.js About This Book Build maintainable and performant user interfaces for your web applications using React.js Create reusable React.js components to save time and effort in maintaining your user interfaces Lea...

Descripción completa

Detalles Bibliográficos
Clasificación:Libro Electrónico
Autor principal: Fedosejev, Artemij (Autor)
Otros Autores: Bush, Alex (writer of foreword.)
Formato: Electrónico eBook
Idioma:Inglés
Publicado: Birmingham, UK : Packt Publishing, 2015.
Colección:Community experience distilled.
Temas:
Acceso en línea:Texto completo
Texto completo

MARC

LEADER 00000cam a2200000 i 4500
001 EBSCO_ocn921930887
003 OCoLC
005 20231017213018.0
006 m o d
007 cr unu||||||||
008 150923s2015 enka o 001 0 eng d
040 |a UMI  |b eng  |e rda  |e pn  |c UMI  |d IDEBK  |d YDXCP  |d EBLCP  |d DEBBG  |d COO  |d IDB  |d OCLCQ  |d MERUC  |d OCLCQ  |d TEFOD  |d N$T  |d OCLCF  |d CEF  |d UKMGB  |d OCLCQ  |d WYU  |d UAB  |d AU@  |d UKAHL  |d OCLCQ  |d NLW  |d OCLCQ  |d QGK  |d OCLCO  |d OCLCQ  |d OCLCO 
016 7 |a 018005596  |2 Uk 
019 |a 919682708  |a 919875520  |a 929506306  |a 932321176  |a 1259101736 
020 |a 9781782174622  |q (electronic bk.) 
020 |a 1782174621  |q (electronic bk.) 
020 |z 9781783551620 
020 |z 1783551623 
029 1 |a CHNEW  |b 000892945 
029 1 |a CHVBK  |b 374521026 
029 1 |a DEBBG  |b BV043020357 
029 1 |a DEBBG  |b BV043624960 
029 1 |a DEBSZ  |b 455699291 
029 1 |a GBVCP  |b 882847279 
029 1 |a UKMGB  |b 018005596 
035 |a (OCoLC)921930887  |z (OCoLC)919682708  |z (OCoLC)919875520  |z (OCoLC)929506306  |z (OCoLC)932321176  |z (OCoLC)1259101736 
037 |a CL0500000650  |b Safari Books Online 
037 |a 85E2E546-6FFD-4879-8B37-07FBDFD833E5  |b OverDrive, Inc.  |n http://www.overdrive.com 
050 4 |a T55.4-60.8 
072 7 |a COM  |x 051280  |2 bisacsh 
082 0 4 |a 005.2762  |2 23 
049 |a UAMI 
100 1 |a Fedosejev, Artemij,  |e author. 
245 1 0 |a React.js essentials :  |b a fast-paced guide to designing and building scalable and maintainable web apps with React.js /  |c Artemij Fedosejev ; foreword by Alex Bush. 
246 3 0 |a Fast-paced guide to designing and building scalable and maintainable web apps with React.js 
264 1 |a Birmingham, UK :  |b Packt Publishing,  |c 2015. 
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 
490 1 |a Community experience distilled 
588 0 |a Online resource; title from cover (Safari, viewed September 20, 2015). 
500 |a Includes index. 
505 0 |a Cover ; Copyright; Credits; Foreword; About the Author; About the Reviewers; www.PacktPub.com; Table of Contents; Preface; Chapter 1: Installing Powerful Tools for Your Project ; Approaching our project; Installing Node.js and npm; Installing Git; Getting data from the Twitter Streaming API; Filtering data with Snapkite Engine; Creating the project structure; Creating package.json; Reusing Node.js modules; Building with Gulp.js; Creating a web page; Summary; Chapter 2: Create Your First React Element ; Understanding the virtual DOM ; Installing React. 
505 8 |a Creating React Elements with JavaScriptThe type parameter; The props parameter; The children parameter; Rendering React Elements; Creating React Elements with JSX; Summary; Chapter 3: Create Your First React Component ; Stateless versus stateful; Creating your first stateless React component; Creating your first stateful React component; Summary; Chapter 4: Make Your React Components Reactive ; Solving a problem using React; Planning your React application; Creating a container React component; Summary; Chapter 5: Use Your React Components with Another Library. 
505 8 |a Using another library in your React componentUnderstanding React component's lifecycle methods; Mounting methods; The getInitialState method; The componentWillMount method; The componentDidMount method; Unmounting methods; The componentWillUnmount method; Summary; Chapter 6: Update Your React Components ; Understanding component lifecycle's updating methods; The componentWillReceiveProps method; The shouldComponentUpdate method; The componentWillUpdate method; The componentDidUpdate method; Setting default React component properties; Validating React component properties. 
505 8 |a Creating a Collection componentSummary; Chapter 7 : Build Complex React Components ; Creating the TweetList component; Creating the CollectionControls component; Creating the CollectionRenameForm component; Creating the Button component; Creating the CollectionExportForm component; Summary; Chapter 8: Test Your React Application with Jest ; Why write unit tests?; Creating test suits, specs, and expectations; Installing and running Jest; Creating multiple specs and expectations; Testing React components; Summary; Chapter 9: Supercharge Your React Architecture with Flux. 
505 8 |a Analyzing your web application's architectureUnderstanding Flux; Creating a dispatcher; Creating an action creator; Creating a store; Summary; Chapter 10: Prepare Your React Application for Painless Maintenance with Flux ; Decoupling concerns with Flux; Refactoring the Stream component; Creating CollectionStore; Creating CollectionActionCreators; Refactoring the Application component; Refactoring the Collection component; Refactoring the CollectionControls component; Refactoring the CollectionRenameForm component; Refactoring the TweetList component; Refactoring the StreamTweet component. 
520 |a A fast-paced guide to designing and building scalable and maintainable web apps with React.js About This Book Build maintainable and performant user interfaces for your web applications using React.js Create reusable React.js components to save time and effort in maintaining your user interfaces Learn how to build a ready-to-deploy React.js web application, following our step-by-step tutorial Who This Book Is For If you're a front-end developer with knowledge of jQuery and its libraries, along with frameworks, such as Angular. JS and Backbone. JS, or native JavaScript development, and you wish to use the fastest web user interface library there is, then this book is ideal for you. What You Will Learn Install powerful React.js tools to make development much more efficient Create React elements with properties and children Get started with stateless and stateful React components Use JSX to speed up your React.js development process Add reactivity to your React components with lifecycle methods Integrate your React components with other JavaScript libraries Utilize the Flux application architecture with your React components Test your React components with Jest test framework In Detail Building web applications with maintainable and performant user interfaces is a challenge that many have faced for more than a decade, but no one has risen to this challenge quite like React.js. Today React.js is used by Facebook, Instagram, Khan Academy, and Imperial College London, to name a few. Many new users recognize the benefits of React.js and adopt it in their own projects, forming a fast-growing community. The speed at which React.js has evolved promises a bright future for those who invest in learning it today. React.js Essentials will take you on a fast-paced journey through building your own maintainable React.js application. Begin by exploring how you can create single and multiple user interface elements. Create stateless and stateful components and make them reactive, learn to interact between your components and lifecycle methods and gauge how to effectively integrate your user interface components with other JavaScript libraries. Delve deep into the core elements of the Flux architecture and learn how to manage your application using stores. Finish by going that extra mile with the Jest test framework, running multiple tests on your application and find solutions to scale it further without complexity. Style and approach The book adopts a step-by-st ... 
590 |a O'Reilly  |b O'Reilly Online Learning: Academic/Public Library Edition 
590 |a eBooks on EBSCOhost  |b EBSCO eBook Subscription Academic Collection - Worldwide 
650 0 |a Web applications. 
650 0 |a Web applications  |x Design. 
650 0 |a JavaScript (Computer program language) 
650 0 |a Application software  |x Development. 
650 6 |a Applications Web. 
650 6 |a JavaScript (Langage de programmation) 
650 6 |a Logiciels d'application  |x Développement. 
650 7 |a COMPUTERS  |x Programming Languages  |x Java.  |2 bisacsh 
650 7 |a Application software  |x Development  |2 fast 
650 7 |a JavaScript (Computer program language)  |2 fast 
650 7 |a Web applications  |2 fast 
700 1 |a Bush, Alex,  |e writer of foreword. 
776 0 8 |i Print version:  |a Fedosejev, Artemij.  |t React.js Essentials.  |d Olton Birmingham : Packt Publishing Ltd, ©2015  |z 9781783551620 
830 0 |a Community experience distilled. 
856 4 0 |u https://learning.oreilly.com/library/view/~/9781783551620/?ar  |z Texto completo 
856 4 0 |u https://ebsco.uam.elogim.com/login.aspx?direct=true&scope=site&db=nlebk&AN=1057599  |z Texto completo 
938 |a Askews and Holts Library Services  |b ASKH  |n AH29178385 
938 |a ProQuest Ebook Central  |b EBLB  |n EBL3564808 
938 |a EBSCOhost  |b EBSC  |n 1057599 
938 |a ProQuest MyiLibrary Digital eBook Collection  |b IDEB  |n cis32459777 
938 |a YBP Library Services  |b YANK  |n 12591683 
994 |a 92  |b IZTAP