Ebooks Gratuits

Le plus grand univers d'ebooks au format PDF et EPUB

Trouver votre ebook...

Nous avons trouvé un total de 40 livres disponibles en téléchargement
Concevez des applications mobiles avec React Native

Concevez des applications mobiles avec React Native

Auteure: Blaise Barré

Nombre de pages: 223

Le framework mobile créé par Facebook À l'origine de React Native, il y a React.js, une bibliothèque JavaScript développée par une équipe d'ingénieurs de Facebook exclusivement pour Facebook. Repris ensuite par Instagram (qui appartient à Facebook), le code source est rendu libre en mars 2013. Début 2015, Facebook annonce React Native, un framework qui se fonde sur les mêmes composants que React.js, adapté au mobile. Le framework offre donc la possibilité de développer de manière native sur iOS, Android et Windows Phone. Contrairement à Ionic, React Native, lui, est compilé. C'est-à-dire que chaque partie de l'interface est conçue sur mesure et s'adapte complètement à la plate-forme. Que vous affichiez un bouton, une zone de texte, une image ou n'importe quoi d'autre, vous allez alors vous servir d'un composant React Native que le framework va se charger lui-même de transformer en composant natif. Cet ouvrage va vous permettre de découvrir et de vous perfectionner en React Native et vous donnera les clés pour monétiser votre application sur les kiosques mobiles d'Apple et de Google. Cette seconde édition tient compte des dernières évolutions de React...

React.js

React.js

Auteure: Eric Sarrion

Nombre de pages: 360

Un ouvrage de référence pour les développeurs web En tant que développeur, qui n'a pas encore entendu parler de React.js (ou React de façon raccourcie) ? Cette bibliothèque JavaScript, initialement écrite pour Facebook (en 2013), s'utilise mai

React Native for Mobile Development

React Native for Mobile Development

Auteure: Akshat Paul , Abhishek Nalwaya

Nombre de pages: 243

Develop native iOS and Android apps with ease using React Native. Learn by doing through an example-driven approach, and have a substantial running app at the end of each chapter. This second edition is fully updated to include ES7 (ECMAScript 7), the latest version of React Native (including Redux), and development on Android. You will start by setting up React Native and exploring the anatomy of React Native apps. You'll then move on to Redux data flow, how it differs from flux, and how you can include it in your React Native project to solve state management differently and efficiently. You will also learn how to boost your development by including popular packages developed by the React Native community that will help you write less; do more. Finally, you'll learn to how write test cases using Jest and submit your application to the App Store. React Native challenges the status quo of native iOS and Android development with revolutionary components, asynchronous execution, unique methods for touch handling, and much more. This book reveals the the path-breaking concepts of React.js and acquaints you with the React way of thinking so you can learn to create stunning user...

Hands-On Design Patterns with React Native

Hands-On Design Patterns with React Native

Auteure: Mateusz Grzesiukiewicz

Nombre de pages: 297

Learn how to write cross platform React Native code by using effective design patterns in the JavaScript world. Get to know industry standard patterns as well as situational patterns. Decouple your application with these set of “Idea patterns”. Key FeaturesMobile development in React Native should be done in a reusable way. Learn how to build scalable applications using JavaScript patterns that are battle tested.Try effective techniques on your own using over 80 standalone examples.Book Description React Native helps developers reuse code across different mobile platforms like iOS and Android. This book will show you effective design patterns in the React Native world and will make you ready for professional development in big teams. The book will focus only on the patterns that are relevant to JavaScript, ECMAScript, React and React Native. However, you can successfully transfer a lot of the skills and techniques to other languages. I call them “Idea patterns”. This book will start with the most standard development patterns in React like component building patterns, styling patterns in React Native and then extend these patterns to your mobile application using real...

COURS COMPLET DE PROGRAMMATION D'APPLICATIONS POUR ANDROID ET IOS

COURS COMPLET DE PROGRAMMATION D'APPLICATIONS POUR ANDROID ET IOS

Auteure: Marcel Souza

Nombre de pages: 172

Le livre "Cours Complet de Programmation d'Applications pour Android et iOS" est une œuvre complète et essentielle pour ceux qui souhaitent plonger dans le monde passionnant du développement d'applications mobiles. Rédigé par des experts expérimentés en programmation d'applications, cet ouvrage est un guide exhaustif qui aborde tous les aspects essentiels du développement pour les deux principales plateformes mobiles : Android et iOS. Avec une approche pratique et étape par étape, le livre part de zéro, convient aussi bien aux débutants qu'aux développeurs intermédiaires, offrant une base solide en programmation mobile. Les lecteurs apprendront à créer des applications pour les appareils Android et iOS, depuis la configuration de l'environnement de développement jusqu'à la mise en œuvre de fonctionnalités avancées. Le livre couvre des sujets tels que l'introduction aux langages de programmation Java (pour Android) et Swift (pour iOS), l'utilisation des environnements de développement intégrés populaires tels qu'Android Studio et Xcode, ainsi que l'explication des concepts fondamentaux de la conception UI/UX, du stockage de données, de l'intégration d'API, ...

React Native By Example

React Native By Example

Auteure: Richard Kho

Nombre de pages: 408

Leverage the full potential of the React Native framework to build and deploy your own native mobile applications for iOS and Android About This Book Work on native APIs and UI Elements using React Native Get the best of both worlds: the power of native approach and the fluidity of JavaScript Create increasingly complex real-world applications and dive deeper into React Native Who This Book Is For If you are keen on learning to use the revolutionary mobile development tool React Native to build native mobile applications, then this book is for you. Prior experience with JavaScript would be useful. What You Will Learn How to create mobile-performant iOS and Android apps using JavaScript and React The potential of each API and component, putting them into practice throughout the course of three projects The process of integrating the Facebook SDK to build an app that connects to third-party data Every step taken to implement Redux, a popular state management library, in your mobile apps The requirements for building and deploying your apps to market, with detailed instructions on how to release and beta test apps on both the Apple App Store and Google Play In Detail React Native's...

React Native Blueprints

React Native Blueprints

Auteure: Emilio Rodriguez Martinez

Nombre de pages: 338

Develop real world Android and iOS applications with the power of React native. About This Book Build quirky and fun projects from scratch and become efficient with React Native Learn to build professional Android and iOS applications with your JavaScript skills Use Isomorphic principles to build mobile apps that offer a native user experience Who This Book Is For This book is for developers who want to use their JavaScript knowledge for mobile development. Prior knowledge of React will be beneficial. What You Will Learn Structure React Native projects to ease maintenance and extensibility Optimize a project to speed up development Make a React Native project production-ready Use external modules to speed up the development and maintenance of your projects Explore the different UI and code patterns to be used for iOS and Android Get to know the best practices when building apps in React Native In Detail Considering the success of the React framework, Facebook recently introduced a new mobile development framework called React Native. With React Native's game-changing approach to hybrid mobile development, you can build native mobile applications that are much more powerful,...

Learning React Native

Learning React Native

Auteure: Bonnie Eisenman

Nombre de pages: 242

Get a practical introduction to React Native, the JavaScript framework for writing and deploying fully featured mobile apps that render natively. The second edition of this hands-on guide shows you how to build applications that target iOS, Android, and other mobile platforms instead of browsers—apps that can access platform features such as the camera, user location, and local storage. Through code examples and step-by-step instructions, web developers and frontend engineers familiar with React will learn how to build and style interfaces, use mobile components, and debug and deploy apps. You’ll learn how to extend React Native using third-party libraries or your own Java and Objective-C libraries. Understand how React Native works under the hood with native UI components Examine how React Native’s mobile-based components compare to basic HTML elements Create and style your own React Native components and applications Take advantage of platform-specific APIs, as well as modules from the framework’s community Incorporate platform-specific components into cross-platform apps Learn common pitfalls of React Native development, and tools for dealing with them Combine a large...

Essentials of Javascript

Essentials of Javascript

Auteure: Shaaran Lakshminarayanan

Nombre de pages: 27

Do you want to make applications for Android and iOS ? Are you a developer who is bored of writing code for both Android and iOS ? In this series of books we will overcome the problem of having to write code for Android and iOS by using React Native. React Native is a framework developed by Facebook for creating native-style apps for iOS & Android under one common language, JavaScript. Initially, Facebook only developed React Native to support iOS. However with its recent support of the Android operating system, the library can now render mobile UIs for both platforms. Why React Native ? Not only react native allows you to create cross platform applications but react native also makes updating apps simple through over-the-app updates. Over the air update in react native is achieved through technologies such as CodePush with a few lines of code. Armed with React Native you’ll finally be able to make apps of your choice in no time and I’m glad to show you what React Native can do through this series of books. In this book we will learn the core concepts of Javascript to help us with our React Native Journey.

React and React Native

React and React Native

Auteure: Adam Boduch

Nombre de pages: 485

Use React and React Native to build applications for desktop browsers, mobile browsers, and even as native mobile apps About This Book Build React and React Native applications using familiar component concepts Dive deep into each platform, from routing in React to creating native mobile applications that can run offline Use Facebook's Relay, React and GraphQL technologies, to create a unified architecture that powers both web and native applications Who This Book Is For This book is written for any JavaScript developer—beginner or expert—who wants to start learning how to put both of Facebook's UI libraries to work. No knowledge of React is needed, though a working knowledge of ES2015 will help you follow along better. What You Will Learn Craft reusable React components Control navigation using the React Router to help keep your UI in sync with URLs Build isomorphic web applications using Node.js Use the Flexbox layout model to create responsive mobile designs Leverage the native APIs of Android and iOS to build engaging applications with React Native Respond to gestures in a way that's intuitive for the user Use Relay to build a unified data architecture for your React UIs...

React Native in Action

React Native in Action

Auteure: Nader Dabit

Nombre de pages: 497

Summary React Native in Action gives iOS, Android, and web developers the knowledge and confidence they need to begin building high-quality iOS and Android apps using the React Native framework. Purchase of the print book includes a free eBook in PDF, Kindle, and ePub formats from Manning Publications. About the Technology React Native gives mobile and web developers the power of "and." Write your app once and easily deploy it to iOS and Android and the web. React Native apps compile into platform-specific code, reducing development time, effort, and cost! And because you're using JavaScript and the React framework, you benefit from a huge ecosystem of tools, expertise, and support. About the Book React Native in Action teaches you to build high-quality cross-platform mobile and web apps. In this hands-on guide, you'll jump right into building a complete app with the help ofclear, easy-to-follow instructions. As you build your skills, you'll drill down to more-advanced topics like styling, APIs, animations, data architecture, and more! You'll also learn how to maximize code reuse without sacrificing native platform look-and-feel. What's Inside Building cross-platform mobile and...

React: Cross-Platform Application Development with React Native

React: Cross-Platform Application Development with React Native

Auteure: Emilio Rodriguez Martinez

Nombre de pages: 183

With React Native, you can build native mobile apps that are much more powerful, interactive, and faster by using JavaScript. React Native helps web and mobile developers to build cross-platform apps at a high level. This book takes you through four projects to help understand of the framework and build mobile apps with native user experience.

React Native for iOS Development

React Native for iOS Development

Auteure: Akshat Paul , Abhishek Nalwaya

Nombre de pages: 179

React Native for iOS Development is your hands-on guide to developing native iOS apps with ease. React Native challenges the status quo of native iOS development with revolutionary components, asynchronous execution, unique methods for touch handling, and much more. React Native eliminates the need for Objective-C and instead uses the power of JavaScript and React to build excellent native apps. You will begin by understanding the path breaking concepts of React.js, which makes it distinctive. You will set up React Native and begin exploring the anatomy of React Native apps. You’ll also learn about flux architecture, how it differs from MVC, and how you can include it in your React Native project to solve problems differently and efficiently. Next, you will learn to create stunning user interfaces and interact with various device capabilities. You will then boost your development by including some popular packages already developed by the React Native community that will helps you write less but do more. Finally, you’ll learn to how write test cases and submit your application to App Store. Using real-world examples with an example-driven approach, you will learn by doing and...

React Native Cookbook

React Native Cookbook

Auteure: Jonathan Lebensold

Nombre de pages: 173

Tackling an app development project on multiple platforms is no simple task. When time is in short supply and customers need access from the tap of a home screen, React Native can provide a lean development team with the tools needed to deliver a multi-platform native experience without juggling multiple programming languages and shifting code bases. React Native is an emerging technology and best practices are only beginning to bubble up. Fortunately, a growing user community—from tech giants such as Facebook, Yahoo, and Airbnb to the independent developers—is hard at work codifying patterns and best practices for how to use React Native. This cookbook is another milestone on that journey. Aimed at people with some JavaScript and web development experience, the first part of this cookbook covers some simple tips for getting started with React Native. Part 2 will cover some emerging patterns that are commonly found in most native applications.

React Native Cookbook

React Native Cookbook

Auteure: Dan Ward

Nombre de pages: 583

Improve your React Native mobile development skills and transition from web to mobile development with this solution-packed guide Key FeaturesLearn strategies and techniques to face React Native mobile development challenges head-onExplore ways to use iOS and Android for React Native development to maximize code reuse and cohesionBuild engaging user experiences with React NativeBook Description If you are a developer looking to create mobile applications with maximized code reusability and minimized cost, React Native is what you need. With this practical guide, you'll be able to build attractive UIs, tackle common problems in mobile development, and achieve improved performance in mobile environments. This book starts by covering the common techniques for React Native customization and helps you set up your development platforms. Over the course of the book, you'll work through a wide variety of recipes that help you create, style, and animate your apps with built-in React Native and custom third-party components. You'll also develop real-world browser-based authentication, build a fully functional audio player, and integrate Google Maps in your apps. This book will help you...

Tout JavaScript - 3e éd.

Tout JavaScript - 3e éd.

Auteure: Olivier Hondermarck

Nombre de pages: 547

Ce livre s’adresse à tous les développeurs web, qu’ils soient débutants ou avancés. Le JavaScript sert avant tout à rendre les pages web interactives et dynamiques du côté de l’utilisateur, mais il est également de plus en plus utilisé pour créer des applications complètes, y compris côté serveur. La première partie de ce livre couvre l’ensemble des fonctionnalités du JavaScript (version ECMAScript 6 jusque ES2020) et passe en revue les bonnes pratiques de programmation. La deuxième partie porte sur l’interactivité avec les utilisateurs (interfaces, formulaires, gestion des erreurs, appels asynchrones, géolocalisation, notifications, dessin...). La troisième partie permet de s’initier aux aspects les plus avancés du JavaScript tels que Node.js, React, Vue.js, jQuery ou les Web Workers. Une première annexe guide le développeur web dans l’installation en local de son environnement de travail complet avec serveur web, PHP et base de données, grâce à Docker. Une deuxième introduit l’usage du JavaScript dans l’environnement cloud Google Sheets, et une dernière concerne CSS. Les renvois de type tjs.ovh/nomScript qui sont présents au fil des...

Practical React Native

Practical React Native

Auteure: Frank Zammetti

Nombre de pages: 342

Discover how to use React Native in the real world, from scratch. This book shows you what React Native has to offer, where it came from, and where it’s going. You'll begin with a solid foundation of practical knowledge, and then build on it immediately by constructing three different apps. You'll learn how to use each feature of React Native by working on two full projects and one full game. These aren’t just simple React Native Hello World examples (although you’ll naturally start there!) but are apps that you can, if you so choose, install on your mobile devices and use for real. Throughout this book, you'll gain real-world familiarity with React Native as well as supporting components from Expo, NativeBase, React Navigation and the Redux and Lodash libraries. You'll also build server-side code for a mobile React Native app to talk to using the popular Node.js and Socket.io library, providing you a holistic view of things even beyond React Native. And, you'll see many helpful tips, tricks and gotchas to watch out for along the way! Practical React Native offers practical exercises that will give you a solid grasp of building apps with React Native, allowing you to...

Programmation Web pour les Nuls

Programmation Web pour les Nuls

Auteure: Chris Minnick , Nikhil Abraham , Eva Holland , Dominique Maniez

Nombre de pages: 563

Un livre indispensable pour débuter dans le développement d'applications pour le Web Ce livre va vous donner les bases nécessaire au développement de site Web modernes. Vous découvrirez les différents langages du Web et la manière d'optimiser leur utilisation dans le développement de vos applications. Au programme : Les bases du HTML Utiliser les styles avec les CSS Utiliser Flexbox pour organier ses pages Ecrire des programmes en JavaScript Mettre en oeuvre Ajax et JSON

React Projects

React Projects

Auteure: Roy Derks

Nombre de pages: 465

Build cross-platform applications of varying complexity for the web, mobile, and VR devices using React tooling Key FeaturesBuild React applications at scale using effective React patterns and best practicesExplore React features such as Hooks, the Context API, and the Suspense APIExtend React’s integration with React Native for building cross-platform mobile apps and gamesBook Description Developed by Facebook, React is a popular library for building impressive user interfaces. React extends its capabilities to the mobile platform using the React Native framework and integrates with popular web and mobile tools to build scalable applications. React Projects is your guide to learning React development by using modern development patterns and integrating React with powerful web tools such as GraphQL, Expo, and React 360. You'll start building a real-world project right from the first chapter and get hands on with developing scalable applications as you advance to building more complex projects. Throughout the book, you'll use the latest versions of React and React Native to explore features such as Higher Order Components (HOC), Context, and Hooks on multiple platforms, which...

React and React Native

React and React Native

Auteure: Adam Boduch , Roy Derks

Nombre de pages: 505

Get up to speed with React, React Native, GraphQL and Apollo for building cross-platform native apps with the help of practical examples Key FeaturesCovers the latest features of React such as Hooks, Suspense, NativeBase, and Apollo in this updated third editionGet to grips with the React architecture for writing easy-to-manage web and mobile applicationsUnderstand GraphQL and Apollo for building a scalable backend for your cross-platform appsBook Description React and React Native, Facebook's innovative User Interface (UI) libraries, are designed to help you build robust cross-platform web and mobile applications. This updated third edition is improved and updated to cover the latest version of React. The book particularly focuses on the latest developments in the React ecosystem, such as modern Hook implementations, code splitting using lazy components and Suspense, user interface framework components using Material-UI, and Apollo. In terms of React Native, the book has been updated to version 0.62 and demonstrates how to apply native UI components for your existing mobile apps using NativeBase. You will begin by learning about the essential building blocks of React components....

JavaScript Everywhere

JavaScript Everywhere

Auteure: Adam D Scott

Nombre de pages: 344

JavaScript is the little scripting language that could. Once used chiefly to add interactivity to web browser windows, JavaScript is now a primary building block of powerful and robust applications. In this practical book, new and experienced JavaScript developers will learn how to use this language to create APIs as well as web, mobile, and desktop applications. Author and engineering leader Adam D. Scott covers technologies such as Node.js, GraphQL, React, React Native, and Electron. Ideal for developers who want to build full stack applications and ambitious web development beginners looking to bootstrap a startup, this book shows you how to create a single CRUD-style application that will work across several platforms. Explore GraphQL's simple process for querying data Learn about shared authentication for APIs, web apps, and native applications Build performant web applications with React and Styled Components Use React Native to write cross-platform applications for iOS and Android that compile to native code Learn how to write desktop applications with Electron

Getting Started with React Native

Getting Started with React Native

Auteure: Ethan Holmes , Tom Bray

Nombre de pages: 172

Learn to build modern native iOS and Android applications using JavaScript and the incredible power of React About This Book Learn to design and build a fully-featured application using the newest cutting-edge framework from Facebook Leverage your JavaScript skills to become a native app developer Develop custom UI components, implement smooth navigation, and access native features such as geolocation and local storage Who This Book Is For This book is for web developers who want to learn to build fast, good-looking, native mobile applications using the skills they already have. If you already have some JavaScript knowledge or are using React on the web, then you will be able to quickly get up and running with React Native for iOS and Android. What You Will Learn Set up the React Native environment on both devices and emulators Gain an in-depth understanding of how React Native works behind the scenes Write your own custom native UI components Learn the ins and outs of screen navigation Master the art of layout and styles Work with device-exclusive data such as geolocation Develop native modules in Objective-C and Java that interact with JavaScript Test and deploy your application ...

Learning React Native

Learning React Native

Auteure: Bonnie Eisenman

Nombre de pages: 0

Get a practical introduction to React Native, the JavaScript framework for writing and deploying fully featured mobile apps that look and feel native. With this hands-on guide, you'll learn how to build applications that target iOS, Android, and other mobile platforms instead of browsers. You'll also discover how to access platform features such as the camera, user location, and local storage. With code examples and step-by-step instructions, author Bonnie Eisenman shows web developers and frontend engineers how to build and style interfaces, use mobile components, and debug and deploy apps. Along the way, you'll build several increasingly sophisticated sample apps with React Native before putting everything together at the end. Learn how React Native provides an interface to native UI components Examine how the framework uses native components analogous to HTML elements Create and style your own React Native components and applications Install modules for APIs and features not supported by the framework Get tools for debugging your code, and for handling issues outside of JavaScript Put it all together with the Zebreto effective-memorization flashcard app Deploy apps to the iOS...

Professional React Native

Professional React Native

Auteure: Alexander Benedikt Kuttig

Nombre de pages: 269

Learn how React Native works under the hood and what this means for building large-scale, cross-platform, production-ready applications without compromising on the quality and performance Key FeaturesExplore a modern approach to React Native, covering state management, animations, gestures, and moreImplement best practices and practical techniques for creating large-scale, production-ready appsCreate a development process including workflow automation with GitHub Actions, Fastlane, and BitriseBook Description The React Native framework offers a range of powerful features that make it possible to efficiently build high-quality, easy-to-maintain frontend applications across multiple platforms such as iOS, Android, Linux, Mac OS X, Windows, and the web, helping you save both time and money. And this book is your key to unlocking its capabilities. Professional React Native provides the ultimate coverage of essential concepts, best practices, advanced processes, and tips for everyday developer problems. The book makes it easy to understand how React Native works under the hood using step-by-step explanations and practical examples so you can use this knowledge to develop highly...

Getting Started with React

Getting Started with React

Auteure: Doel Sengupta , Manu Singhal , Danillo Corvalan

Nombre de pages: 212

A light but powerful way to build dynamic real-time applications using ReactJS About This Book Learn how to develop powerful JavaScript applications using ReactJS Integrate a React-based app with an external API (Facebook login) while using React components, with the Facebook developer app Implement the Reactive paradigm to build stateless and asynchronous apps with React Who This Book Is For This book is for any front-end web or mobile-app developer who wants to learn ReactJS. Knowledge of basic JavaScript will give you a good head start with the book. What You Will Learn Understand the ReactJS basics through an overview Install and create your first React component Refactor the ReactJS component using JSX Integrate your React application with the Facebook login and Graph API, then fetch data from your liked pages in Facebook and display them in a browser Handle UI elements events with React, respond to users input, and create stateful components Use some core lifecycle events for integration and find out about ES6 syntaxes in the React world Understand the FLUX architecture and create an application using FLUX with React Make a component more reusable with mixins and validation...

TOUT SAVOIR SUR JAVASCRIPT PYTHON JAVA C# ET SQL

TOUT SAVOIR SUR JAVASCRIPT PYTHON JAVA C# ET SQL

Auteure: Marcel Souza

Nombre de pages: 174

Découvrez tout ce que vous devez savoir sur JavaScript, Python, Java, C# et SQL grâce à ce guide complet. Ce livre est votre ressource incontournable pour maîtriser ces langages de programmation essentiels et développer vos compétences en développement logiciel et en gestion de bases de données. À travers ces pages, plongez dans l'univers passionnant de la programmation en apprenant les bases et les applications pratiques de ces langages. Vous découvrirez comment écrire du code efficace, créer des applications polyvalentes et manipuler des données de manière experte. Ce livre vous guidera également à travers des exemples concrets et des projets pratiques, vous montrant comment utiliser ces langages pour résoudre des problèmes réels. Que vous soyez débutant ou développeur expérimenté, ce guide vous fournira les compétences nécessaires pour exceller dans le monde de la programmation et de la gestion de bases de données. JavaScript, Python, Java, C# et SQL sont des langages fondamentaux qui alimentent de nombreuses applications et systèmes informatiques. Ce livre vous prépare à maîtriser ces langages essentiels et à devenir un professionnel compétent...

Simplifying State Management in React Native

Simplifying State Management in React Native

Auteure: Aleksandra Desmurs-linczewska

Nombre de pages: 202

Make fact-based decisions by comparing different solutions and learning popular ways to manage state in React Native with clear guidelines and recommendations by a React Native expert Key FeaturesExplore the big picture of state management in React Native using the most simplified versionImplement state management solutions by building a social media clone appCompare different state solutions in a contained environment to choose the best fit for your future projectsBook Description Managing state in a React Native app can be challenging as it is one of the most difficult concepts to grasp while learning React Native. This is because there are so many ways to do it, and because there is a lack of clear guidelines on what should be used and why. Simplifying State Management in React Native is a comprehensive introduction for those who are new to creating robust React Native apps that will have you up to speed in no time. You'll get to grips with the different state management strategies and libraries available. As you progress through the chapters, you'll try out different solutions, as well as compare and choose which solution is perfectly suited to your future projects and...

Mastering React Native

Mastering React Native

Auteure: Eric Masiello , Jacob Friedmann

Nombre de pages: 490

Leverage frontend development skills to build impressive iOS and Android applications with React Native About This Book Apply flexbox to get layout and build rich animations that bring your React Native application to life Integrate third-party libraries and develop customized components that run natively on iOS and Android platforms Combine React Native with Redux, Redux middleware, and a remote API to build scalable data-driven applications Who This Book Is For This book is for anyone who wants to build cross-platform native mobile applications using only JavaScript and the React Native framework. In particular, this book is especially useful for front-end developers who want to use their current skillset to build mobile applications. An existing working knowledge of JavaScript will help you get the most out of this book. What You Will Learn Implement native React Native components and APIs Explore React's JSX syntax Manage data using Redux and Redux middleware Build applications with React Native on both iOS and Android platforms Perform animations in your applications using the animation APIs Understand routing and Navigator comparison Create your own Native module In Detail...

Lightning-Fast Mobile App Development with Galio

Lightning-Fast Mobile App Development with Galio

Auteure: Alin Gheorghe

Nombre de pages: 273

Leverage the power of Galio and React Native to create beautifully designed, practical, and exciting mobile apps Key FeaturesUnderstand Galio and quickly build cross-platform mobile appsDiscover how to put Galio into practice by implementing it in real-world scenariosBuild beautiful apps using Galio by taking advantage of its carefully crafted componentsBook Description Galio is a free open source React Native framework that enables beginner-level programmers to quickly build cross-platform mobile apps by leveraging its beautifully designed ready-made components. This book helps you to learn about React Native app development while building impressive out-of-the-box apps with Galio. Lightning Fast Mobile App Development with Galio takes a hands-on approach to implementation and associated methodologies that will have you up and running and productive in no time. Complete with step-by-step explanations of essential concepts, practical examples, and self-assessment questions, you will begin by exploring the basics of React Native and understanding how Galio works. As you make progress, you'll learn how to initialize and configure a React Native app and get to grips with the basics...

React in Action

React in Action

Auteure: Mark Thomas

Nombre de pages: 498

Summary React in Action introduces front-end developers to the React framework and related tools. This clearly written, example-rich book begins by introducing you to React, diving into some of the fundamental ideas in React, and working with components. In the second section, you'll explore the different ways that data works in React as well as learning more about components. You'll also find several useful appendixes covering related topics like React tooling and the React ecosystem. Purchase of the print book includes a free eBook in PDF, Kindle, and ePub formats from Manning Publications. About the Technology Facebook created React to help deliver amazing user experiences on a website with thousands of components and an incomprehensible amount of traffic. The same powerful tools are available to you too! The key is a clever design for managing state, data flow, and rendering, so your application is easy to think about and runs smoothly. Add an incredibly rich ecosystem of components and libraries, and you've got a recipe for building web apps that will delight both developers and users. About the Book React in Action teaches you to think like a pro about user interfaces and...

MASTER EN PROGRAMMATION

MASTER EN PROGRAMMATION

Auteure: Marcel Souza

Nombre de pages: 92

Découvrez l'univers de la programmation à travers ce programme captivant. Ce cours complet est votre ressource inestimable pour maîtriser l'art de la programmation, que vous soyez un débutant cherchant à acquérir des compétences de base ou un programmeur expérimenté visant à perfectionner ses connaissances. À travers ces leçons, plongez dans le monde de la programmation en apprenant les langages de programmation, les techniques de codage, et les meilleures pratiques pour développer des logiciels et des applications. Vous découvrirez comment résoudre des problèmes complexes, créer des applications innovantes, et maîtriser les technologies les plus récentes. Ce programme vous guidera à travers des exercices pratiques, des projets concrets, et des conseils d'experts pour vous aider à devenir un développeur de logiciels compétent. Que vous souhaitiez poursuivre une carrière dans la programmation ou simplement acquérir des compétences techniques précieuses, ce cours vous fournira les connaissances nécessaires pour exceller dans le monde de la programmation. La programmation est une compétence essentielle dans l'ère numérique d'aujourd'hui, et ce programme ...

The The React Workshop

The The React Workshop

Auteure: Brandon Richey , Ryan Yu , Endre Vegh , Theofanis Despoudis , Anton Punith , Florian Sloot

Nombre de pages: 805

Work through engaging exercises and activities and gain practical skills to make your web applications function effortlessly with the help of React Key FeaturesExplore the React environment by creating live projectsSolve real-world problems relating to building modern web applicationsGain a thorough understanding of how data moves through different React componentsBook Description Are you interested in how React takes command of the view layer for web and mobile apps and changes the data of large web applications without needing to reload the page? This workshop will help you learn how and show you how to develop and enhance web apps using the features of the React framework with interesting examples and exercises. The workshop starts by demonstrating how to create your first React project. You’ll tap into React’s popular feature JSX to develop templates and use DOM events to make your project interactive. Next, you’ll focus on the lifecycle of the React component and understand how components are created, mounted, unmounted, and destroyed. Later, you’ll create and customize components to understand the data flow in React and how props and state communicate between...

React.js Essentials

React.js Essentials

Auteure: Artemij Fedosejev

Nombre de pages: 208

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 ...

React Projects

React Projects

Auteure: Roy Derks

Nombre de pages: 384

Learn how to develop real-world applications of varying complexity for the web, mobile, and VR devices using React, React Native, React 360, and more Key Features • Build React applications at scale using React patterns and best practices • Explore React features such as Hooks, the Context API, and the Suspense API • Extend React's integration with React Native for building cross-platform mobile apps and games Book Description Developed by Facebook, React is a popular library for building impressive user interfaces. React extends its capabilities to mobile platforms using the React Native framework and integrates with popular web and mobile tools to build scalable applications. React Projects is your guide to learning React development by using modern development patterns and integrating React with powerful web tools, such as GraphQL, Expo, and React 360. You'll start building a real-world project right from the first chapter and get hands-on with developing scalable applications as you advance to building more complex projects. Throughout the book, you'll use the latest versions of React and React Native to explore features such as routing, Context, and Hooks on multiple...

React Cookbook

React Cookbook

Auteure: Carlos Santana Roldán

Nombre de pages: 569

Over 66 hands-on recipes that cover UI development, animations, component architecture, routing, databases, testing, and debugging with React Key Features Use essential hacks and simple techniques to solve React application development challenges Create native mobile applications for iOS and Android using React Native Learn to write robust tests for your applications using Jest and Enzyme Book Description Today's web demands efficient real-time applications and scalability. If you want to learn to build fast, efficient, and high-performing applications using React 16, this is the book for you. We plunge directly into the heart of all the most important React concepts for you to conquer. Along the way, you’ll learn how to work with the latest ECMAScript features. You'll see the fundamentals of Redux and find out how to implement animations. Then, you’ll learn how to create APIs with Node, Firebase, and GraphQL, and improve the performance of our application with Webpack 4.x. You'll find recipes on implementing server-side rendering, adding unit tests, and debugging. We also cover best practices to deploy a React application to production. Finally, you’ll learn how to create...

ReactJS by Example - Building Modern Web Applications with React

ReactJS by Example - Building Modern Web Applications with React

Auteure: Vipul A M , Prathamesh Sonpatki

Nombre de pages: 280

Get up and running with ReactJS by developing five cutting-edge and responsive projects About This Book Create pragmatic real-world applications while learning React and its modern developer tools Build sustainable user interfaces by transforming data into components of UI Learn how to generate reusable ReactJS components effectively Who This Book Is For If you are a web developer and wish to learn ReactJS from scratch, then this book is tailor-made for you. Good understanding of Javascript, HTML, and CSS is expected. What You Will Learn Create, reuse, and compose React components using JSX Share data between various React components and techniques for data flow within a React app Handle user interactions with the help of event handlers and dynamic components Set up and use various next generation ES2015/ES6 features with React Understand the performance and immutability features of React using React add-ons Learn the techniques of Animation in React Use data stores to store model-related data and information Create a flux-based React application by using Reflux library In Detail ReactJS is an open-source JavaScript library that brings the power of reactive programming to web...

TOUT SAVOIR SUR LA PROGRAMMATION

TOUT SAVOIR SUR LA PROGRAMMATION

Auteure: Marcel Souza

Nombre de pages: 170

Découvrez tout ce que vous devez savoir sur la programmation à travers ce guide complet. Ce livre est votre ressource ultime pour maîtriser les concepts fondamentaux de la programmation et explorer ses nombreuses facettes. À travers ces pages, plongez dans le monde fascinant de la programmation en apprenant les bases de l'algorithmique, de la logique de programmation et des langages de programmation. Vous découvrirez comment créer des applications, résoudre des problèmes complexes et donner vie à vos idées grâce à la programmation. Ce livre vous guidera également à travers les différents langages de programmation, vous montrant comment choisir le langage le mieux adapté à vos projets. Que vous soyez débutant complet ou que vous cherchiez à approfondir vos compétences, ce guide vous fournira les connaissances nécessaires pour exceller dans le domaine de la programmation. La programmation est une compétence essentielle dans le monde numérique d'aujourd'hui, et ce livre vous prépare à relever les défis et à saisir les opportunités qu'elle offre. Préparez-vous à plonger dans le vaste univers de la programmation et à devenir un maître dans l'art de coder.

React 16 Tooling

React 16 Tooling

Auteure: Adam Boduch

Nombre de pages: 289

React 16 Tooling covers the most important tools, utilities, and libraries that every React developer needs to know — in detail. Key Features Each chapter presents meta-development solutions to help React developers The tools used are presented in a practical, solution-oriented approach with no fluff The chapters are arranged in a logical order that mirrors a typical React development workflow, but you are free to tweak the approaches discussed to fit your own unique style Book Description React 16 Tooling covers the most important tools, utilities, and libraries that every React developer needs to know — in detail. As React has grown, the amazing toolset around it has also grown, adding features and enhancing the development workflow. Each of these essential tools is presented in a practical manner and in a logical order mirroring the development workflow. These tools will make your development life simpler and happier, enabling you to create better and more performant apps. Adam starts with a hand-picked selection of the best tools for the React 16 ecosystem. For starters, there’s the create-react-app utility that’s officially supported by the React team. Not only does...

React Native for Mobile Development (2 in 1 eBooks)

React Native for Mobile Development (2 in 1 eBooks)

Auteure: Amc College

Nombre de pages: 123

This eBook consists of 2 titles: Hybrid Mobile App Developemnt (React Native) Level 1 Hybrid Mobile App Developemnt (React Native) Level 2

React Native - Building Mobile Apps with JavaScript

React Native - Building Mobile Apps with JavaScript

Auteure: Vladimir Novick

Nombre de pages: 434

Your go-to guide to creating truly native iOS and Android mobile applications using React and JavaScriptAbout This Book* Build cross-platform best seller native mobile applications in JavaScript with React-Native framework* Learn about real world examples like Whatsapp, Instagram or Twitter.* Learn all steps in React Native application development workflow from prototyping to deployment* Get familiar with various mobile APIs covered in React Native framework and learn how to extend it further to non-supported APIsWho This Book Is ForThis book is for JavaScript developers who want to learn how to create native mobile apps using React Native.What You Will Learn* Understand how React Native works under the hood and what makes it an ultimate choice for app development for lots of businesses.* Create real world native apps with complex animations and styles* Get familiar with important iOS and Android native APIs and access them using React Native* Learn authentication techniques and how to connect your app to a real data by using Firebase or your own server* Get familiar with lots of community packages considered as industry standard* Walk through the whole app development workflow by ...

Derniers livres et auteurs recherchés