安娜的档案需要您的帮助! 许多人试图关停我们,但我们会奋起反击。
➡️ 如果您现在捐赠,您将获得 双倍 的快速下载次数。 有效期至本月底。 捐赠
✕

安娜的档案

📚 人类历史上最大的完全开放的图书馆。 📈 61,654,285 本图书、95,687,150 篇论文被永久保存。
AA 38TB
direct uploads
IA 304TB
scraped by AA
DuXiu 298TB
scraped by AA
Hathi 9TB
scraped by AA
Libgen.li 188TB
collab with AA
Z-Lib 77TB
collab with AA
Libgen.rs 82TB
mirrored by AA
Sci-Hub 90TB
mirrored by AA
⭐️ Our code and data are 100% open source. 了解更多……
✕ 近期下载:  
主页 主页 主页 主页
安娜的档案
主页
搜索
捐赠
🧬 SciDB
常问问题
账户
登录 / 注册
账户
公开资料
已下载文件
我的捐赠
Referrals
Explore
活动
代码浏览器
ISBN Visualization ↗
Community Projects ↗
Open data
数据集
种子
大语言模型数据
关注我们
联系邮箱
安娜的博客 ↗
Reddit ↗
Matrix ↗
Help out
改进元数据
志愿服务与悬赏
翻译 ↗
Development
安娜的软件 ↗
安全性
数字千年版权法(DCMA)/ 版权声明
镜像
annas-archive.li ↗
annas-archive.pm ↗
annas-archive.in ↗
SLUM [无关联] ↗
SLUM 2 [无关联] ↗
搜索搜索 捐赠 x2捐赠 x2
账户账户
搜索设置
排序
高级
增加特定搜索字段
内容
文件类型 open our viewer
更多……
访问方式
来源
语言
更多……
显示
Search settings
下载 期刊文章 数字借阅 元数据
结果集 1-1(总计 1)
nexusstc/React 18 Design Patterns and Best Practices: Design, build, and deploy production-ready web applications with React by leveraging industry-best practices/8ecc53da2daee7960907707b314c0ac5.pdf
React 18 Design Patterns and Best Practices : Design, Build, and Deploy Production-ready Web Applications with React by Leveraging Industry-best Practices Carlos Santana Roldán Packt Publishing, Limited, 4th ed., PS, 2023
Dive in and discover how to build awesome React web apps that you can scale and maintain using design patterns and the latest industry insights Purchase of the print or Kindle book includes a free PDF eBook Key Features Discover and unpack the latest React 18 and Node 19 features in this updated fourth edition Get up to speed with TypeScript, MonoRepo architecture, and several cutting-edge React tools Learn from plenty of real-world examples and an improved chapter flow Book Description React helps you work smarter, not harder — but to reap the benefits of this popular JavaScript library and its components, you need a straightforward guide that will teach you how to make the most of it. React 18 Design Patterns and Best Practices will help you use React effectively to make your applications more flexible, easier to maintain, and improve their performance, while giving your workflow a huge boost. With a better organization of topics and knowledge about best practices added to your developer toolbox, the updated fourth edition ensures an enhanced learning experience. The book is split into three parts; the first will teach you the fundamentals of React patterns, the second will dive into how React works, and the third will focus on real-world applications. All the code samples are updated to the latest version of React and you’ll also find plenty of new additions that explore React 18 and Node 19’s newest features, alongside MonoRepo Architecture and a dedicated chapter on TypeScript. By the end of this book, you'll be able to efficiently build and deploy real-world React web applications. What you will learn Get familiar with the new React 18 and Node 19 features Explore TypeScript's basic and advanced capabilities Make components communicate with each other by applying various patterns and techniques Dive into MonoRepo architecture Use server-side rendering to make applications load faster Write a comprehensive set of tests to create robust and maintainable code Build high-performing applications by styling and optimizing React components Who this book is for This book is for web developers who want to master React by learning key design patterns and best practices in real-world application development. You’ll need an intermediate-level experience with React and JavaScript before you get started. Table of Contents Taking Your First Steps with React Introducing TypeScript Cleaning Up Your Code Exploring Popular Composition Patterns Writing Code for the Browser Making Your Components Look Beautiful Anti-Patterns to Be Avoided React Hooks React Router React 18 New Features Managing Data Server-Side Rendering Understanding GraphQL with a Real Project MonoRepo Architecture Improving the Performance of Your Applications Testing and Debugging Deploying to Production
更多信息……
英语 [en] · PDF · 13.4MB · 2023 · 📘 非小说类图书 · 🚀/lgli/lgrs/nexusstc/zlib · Save
base score: 11065.0, final score: 17483.145
48 部分匹配
nexusstc/Путь к изучению React/90e94c2e12a322326fec67da78946845.pdf
Путь к изучению React Robin Wieruch и Alexey Pyltsyn Leanpub book, 2019
Оглавление Предисловие Об авторе Отзывы Образование для детей Часто задаваемые вопросы Журнал изменений Как читать книгу? Вызов Об этом переводе Небольшая предыстория Немного о переводчике Немного о редакторе Соглашения, принятые в переводе В добрый путь Введение в React Привет, меня зовут React. Требования node и npm Установка Установка без конфигурации Введение в JSX const и let в ES6 ReactDOM Горячая перезагрузка Комплексный JavaScript в JSX Стрелочные функции ES6 Классы ES6 Основы React Внутреннее состояние компонента Инициализация объектов ES6 Однонаправленный поток данных Привязки Обработчик событий Взаимодействия с формами и событиями Деструктуризация ES6 Контролируемые компоненты Разделение компонентов Компонуемые компоненты Повторно используемые компоненты Объявления компонентов Стилизация компонентов Получение реальных данных с API Методы жизненного цикла Получение данных Оператор расширения ES6 Отрисовка по условию Поиск на стороне клиента и на стороне сервера Получение данных с разбивкой на страницы Кеш клиента Обработка ошибок Использование Axios вместо Fetch Организация и тестирование кода Модули ES6: импорт и экспорт Организация кода с помощью модулей в ES6 Тестирование снимками с помощью Jest Модульное тестирование с помощью Enzyme Интерфейс компонента с помощью PropTypes Отладка с помощью инструментов разработчика React Продвинутые React-компоненты Ссылка на DOM-элемент Загрузка ... Компоненты высшего порядка Продвинутая сортировка Управление состоянием в React и за его пределами Подъём состояния Пересмотр: setState() Укрощение состояния Заключительные шаги к развёртыванию в продакшене Команда eject Деплой приложения Краткий обзор
更多信息……
俄语 [ru] · PDF · 1.0MB · 2019 · 📘 非小说类图书 · 🚀/lgli/lgrs/nexusstc/zlib · Save
base score: 11055.0, final score: 28.860905
lgli/P:\kat_magz\40 Assorted Books Collection PDF-EPUB Set 96\Books/React Js - The Ultimate Beginners Guide To Learn React Js Programming Step By Step.epub
React js: The Ultimate Beginner's Guide to Learn React js Programming Step by Step - 2020 Peterson, Kathleen mEm lnc, 2020
英语 [en] · EPUB · 9.8MB · 2020 · 📘 非小说类图书 · 🚀/lgli/lgrs/nexusstc/zlib · Save
base score: 11062.0, final score: 28.830074
nexusstc/193-React Hooks 核心原理与实战/7e9e2c3699bde07e6d0d69646f557f44.epub
193-React Hooks 核心原理与实战 it-ebooks iBooker it-ebooks, it-ebooks-extra
中文 [zh] · EPUB · 1.3MB · 📘 非小说类图书 · 🚀/lgli/lgrs/nexusstc/zlib · Save
base score: 11057.0, final score: 28.561165
nexusstc/Full-Stack Flask and React: Learn, code, and deploy powerful web applications with Flask 2 and React 18/4ce3c701ca51ff17d9e0df8984b13353.pdf
Full-Stack Flask and React : Learn, Code, and Deploy Powerful Web Applications with Flask 2 and React 18 OLATUNDE. ADEDEJI Packt Publishing, Limited, 1, 2023
Embark on an immersive journey from user interface interaction, data modeling, API development and documentation to deploying web applications in the cloud, while learning modern web development approaches to develop applications Key Features Acquire the ability to effectively manage pagination in Flask using postgreSQL database Implement robust API development within Flask applications by performing CRUD operations Improve the modularity and scalability of Flask applications by implementing Blueprints in a modular development approach Book Description Developing an interactive and efficiently fast enterprise web application requires both the right approach and tooling. Flask is a lightweight web framework designed to develop scalable web applications in Python. If you are a web developer looking for a way to tap the awesome power of reusable UI components of React and the simplicity of Flask for backend development, you are on the right cruise ship. This book teaches you how to build simple and efficiently fast production-ready web applications. We begin the book with an introduction to React, a JavaScript library for building highly interactive and reusable user interfaces. As you progress further, you will learn data modeling for the web using SQLAlchemy and PostgreSQL, Restful API development, as well as understand how to identify your application users and control access to your web application. You will also explore the modular architectural design for flask-based web applications, error handling techniques, and a practical web project which will be deployed to AWS cloud computing. By the end of this book, you would have acquired a deeper knowledge of Flask and React technology stacks to undertake web application development with improved confidence and success. What you will learn Explore the fundamentals of React for building user interfaces Understand how to use JSX to render React components Handle data and integrate third-party libraries and APIs into React applications Secure your Flask application with user authentication and authorization Learn how to use Flask RESTful API to build backend services with React frontend Build modular and scalable Flask applications using blueprints Who This Book Is For This book is intended for Python web developers who wish to build full-stack applications, as well as for frontend developers seeking to expand their skillset by employing Flask as a backend development tool. Readers will gain proficiency in both frontend and backend skills, and acquire knowledge on how to deploy their solutions in the cloud using AWS. Prior knowledge of basic HTML, CSS, JavaScript, and Python is required to benefit from this book.
更多信息……
英语 [en] · PDF · 9.6MB · 2023 · 📘 非小说类图书 · 🚀/lgli/lgrs/nexusstc/zlib · Save
base score: 11065.0, final score: 28.541473
nexusstc/Разработка веб-приложений GraphQL с React, Node.js и Neo4j/ee38383c74ae3e8be7b0fe559105e4cb.pdf
Разработка веб-приложений GraphQL с React, Node.js и Neo4j Уильям Лион ДМК Пресс, 1, 2023
Язык запросов API GraphQL заметно упрощает обмен данными с серверами, позволяя приложениям получать данные в виде простых для понимания графов. Преимущества GraphQL можно усилить за счет таких графовых инструментов и хранилищ данных, как React, Apollo и Neo4j. Подход к разработке графовых приложений полного цикла обеспечивает согласованную модель данных от начала до конца, повышая продуктивность разработчиков.Эта книга научит вас создавать графовые веб-приложения с использованием GraphQL, React, Apollo и базы данных Neo4j, которые все вместе называются GRANDstack. На практических примерах вы увидите, как элементы GRANDstack сочетаются друг с другом. Попутно создадите и развернете в облаке полноценное веб-приложение, поддерживающее поиск, аутентификацию и многое другое. А также узнаете, как развертывать комплексные приложения, в полной мере использующие производительность GraphQL.Для веб-разработчиков полного цикла. Опыт работы с GraphQL или графовыми базами данных не требуется. p, li { white-space: pre-wrap; }
更多信息……
俄语 [ru] · PDF · 21.3MB · 2023 · 📘 非小说类图书 · 🚀/lgli/lgrs/nexusstc/zlib · Save
base score: 11060.0, final score: 28.36572
nexusstc/React from Scratch. Book 2. Hooks and forms. Build your porfolio with hooks and forms/84f8514d792abb7f83afaa05cb5a7b02.pdf
React from Scratch. Book 2. Hooks and forms. Build your porfolio with hooks and forms A. Imsirovic 2023
Table of Contents Chapter 0: Before we start 0.1 Disclaimer 0.2 Assumptions: Things to have and know before we start 0.3 What this book is about? Chapter 1: Understanding the useState hook 1.1 Updating a component's state using the useState hook Chapter 2: Forms in React 2.1 Forms in React 2.2 Watch for input changes in React 2.3 Detecting and handling the onChange event on an input 2.4 Adding the built-in event object 2.5 Adding state to the form input 2.6 The proper way of updating the state object in React 2.6 Adding the age input 2.7 Controlled components in React 2.8 Other form inputs: radio buttons, checkboxes, textareas, and selects 2.9 Form submission and preventDefault 2.10 ??? Chapter 3: Revising components and JSX 3.1 asdf Chapter 4: Build a todo app 4.1 asdf Chapter 5: Popular form libraries 5.1 asdf Chapter 6: Popular component libraries 6.1 asdf Chapter 7: Build a portfolio app 7.1 asdf Chapter 8: Deploy a portfolio app to Netlify 8.1 asdf
更多信息……
英语 [en] · PDF · 0.3MB · 2023 · 📘 非小说类图书 · 🚀/lgli/lgrs/nexusstc/zlib · Save
base score: 11053.0, final score: 28.075089
upload/newsarch_ebooks_2025_10/2023/04/18/React (Sebastian Springer).epub
React: Das umfassende Handbuch Sebastian Springer Rheinwerk Verlag Rheinwerk Computing, 2. Auflage, erweiterte Ausgabe, Bonn, 2023
Erfahren Sie in diesem umfassenden Handbuch des JavaScipt-Experten Sebastian Springer, wie Sie performante Oberflächen gestalten können. Mit einfachen und leicht verständlichen Beispielen erlernen Sie die Grundlagen von React, React Native und Redux. Und auch als fortgeschrittener JavaScript-Entwickler profitieren Sie von den vielen Profithemen wie Tests, Animationen, Material Design Components, Server-Side Renderung über Debugging bis hin zur Entwicklung von vollständigen mobilen Anwendungen. Grundlagen und Profiwissen!
更多信息……
德语 [de] · EPUB · 7.7MB · 2023 · 📘 非小说类图书 · 🚀/lgli/lgrs/nexusstc/upload/zlib · Save
base score: 11060.0, final score: 27.946047
nexusstc/Build Blog with React DDR Wagtail/a1e0dcd70caba4e9db7a009e601528db.pdf
Build Blog with React DDR Wagtail Michael Yin 2021
Introduction Objectives Who is this course for Tech What is included How to use the source code Demo What if you have problem or suggestions Changelog Setup project Objectives Create Django Project Import Wagtail Run DevServer Reference Dockerizing Wagtail App Objectives Install Docker Compose Config File Structure Compose file Environment Variables Entrypoint Start script Start application Add Blog Models to Wagtail Objectives Page structure Create Blog App Page Models Category and Tag Intermediary model Source Code Migrate DB Setup The Site Add PostPage Simple Test ParentalKey Page Templates in Wagtail Objectives Template name Config Templates BlogPage PostPage DEBUG with PDB StreamField Objectives What is StreamField Block Body Dive Deep Routable Page Objective Router Context Template Reversing route urls Pagination Objectives Pagination Context Full Text Search Objective Backend Model Route Filter Meta info Performance Notes: Page Serializer (Part 1) Objectives Django REST Framework Install Django REST Framework Serializer Serializer Field StreamField Image ImageChooserBlock Page Serializer (Part 2) Objectives BlogPageSerializer page_component Templates UnitTest (Part 1) Objectives Workflow Fixture Factory packages Wagtail Factories Test Serializer UnitTest (Part 2) Objectives Image Test Data StreamField Test Data Write Test Rest Test Temp MEDIA_ROOT Test Coverage Next Step: Create React Project Objectives Create Frontend Project Add React support HelloWorld Compile Load React component in Django template create-react-app django-webpack-loader Dockerizing React project Objectives Compose file Dockerfile Simple Test Import Bootstrap Theme Objective React Bootstrap App.js Simple Test Building React Component (TagWidget) Objectives Basic Concepts Simple React Component React Developer Tools React Component Lifecycle Debug React Component Building React Component (SideBar) Objectives SideBar CategoryWidget Form Component Hierarchy HMR Building React Component (PostDetail) Objectives PostDetail StreamField Block Components StreamField Component Building React Component (PostPage) Objectives Background PostPage TopNav Footer Building React Component (BlogPage) Objectives BlogPage PostPageCardContainer PostPageCard Building React Component (BlogPage Pagination) Objectives Pagination Filter Message Building React Component (PageProxy) Objectives Background Dynamic-Components props Page Templates Server Side Rendering Objectives Background WorkFlow Setup Django Setup Hypernova App.js Django template Test Reference Unittest React Component (Part 1) Setup Jest First Test TagWidget Test Snapshot Test Unittest React Component (Part 2) Background BlogPage.test.js Test Coverage Deploy Objective Workflow Compose File Nginx Service Web Service SSR Service Environment Variables Test Build Deploy to DigitalOcean Config site Config DNS Notes: Next Steps Thank You Backend FAQ Troubleshoot Useful Commands Frontend FAQ Module not found: Error: Can’t resolve Error: EEXIST: file already exists, mkdir ‘/app/frontend/build’
更多信息……
英语 [en] · PDF · 11.0MB · 2021 · 📘 非小说类图书 · 🚀/lgli/lgrs/nexusstc/zlib · Save
base score: 11063.0, final score: 27.7982
upload/newsarch_ebooks/2022/03/12/React Up & Running Building Web Applications.pdf
React: up and Running: Building Web Applications Stoyan Stefanov O'Reilly Media, Incorporated; O'Reilly Media, 2, 2021
Hit the ground running with React, the open source technology from Facebook for building rich web applications fast. Updated for the latest React release, the second edition of this hands-on guide shows you how to build React components and organize them into maintainable large-scale apps. If you're familiar with JavaScript syntax, you're ready to get started. Through the course of this book, author Stoyan Stefanov helps web developers and programmers build a complete single-page application. You'll quickly learn why some developers consider React the key to the web app development puzzle. • Set up React and write your first "Hello, World" web app • Create and use custom React components alongside generic DOM components • Build a data table component that lets you edit, sort, search, and export its contents • Master the JSX syntax • Use built-in Hooks and create your own custom ones • Manage the app's data flow with reducers and contexts • Use Create React App to take care of the build process and focus on React itself • Build a complete custom app that lets you store data on the client
更多信息……
英语 [en] · PDF · 16.0MB · 2021 · 📘 非小说类图书 · 🚀/lgli/lgrs/nexusstc/upload/zlib · Save
base score: 11065.0, final score: 27.605738
upload/bibliotik/S/survivejs_webpack_react.epub
SurviveJS - Webpack and React Vepsäläinen, Juho leanpub.com, 2015
英语 [en] · EPUB · 2.0MB · 2015 · 📘 非小说类图书 · 🚀/lgli/lgrs/nexusstc/upload/zlib · Save
base score: 11062.0, final score: 27.12939
nexusstc/Learn React with TypeScript: A beginner's guide to reactive web development with React 18 and TypeScript,/9cb82c043cd7b91c401dc7579c9de9c1.pdf
Learn React with TypeScript: A beginner's guide to reactive web development with React 18 and TypeScript, 2nd Edition CARL. RIPPON Packt Publishing Pvt. Ltd., 2nd edition, Birmingham, UK, 2023
Take your first step in building modern-day component-based web apps using the latest features and capabilities of React and TypeScript with this easy-to-follow guide Key Features Learn to use different React hooks with TypeScript Explore different styling approaches while building React web apps Gain experience in using React Dev Tools to debug components Purchase of the print or Kindle book includes a free PDF eBook Book Description Reading, navigating, and debugging a large frontend codebase is a major issue faced by frontend developers. This book is designed to help web developers like you learn about ReactJS and TypeScript, both of which power large-scale apps for many organizations. This second edition of Learn React with TypeScript is updated, enhanced, and improved to cover new features of React 18 including hooks, state management libraries, and features of TypeScript 4. The book will enable you to create well-structured and reusable React components that are easy to read and maintain, leveraging modern design patterns. You'll be able to ensure that all your components are type-safe, making the most of TypeScript features, including some advanced types. You'll also learn how to manage complex states using Redux and how to interact with a GraphQL web API. Finally, you'll discover how to write robust unit tests for React components using Jest. By the end of the book, you'll be well-equipped to use both React and TypeScript. What you will learn Gain first-hand experience of TypeScript and its productivity features Understand how to transpile your TypeScript code into JavaScript for running in a browser Build a React frontend codebase with hooks Interact with REST and GraphQL web APIs Design and develop strongly typed reusable components Create automated component tests Who this book is for This book is for experienced frontend developers looking to build large scale web applications using React and TypeScript. Intermediate knowledge of JavaScript, HTML and CSS is a prerequisite. Table of Contents Introducing React Introducing TypeScript Setting Up React and TypeScript Using React Hooks Approaches to Styling React Frontends Routing with React Router Working with Forms State Management Interacting with RESTful APIs Interacting with GraphQL APIs Reusable Components Unit Testing with Jest and React Testing Library
更多信息……
英语 [en] · PDF · 40.1MB · 2023 · 📘 非小说类图书 · 🚀/lgli/lgrs/nexusstc/zlib · Save
base score: 11065.0, final score: 27.124693
lgli/Full_Stack_FastAPI,_React,_and_MongoDB_-_Marko_Aleksendri;Shrey_Batra;Ra.pdf
Full Stack FastAPI, React, and MongoDB, 2nd Edition Marko Aleksendrić, Rachelle Palmer, Shrey Batra, Shubham Ranjan Packt Publishing, Limited, 2, 2024
Boost your web developer potential and stay ahead in the fast-paced web development and AI race with the flexibility, adaptability, and robustness of the FARM stack Key Features • Learn the basics of MongoDB to be able to model any type of data • Explore the powerful Python web development ecosystem with Pydantic and FastAPI • Future-proof your applications by integrating ChatGPT or other LLMs Book Description Discover how to harness the power of the FARM stack—FastAPI, React, and MongoDB—to develop production-ready web applications of varying complexity. Written by a team of industry experts, including MongoDB champions and product leaders, this fast-paced, hands-on guide equips beginners with essential skills to build web applications efficiently. Introducing each element of the stack, the book demonstrates how to seamlessly integrate them to create a medium-sized web application. You'll set up MongoDB as a document store, construct a simple API with FastAPI, and build an application using React. The guide also covers enhancing application security through authentication and authorization with JSON Web Tokens. Beyond mastering the stack, you'll get to grips with integrating Large Language Models (like ChatGPT) for advanced functionality, such as automated email sending. Additionally, you'll learn how to make the most of Next.js 14, a robust full-stack framework offering improved developer experience. By the end of the book, you'll have created functional applications and gained the foundation to explore diverse and more specialized domains, expanding your development horizons. Who is this book for? The book is for intermediate web developers with basic JavaScript and Python knowledge who want to enhance their developer skills, master a powerful and flexible stack, and write better applications faster. What you will learn • Set up and manage MongoDB databases and collections, and model data • Leverage the power of FastAPI to write complex APIs using pure Python • Create frontends of varying complexity with the React library • Build and deploy robust and secure backends using FastAPI and MongoDB • Ship production-ready applications with Next.js 14, applying your React and backend knowledge • Integrate Large Language Models, send emails, and do much more with the flexible FARM stack
更多信息……
英语 [en] · PDF · 20.1MB · 2024 · 📘 非小说类图书 · 🚀/lgli/lgrs/zlib · Save
base score: 11065.0, final score: 27.124243
nexusstc/React and React Native: Build cross-platform JavaScript applications with native power for the web, desktop, and mobile/142cd829a8032cb96bd8f4de267c8aa4.pdf
REACT AND REACT NATIVE - FOURTH EDITION : build cross-platform javascript applications with... native power for the web, desktop, and mobile Adam Boduch, Roy Derks, Mikhail Sakhniuk Packt Publishing, Limited; Packt Publishing, 4th ed., 2022
Get up to speed with React and React Native to build cross-platform native applications with the help of practical examples Key Features Discover React’s latest features including automatic state update batching and prioritizing state updates Get to grips with React architecture to write cross-platform apps using libraries such as NativeBase Understand GraphQL and Apollo for building a scalable backend for your applications Book Description React and React Native, the innovative user interface libraries made by Meta (formerly Facebook), are designed to help you build robust, cross-platform web and mobile applications. In its fourth edition, this React and React Native book has been updated to cover the latest additions and developments in the React 18 ecosystem, while also being compatible with React Native. You'll begin by learning about the essential building blocks of React components. As you advance through the chapters, you'll work with higher-level functionalities in application development and then put your knowledge to work by developing user interface components for the web and native platforms. In the concluding chapters, you'll learn how to bring your application together with a robust data architecture. By the end of this book, you'll be able to build React applications for the web and React Native applications for multiple mobile platforms with confidence. What you will learn Explore React architecture, component properties, state, and context Work with React Hooks for handling functions and components Implement code splitting using lazy components and Suspense Build robust user interfaces for mobile and desktop apps using Material-UI Write shared components for Android and iOS apps using React Native Simplify layout design for React Native apps using NativeBase Write GraphQL schemas to power web and mobile apps Implement Apollo-driven components Who This Book Is For This book is for any JavaScript developer who wants to start learning how to use React and React Native for mobile and web application development. No prior knowledge of React is required, however working knowledge of JavaScript is necessary to be able to follow along the content covered. Table of Contents Why React? Rendering with JSX Component Properties, State, and Context Getting Started with Hooks Event Handling The React Way Crafting Reusable Components The React Component Lifecycle Validating Component Properties Handling Navigation with Routes Code Splitting Using Lazy Components and Suspense Server-Side React Components User Interface Framework Components High Performance State Updates Why React Native? React Native Under The Hood? Kickstarting React Native Projects Building Responsive Layouts with Flexbox Navigating between Screens Rendering Item Lists Showing Progress Geolocation and Maps Collecting User Input Displaying Modal Screens Animations Responding to User Gestures Controlling Image Display Going Offline Selecting Native UI Components Using NativeBase Handling Application State Why Apollo? Building an Apollo React App
更多信息……
英语 [en] · PDF · 11.8MB · 2022 · 📘 非小说类图书 · 🚀/lgli/lgrs/nexusstc/zlib · Save
base score: 11065.0, final score: 27.009201
lgli/Fluent React-9781098138707.epub
FLUENT REACT : build fast, performant, and intuitive web applications Tejas Kumar O'Reilly Media, Incorporated, 1, PT, 2024
When it comes to building user interfaces on the web, React enables web developers to unlock a new world of possibilities. This practical book helps you take a deep dive into fundamental concepts of this JavaScript library, including JSX syntax and advanced patterns, the virtual DOM, React reconciliation, and advanced optimization techniques. By becoming fluent in React, you'll quickly learn how to build better web applications. Author Tejas Kumar helps you explore the depths of React in plain English, without the typical software engineering jargon, so you can more easily understand how this JavaScript library works. You'll learn how to write intuitive React code that fully understands the nuances and layers of React, unlocking a whole new level of fluency. You will: Understand how React works at a deeper level Write React apps while optimizing them along the way Build resilient React applications that work well at arbitrary scale Create React applications for other platforms adjacent to the web and mobile devices Know when to reach for different mechanisms exposed by React, such as reducers versus state versus refs
更多信息……
英语 [en] · EPUB · 2.9MB · 2024 · 📘 非小说类图书 · 🚀/lgli/lgrs/zlib · Save
base score: 11065.0, final score: 26.906143
nexusstc/React: современные шаблоны для разработки приложений 2-е издание/505cc822ec88d97d22a4bdedbd45b9df.epub
React: современные шаблоны для разработки приложений 2-е издание Алекс Бэнкс, Ева Порселло; [перевел с английского С. Черников] Издательский дом "Питер", 2, 2021
俄语 [ru] · EPUB · 4.8MB · 2021 · 📘 非小说类图书 · 🚀/lgli/lgrs/nexusstc/zlib · Save
base score: 11057.0, final score: 26.71999
lgli/ftp://libgen.io/upload/Packt.Mastering.React.Native.1785885782.pdf
Mastering React Native : leverage frontend development skills to build impressive iOS and Android applications with Native React Masiello, Eric, Friedmann, Jacob Packt Publishing Limited, 1st edition, Birmingham, [England, 2017
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 React Native has completely revolutionized mobile development by empowering JavaScript developers to build world-class mobile apps that run natively on mobile platforms. This book will show you how to apply JavaScript and other front-end skills to build cross-platform React Native applications for iOS and Android using a single codebase. This book will provide you with all the React Native building blocks necessary to become an expert. We'll give you a brief explanation of the numerous native components and APIs that come bundled with React Native including Images, Views, ListViews, WebViews, and much more. You will learn to utilize form inputs in React Native. You'll get an overview of Facebook's Flux data architecture and then apply Redux to manage data with a remote API. You will also learn to animate different parts of your application, as well as routing using React Native's navigation APIs. By the end of the book, you will be able to build cutting-edge applications using the React Native framework. Style and approach This comprehensive guide will take your React Native skills to the next level. It shows you how to develop a clear workflow to build scalable applications, and how to implement the architectural concepts covered to build applications that shine in the real world.
更多信息……
英语 [en] · PDF · 20.6MB · 2017 · 📘 非小说类图书 · 🚀/lgli/lgrs/nexusstc/zlib · Save
base score: 11065.0, final score: 26.587452
nexusstc/React Key Concepts. Consolidate your knowledge of React’s core features/0ee2d48af369c4ee85e25a1f944112de.pdf
React Key Concepts : Consolidate Your Knowledge of React’s Core Features Maximilian Schwarzmüller Packt Publishing, Limited; Packt Publishing, 1, 2022
Build the understanding, skills, and experience to confidently implement React in your next project with this fast-paced overview of React fundamentals As the most popular JavaScript library for building modern, interactive user interfaces, React is an in-demand framework that'll bring real value to your career or next project. But like any technology, learning React can be tricky, and finding the right teacher can make things a whole lot easier. Maximilian Schwarzmüller is a bestselling instructor who has helped over two million students worldwide learn how to code, and his latest React video course (React - The Complete Guide) has over six hundred thousand students on Udemy. Max has written this quick-start reference to help you get to grips with the world of React programming. Simple explanations, relevant examples, and a clear, concise approach make this fast-paced guide the ideal resource for busy developers. This book distills the core concepts of React and draws together its key features with neat summaries, thus perfectly complementing other in-depth teaching resources. So, whether you've just finished Max's React video course and are looking for a handy reference tool, or you've been using a variety of other learning materials and now need a single study guide to bring everything together, this is the ideal companion to support you through your next React projects. Plus, it's fully up to date for React 18, so you can be sure you're ready to go with the latest version. What You Will Learn:• Build modern, user-friendly, and reactive web apps• Create components and utilize props to pass data between them• Handle events, perform state updates, and manage conditional content• Apply styles dynamically and conditionally to create a modern UI• Use advanced state management techniques such as React's context API• Utilize React router to render different pages for different URLs• Understand key best practices and optimization opportunities
更多信息……
英语 [en] · PDF · 4.9MB · 2022 · 📘 非小说类图书 · 🚀/lgli/lgrs/nexusstc/zlib · Save
base score: 11065.0, final score: 26.57494
nexusstc/Enterprise React Development with UmiJS/118cb62756d8aa26d418ade38189bc57.pdf
Enterprise React development with UumiJS : learn efficient techniques and best practices to design and develop modern frontend web applications Douglas Alves Venancio Packt Publishing, Limited, 1, 2022
Get to grips with UmiJS and build professional web applications with the help of step-by-step explanations and hands-on examplesKey FeaturesExplore tips, tricks, and best practices for creating web applications with UmiJSLearn how to apply Ant Design System in UmiJS to build modern user interfacesManage errors in designing web applications while using UmiJS and its main pluginsBook DescriptionUmiJS is the Ant Group's underlying frontend development framework, an open source project for developing enterprise-class frontend applications. In this book, you'll get hands-on with single-page application development using UmiJS. By following practical step-by-step examples, you'll develop essential skills to build and publish your apps and create a modern user experience with responsive interfaces.This book will help you learn the essential features of UmiJS and how to set up and build a project from scratch using React, Less, and TypeScript. You'll study Ant Design, a framework based on solid design concepts that provides a series of React components to accelerate interface development. Along the way, you'll see how to make requests and develop the frontend using simulated data while ensuring that your app has a high level of security and feedback. You'll also discover ways to improve your code quality and readability using formatting tools.By the end of the book, you'll have learned how to use UmiJS to design user interfaces, as well as compile, test, and package your app locally, and deliver your app by deploying it to online services.What you will learnUnderstand how to improve code quality with formatting toolsSecure your application and handle errors in HTTP requests using UmiJSConfigure and use UmiJS for rapid single-page application developmentApply what you've learned when building your portfolio and stand out in the marketUse the visual option Umi UI to build and add components to the projectAdvance as a frontend developer by learning UmiJS best practices and techniques for web application developmentIdentify errors in advance by writing unit tests using Jest and PuppeteerWho this book is forThis book is for React developers who want to develop enterprise-class frontend applications using UmiJS and its main plugins. Basic knowledge of React and JavaScript is assumed but no knowledge of UmiJS is needed.
更多信息……
英语 [en] · 葡萄牙语 [pt] · PDF · 9.3MB · 2022 · 📘 非小说类图书 · 🚀/lgli/lgrs/nexusstc/zlib · Save
base score: 11065.0, final score: 26.5583
nexusstc/React 18 Design Patterns and Best Practices: Design, build, and deploy production-ready web applications [Team-IRA]/7abdd47d9347a54274e3e9ade3189d87.pdf
React 18 Design Patterns and Best Practices: Design, build, and deploy production-ready web applications [Team-IRA] CARLOS SANTANA. ROLDAN Packt Publishing, Limited, 4th ed., PS, 2023
Dive in and discover how to build awesome React web apps that you can scale and maintain using design patterns and the latest industry insights Purchase of the print or Kindle book includes a free PDF eBook Key Features Discover and unpack the latest React 18 and Node 19 features in this updated fourth edition Get up to speed with TypeScript, MonoRepo architecture, and several cutting-edge React tools Learn from plenty of real-world examples and an improved chapter flow Book Description React helps you work smarter, not harder — but to reap the benefits of this popular JavaScript library and its components, you need a straightforward guide that will teach you how to make the most of it. React 18 Design Patterns and Best Practices will help you use React effectively to make your applications more flexible, easier to maintain, and improve their performance, while giving your workflow a huge boost. With a better organization of topics and knowledge about best practices added to your developer toolbox, the updated fourth edition ensures an enhanced learning experience. The book is split into three parts; the first will teach you the fundamentals of React patterns, the second will dive into how React works, and the third will focus on real-world applications. All the code samples are updated to the latest version of React and you’ll also find plenty of new additions that explore React 18 and Node 19’s newest features, alongside MonoRepo Architecture and a dedicated chapter on TypeScript. By the end of this book, you'll be able to efficiently build and deploy real-world React web applications. What you will learn Get familiar with the new React 18 and Node 19 features Explore TypeScript's basic and advanced capabilities Make components communicate with each other by applying various patterns and techniques Dive into MonoRepo architecture Use server-side rendering to make applications load faster Write a comprehensive set of tests to create robust and maintainable code Build high-performing applications by styling and optimizing React components Who this book is for This book is for web developers who want to master React by learning key design patterns and best practices in real-world application development. You’ll need an intermediate-level experience with React and JavaScript before you get started. Table of Contents Taking Your First Steps with React Introducing TypeScript Cleaning Up Your Code Exploring Popular Composition Patterns Writing Code for the Browser Making Your Components Look Beautiful Anti-Patterns to Be Avoided React Hooks React Router React 18 New Features Managing Data Server-Side Rendering Understanding GraphQL with a Real Project MonoRepo Architecture Improving the Performance of Your Applications Testing and Debugging Deploying to Production
更多信息……
英语 [en] · PDF · 11.5MB · 2023 · 📘 非小说类图书 · 🚀/lgli/lgrs/nexusstc/zlib · Save
base score: 11065.0, final score: 26.445185
nexusstc/React 18 Design Patterns and Best Practices: Design, build, and deploy production-ready web applications with React by leveraging industry-best practices/513d5bc62ca582f3c794eb80a8a48f5b.epub
React 18 Design Patterns and Best Practices: Design, build, and deploy production-ready web applications with React by leveraging industry-best practices, 4th Edition Carlos Santana Roldán Packt Publishing - ebooks Account, 4th, 2022
Dive in and discover how to build awesome React web apps that you can scale and maintain using design patterns and the latest industry insights. Key Features Discover and unpack the latest React 18 and Node 19 features in this updated fourth edition Get up to speed with TypeScript, MonoRepo architecture, and several cutting-edge React tools Learn from plenty of real-world examples and an improved chapter flow Book Description React helps you work smarter, not harder ― but to reap the benefits of this popular JavaScript library and its components, you need a straightforward guide that will teach you how to make the most of it. React 18 Design Patterns and Best Practices will help you use React effectively to make your applications more flexible, easier to maintain, and improve their performance, while giving your workflow a huge boost. With a better organization of topics and knowledge about best practices added to your developer toolbox, the updated fourth edition ensures an enhanced learning experience. The book is split into three parts; the first will teach you the fundamentals of React patterns, the second will dive into how React works, and the third will focus on real-world applications. All the code samples are updated to the latest version of React and you’ll also find plenty of new additions that explore React 18 and Node 19’s newest features, alongside MonoRepo Architecture and a dedicated chapter on TypeScript. By the end of this book, you'll be able to efficiently build and deploy real-world React web applications. What you will learn Get familiar with the new React 18 and Node 19 features Explore TypeScript’s basic and advanced capabilities Make components communicate with each other by applying various patterns and techniques Dive into MonoRepo architecture Use server-side rendering to make applications load faster Write a comprehensive set of tests to create robust and maintainable code Build high-performing applications by styling and optimizing React components Who This Book Is For This book is for web developers who want to master React by learning key design patterns and best practices in real-world application development. You’ll need an intermediate-level experience with React and JavaScript before you get started. Table of Contents Taking Your First Steps with React Introducing TypeScript Cleaning Up Your Code Exploring Popular Composition Patterns Writing Code for the Browser Making Your Components Look Beautiful Anti-Patterns to Be Avoided React Hooks React Router React 18 New Features Managing Data Server-Side Rendering Understanding GraphQL with a Real Project MonoRepo Architecture Improving the Performance of Your Applications Testing and Debugging Deploying to Production
更多信息……
英语 [en] · EPUB · 5.3MB · 2022 · 📘 非小说类图书 · 🚀/lgli/lgrs/nexusstc/zlib · Save
base score: 11065.0, final score: 26.380802
upload/newsarch_ebooks/2021/09/18/React Clean Architecture Redefining React application design in the context of Clean Architecture/React Clean Architecture_ Redefining React application design in the context of Clean Architecture.pdf
React Clean Architecture: Redefining React application design in the context of Clean Architecture Imamori, Daichi
Title Page 3 Introduction 4 A step ahead in React application design 5 Intended audience 6 Notation 7 Chapter 1. Clean Architecture 12 1.1. What is Clean Architecture? 12 Robert C. Martin 15 1.2. Why Clean Architecture? 16 1.3. Clean Architecture and Domain Driven Design 17 1.4. Design principles 17 Single Responsibility Principle (SRP) 19 Open-Closed Principle (OCP) 20 Liskov Substitution Principle (LSP) 21 Interface Segregation Principle (ISP) 24 Dependency Inversion Principle (DIP) 26 1.5. Component Principles 30 What is a component? 30 Reuse/Release Equivalence Principle (REP) 31 Common Closure Principle (CCP) 32 Common Reuse Principle (CRP) 33 Acyclic Dependencies Principle (ADP) 34 Stable Dependencies Principle (SDP) 35 Stable Abstractions Principle (SAP) 36 SDP + SAP = DIP 37 1.6. Clean Architecture 37 Dependency rules 39 Entity 40 Use case 41 Framework 42 1.7. Main component 42 About the number and naming of layers 44 1.8. Summary 45 Chapter 2. Dependency Injection 46 2.1. DI library for TypeScript 46 2.2. Simple DI without libraries 47 Problems with this method 53 2.3. TSyringe 55 TypeScript Decorators 55 Installation and initial setup 56 Define the class where you want to do DI 58 Injecting an object 60 2.4. Dependency Inversion with DI Library 61 Design modules 62 Reversing dependencies between modules 64 Aggregating dependencies on concrete code 68 2.5. Summary 68 Chapter 3. Single Page Application 69 3.1. Difference from the Original Book 70 SPA as View 70 About Deploying 71 3.2. Framework 72 3.3. Relationship between SPA and Concentric Diagrams 74 3.4. Entity and View models 76 3.5. Use Case 77 3.6. Redux and Clean Architecture 79 Review of Redux 80 Redux and concentric circles 82 Redux and SOLID 86 3.7. Summary 87 Chapter 4. Scalable React 89 4.1. React component 89 1. State is independent 94 2. Props is independent 94 3. View Logic depends on State and Props 94 4. Renderer depends on View Logic 95 5. CSS depends on Renderer 95 4.2. Dependency inversion of CSS 96 1. Put the styles in the same file 97 2. Separate the styles into other files 99 3. Separate the layers to inject the style 101 4.3. React component Relationships 103 Classification of React components and their properties 104 Dependency and stability 105 Is it effective to reverse the dependency? 106 Why React components has high scalability? 107 Points to keep in mind for scalability 107 Redux 108 4.4. Hooks API 109 4.5. Summary 110 Conclusion 112 About Author 113
更多信息……
PDF · 1.6MB · 📗 未知类型的图书 · 🚀/upload · Save
base score: 10954.0, final score: 26.27888
lgli/react-from-zero-book-r3.pdf
React from Zero Kay Plößer
Learning React doesn't have to be complicated Sometimes learning React and all of it's dependencies can feel like too much to comprehend at once. Being a newcomer can feel intimidating. It's obvious that many people find React useful, but there is so much boilerplate and confusing terminology. React is built with JavaScript and you can write apps without adding tons of tooling at the beginning. React from Zero is a short course in learning the core of React without getting lost in the ecosystem. With React from Zero you can spend one weekend working through the basics of React, which will give you a firm foundation for building your own React apps.
更多信息……
英语 [en] · PDF · 4.0MB · 📘 非小说类图书 · 🚀/lgli/lgrs · Save
base score: 11061.0, final score: 26.215229
lgli/Full Stack FastAPI, React, and MongoDB, 2nd Edition Fast-paced web app development with the FARM stack (Marko Aleksendrić, Shrey Batra, Rachelle Palmar etc.).epub
Full Stack FastAPI, React, and MongoDB (for Raymond Rhine) Marko Aleksendrić Ph.D., Shrey Batra, Rachelle Palmar, Shubham Ranjan Packt Publishing Pvt. Ltd., 2, 2024
Boost your web developer potential and stay ahead in the fast-paced web development and AI race with the flexibility, adaptability, and robustness of the FARM stack Key Features Learn the basics of MongoDB to be able to model any type of data Explore the powerful Python web development ecosystem with Pydantic and FastAPI Future-proof your applications by integrating ChatGPT or other LLMs
更多信息……
英语 [en] · EPUB · 1.9MB · 2024 · 📘 非小说类图书 · 🚀/lgli/lgrs/zlib · Save
base score: 11065.0, final score: 26.157799
lgli/O:\new\hl\spec438-443\spec441\Вирух Р. Путь к изучению React. (2018).pdf
Путь к изучению React. Робин Вирух 2018
俄语 [ru] · PDF · 1.0MB · 2018 · 📘 非小说类图书 · 🚀/lgli/lgrs/nexusstc/zlib · Save
base score: 11050.0, final score: 26.109974
nexusstc/The Road to React: The React.js with Hooks in JavaScript Book/84e577affef19e360543fd22abefa6a2.pdf
The Road to React: The React.js with Hooks in JavaScript Book Robin Wieruch 2023
LAST UPDATE: 13. February 2023 The Road to React: The React.js with Hooks in JavaScript Book (2023 Edition) - is a comprehensive and pragmatic yet concise React with Hooks (+ opt-in TypeScript) book. Purchase of this book includes free online access to the always up-to-date digital book. What you will learn ... In "The Road to React" you will learn about all the fundamentals of React.js with Hooks while building a full-blown React application step by step. While you create the React application, every chapter will introduce you to a new React key feature. However, there is more than only the fundamentals: The book dives into related topics (e.g. React with TypeScript, Testing, Performance Optimizations) and advanced feature implementations like client- and server-side searching. At the end of the book, you will have a fully working deployed React application. Is it up to date? Programming books are usually outdated soon after their release, but since this book is self- published, I can update it as needed whenever a new version of something related to this book gets released. I am a beginner. Is this book for me? Yes. The book starts from zero and takes you through the learning experience step by step. Every chapter builds up on the learnings from the previous chapter. In addition, at the end of every chapter, exercises fortify your lessons learned. If you got stuck in a chapter, you will always find a reference URL to the status quo of the actual code. Core Concepts Pragmatic: Master React while building a complete application step by step. Problems Solving: You need to experience a problem first before solving it. The Why: Readers like how the book answers the Why , not only the How . Table of Contents Fundamentals of React Hello React Requirements Setting up a React Project Meet the React Component React JSX Lists in React Meet another React Component React Component Instantiation ReactDOM React Component Definition (Advanced) Handler Function in JSX React Props React State Callback Handlers in JSX Lifting State in React React Controlled Components Props Handling (Advanced) React Side-Effects React Custom Hooks (Advanced) React Fragments Reusable React Component React Component Composition Imperative React Inline Handler in JSX React Asynchronous Data React Conditional Rendering React Advanced State React Impossible States Data Fetching with React Data Re-Fetching in React Memoized Handler in React (Advanced) Explicit Data Fetching with React Third-Party Libraries in React Async/Await in React (Advanced) Forms in React React's Legacy React Class Components React Class Components: State Imperative React Styling in React CSS in React CSS Modules in React Styled Components in React SVGs in React React Maintenance Performance in React (Advanced) TypeScript in React Unit Testing to Integration Testing React Project Structure Real World React (Advanced) Sorting Reverse Sort Remember Last Searches Paginated Fetch Deploying a React Application Build Process Deploy to Firebase
更多信息……
英语 [en] · PDF · 4.4MB · 📘 非小说类图书 · 🚀/lgli/lgrs/nexusstc/zlib · Save
base score: 11063.0, final score: 26.041592
lgli/Mastering React Native A Comprehensive Guide to Learn React Native (Hermans, Kris Ltd, Cybellium).pdf
Mastering React Native: A Comprehensive Guide to Learn React Native Hermans, Kris & Ltd, Cybellium Cybellium Ltd, 2024
Elevate Your Mobile App Development with "Mastering React Native" In today's fast-paced world of mobile app development, creating high-quality cross-platform apps is essential for reaching a broad and engaged user base. React Native, a powerful and flexible framework developed by Facebook, empowers developers to build native mobile apps using their existing knowledge of JavaScript and React. "Mastering React Native" is your comprehensive guide to becoming a proficient app developer, equipping you with the knowledge, skills, and strategies to create stunning, performant, and cross-platform mobile applications. Your Path to React Native Excellence React Native is more than just a framework; it's a game-changer in the world of mobile app development. Whether you're new to React Native or an experienced developer looking to expand your skills, this book will empower you to master the art of cross-platform app development. What You Will Discover React Native Fundamentals: Gain a deep understanding of React Native, its architecture, and how it leverages JavaScript and React to build native apps. Cross-Platform Development: Dive into the world of cross-platform app development, enabling you to create apps that run seamlessly on both iOS and Android platforms. UI/UX Design: Learn to create captivating user interfaces using React Native's components, styles, and navigation. Native Integration: Explore how to integrate native device features, such as camera, geolocation, and sensors, into your apps. Data Management: Master data handling, storage, and synchronization, connecting your app to backends and databases. Testing and Debugging: Discover best practices for testing and debugging your React Native apps to ensure optimal performance and reliability. Deployment and Distribution: Learn how to package and distribute your apps to app stores and devices. Why "Mastering React Native" Is Essential Comprehensive Coverage: This book provides comprehensive coverage of React Native development, ensuring you have a well-rounded understanding of the framework's capabilities and best practices. Expert Guidance: Benefit from insights and advice from experienced React Native developers and industry experts who share their knowledge and proven strategies. Career Advancement: Cross-platform app development skills are highly sought after, and this book will help you unlock your full potential in this dynamic field. Stay Competitive: In a mobile-centric world, mastering React Native is essential for staying competitive and reaching a wide audience with your apps. Your Gateway to React Native Mastery "Mastering React Native" is your passport to excellence in cross-platform app development. Whether you aspire to be a mobile app developer, enhance your current app development skills, or broaden your app's reach across multiple platforms, this guide will equip you with the skills and knowledge to achieve your goals. Don't miss the opportunity to become a proficient React Native developer. Start your journey to React Native excellence today and join the ranks of developers who are shaping the future of cross-platform mobile app development. "Mastering React Native" is the ultimate resource for individuals seeking to excel in the world of cross-platform mobile app development. Whether you are new to React Native or looking to enhance your skills, this book will provide you with the knowledge and strategies to become a proficient cross-platform app developer. Don't wait; begin your journey to React Native mastery today!
更多信息……
英语 [en] · PDF · 1.9MB · 2024 · 📘 非小说类图书 · 🚀/lgli/lgrs/zlib · Save
base score: 11065.0, final score: 26.035717
upload/newsarch_ebooks_2025_10/2021/01/09/react-architect.pdf
React-Architect: Full-Stack React App Development and Serverless Deployment Dr. Frank Zickert React-Architect, 1.0, 2020
Introduction 6 Why Should I Even Bother With Full-Stack Development? 7 Who This Book Is For 9 Book Organization 10 Let's Start Thinking Like a Full-Stack Developer 11 Programming Paradigm, Software Stack and Libraries 15 Get Started 17 Create the app 17 Define the architecture 21 Run your app locally and deploy it to AWS 23 Add a database 24 Store the data 25 Display the data 30 How Much Configuration Do You Need? 34 Is Create-React-App A Dead End? 35 Configuration Is Not a Developer's Task 39 Why Don’t You Configure Your Infrastructure With React? 42 The Common Language of Developers and System Engineers 44 The Architecture-as-a-Function Paradigm 48 Which Architecture Is Right For My Project? 50 Set Up An Infrastructure-Components-Based Project 58 Set up your development environment 58 Create Project Files 59 Create Files Manually 59 Use Template/ GitHub 64 The Infrastructure-Components-Configurator 64 Prepare Your AWS Account 65 Create A Technical User 65 Register A Custom Domain 72 Verify An Email Address 76 Run The Scripts 81 Install 81 Build 81 Start Your App Offline In Hot-Development Mode 82 Start Your App Offline With Back-End Support 82 Deployment 83 Initialize Domain 83 Remove An App From AWS 85 Summary 88 Serverless Single-Page React App (SSPRA) 90 The Architecture Of An SSPRA 91 Create, Start, and Deploy An SSPRA 94 Serving Static Files 95 Styling the entries 97 Advanced User Interaction 101 Local Component State 107 Serving Different Routes 109 Evaluation 118 Serverless Service-Oriented React App (SSORA) 120 The Architecture Of An SSORA 121 Create, Start, And Deploy An SSORA 124 Advanced Styling 126 File-Management 132 Working With Services 148 Using A Database 155 Evaluation 163 Serverless Isomorphic React App (SIRA) 165 The Architecture of an SIRA 166 Create, Start, and Deploy An SIRA 167 Server-Side Rendering 170 Request Preprocessing 173 Authentication 176 Sending emails 185 Evaluation 189
更多信息……
英语 [en] · PDF · 15.8MB · 2020 · 📘 非小说类图书 · 🚀/lgli/lgrs/nexusstc/upload/zlib · Save
base score: 11065.0, final score: 25.934607
nexusstc/React Material-UI Cookbook: Build captivating user experiences using React and Material-UI/e599d9404744cd2f929391d1ce83e435.rar
React Material-UI Cookbook : Build Captivating User Experiences Using React and Material-UI Adam Boduch Packt Publishing Limited, Packt Publishing, Birmingham, 2019
Develop modern-day applications by implementing Material Design principles in React using Material-UI Key Features Use React components to build intuitive UI elements Explore a variety of styles and themes in the Material-UI framework using React components Learn practical React recipes and best practices for building modern web applications Book Description Material-UI is a component library for rendering UI elements, using modern best practices from React and Material Design. This book will show you how you can create impressive and captivating modern-day web apps by implementing Material Design considerations. The book is designed to help you use a variety of Material-UI components to enhance UI functionality, along with guiding you through React best practices, and using state, context, and other new React 16.8 features. You will start with layout and navigation, exploring the Grid component and understanding how it’s used to build layouts for your Material-UI apps. Using Material-UI components, you’ll then explore the technique of effectively presenting information. In later sections, you will also learn about the different components for user interactions such as the text input component and buttons. Finally, the book will get you up to speed with customizing the look and feel of your app, right from creating a Material-UI theme through to styling icons and text. By the end of this book, you will have developed the skills you need to improve the look and feel of your applications using Material-UI components. What you will learn Build the overall structure and navigation for your Material-UI app Present simple and complex information in a variety of ways Develop interactive and intuitive controls Group content into sections using tabs and expansion panels Create a general page layout with Material-UI grids Use lists for complex data, and cards for detailed information Who this book is for This book is for React developers who want to implement Material Design principles in their applications. You will also find this book helpful if you are a developer who wants to build a UI using React components without having to build your own UX framework.
更多信息……
英语 [en] · RAR · 45.5MB · 2019 · 📘 非小说类图书 · 🚀/lgli/lgrs/nexusstc/zlib · Save
base score: 11050.0, final score: 25.854458
nexusstc/Fullstack React Native The Complete Guide to React Native/5761d246f80353327d36c9396ce3ba0c.pdf
Fullstack React Native The Complete Guide to React Native 5 Devin Abbot, Houssein Djirdeh, Anthony Accomazzo, and Sophia Shoemaker 5, 2017
Table of Contents......Page 3 We'd love to hear from you!......Page 6 Introduction......Page 7 Running Code Examples......Page 8 Code Blocks and Context......Page 9 Emailing Us......Page 10 Weather App......Page 12 Starting the project......Page 15 Expo......Page 16 Components......Page 23 Custom components......Page 39 Summary......Page 73 React Fundamentals......Page 74 Breaking the app into components......Page 75 7 step process......Page 80 Step 2: Build a static version of the app......Page 82 Step 3: Determine what should be stateful......Page 97 Step 4: Determine in which component each piece of state should live......Page 99 Step 5: Hardcode initial states......Page 101 Step 6: Add inverse data flow......Page 112 Updating timers......Page 119 Deleting timers......Page 125 Adding timing functionality......Page 128 Add start and stop functionality......Page 130 Methodology review......Page 138 Building an Instagram clone......Page 140 View......Page 148 StyleSheet......Page 157 Text......Page 159 TouchableOpacity......Page 167 Image......Page 172 ActivityIndicator......Page 179 FlatList......Page 184 Core Components, Part 2......Page 196 TextInput......Page 199 ScrollView......Page 203 Modal......Page 210 Building a messaging app......Page 222 Initializing the project......Page 225 The app......Page 226 Network connectivity indicator......Page 230 The message list......Page 241 Toolbar......Page 262 Geolocation......Page 274 Input Method Editor (IME)......Page 276 The keyboard......Page 292 We're Done!......Page 316 Navigation in React Native......Page 317 Contact List......Page 323 Starting the project......Page 328 Contacts......Page 330 Profile......Page 334 Stack navigation......Page 338 Tab navigation......Page 350 Drawer navigation......Page 370 Sharing state between screens......Page 377 Deep Linking......Page 384 Summary......Page 389 Animation challenges......Page 390 Building a puzzle game......Page 392 App......Page 396 Building the Start screen......Page 398 Building the Game screen......Page 421 Summary......Page 435 Building the board......Page 436 Gesture Responder System......Page 448 PanResponder......Page 452 Draggable component......Page 453 Finishing the game......Page 467 We're Done!......Page 472 What are native modules?......Page 473 Building a native module......Page 475 Development environment......Page 477 Initializing the project......Page 478 iOS......Page 483 Android......Page 493 JavaScript......Page 502 Building......Page 510 Building with Expo......Page 511 iOS......Page 514 Android......Page 531 Handling Updates......Page 538 Summary......Page 539 ES2015......Page 540 ReactElement......Page 546 Handling Events in React Native......Page 547 Publishing with Expo......Page 551 Changelog......Page 552
更多信息……
英语 [en] · PDF · 54.6MB · 2017 · 📘 非小说类图书 · 🚀/lgli/lgrs/nexusstc/zlib · Save
base score: 11063.0, final score: 25.84735
nexusstc/Full-Stack Flask and React: Learn, code and deploy flask web applications [Team-IRA]/96a6e0a37e6f3bbed9b0aae68b11b943.pdf
Full-Stack Flask and React: Learn, code and deploy flask web applications [Team-IRA] OLATUNDE. ADEDEJI Packt Publishing - ebooks Account, Packt Publishing, Birmingham, 2023
Embark on an immersive journey from user interface interaction, data modeling, API development and documentation to deploying web applications in the cloud, while learning modern web development approaches to develop applications Key Features Acquire the ability to effectively manage pagination in Flask using postgreSQL database Implement robust API development within Flask applications by performing CRUD operations Improve the modularity and scalability of Flask applications by implementing Blueprints in a modular development approach Book Description Developing an interactive and efficiently fast enterprise web application requires both the right approach and tooling. Flask is a lightweight web framework designed to develop scalable web applications in Python. If you are a web developer looking for a way to tap the awesome power of reusable UI components of React and the simplicity of Flask for backend development, you are on the right cruise ship. This book teaches you how to build simple and efficiently fast production-ready web applications. We begin the book with an introduction to React, a JavaScript library for building highly interactive and reusable user interfaces. As you progress further, you will learn data modeling for the web using SQLAlchemy and PostgreSQL, Restful API development, as well as understand how to identify your application users and control access to your web application. You will also explore the modular architectural design for flask-based web applications, error handling techniques, and a practical web project which will be deployed to AWS cloud computing. By the end of this book, you would have acquired a deeper knowledge of Flask and React technology stacks to undertake web application development with improved confidence and success. What you will learn Explore the fundamentals of React for building user interfaces Understand how to use JSX to render React components Handle data and integrate third-party libraries and APIs into React applications Secure your Flask application with user authentication and authorization Learn how to use Flask RESTful API to build backend services with React frontend Build modular and scalable Flask applications using blueprints Who This Book Is For This book is intended for Python web developers who wish to build full-stack applications, as well as for frontend developers seeking to expand their skillset by employing Flask as a backend development tool. Readers will gain proficiency in both frontend and backend skills, and acquire knowledge on how to deploy their solutions in the cloud using AWS. Prior knowledge of basic HTML, CSS, JavaScript, and Python is required to benefit from this book. Table of Contents Getting Fullstack Ready with React and Flask Getting started with React Managing State with React Hooks Fetching Data with React APIs JSX and Displaying Lists in React Working with Forms and Router React Unit Testing SQL and Data Modelling Forms Handling and Data validation API Development and Documentation Fetching & Displaying Data Authentication & Authorization Errors Handling Modular Architecture: The Power of Blueprints UnitTesting in Flask Server Deployment and Containerization
更多信息……
英语 [en] · PDF · 4.1MB · 2023 · 📘 非小说类图书 · 🚀/lgli/lgrs/nexusstc/zlib · Save
base score: 11065.0, final score: 25.842508
nexusstc/Full-Stack Flask and React: Learn, code, and deploy powerful web applications with Flask 2 and React 18/94d6a245cda033cba86eab2eb23510f1.epub
Full-Stack Flask and React : Learn, Code, and Deploy Powerful Web Applications with Flask 2 and React 18 OLATUNDE. ADEDEJI Packt Publishing, Limited, 1, 2023
Embark on an immersive journey from user interface interaction, data modeling, API development and documentation to deploying web applications in the cloud, while learning modern web development approaches to develop applications Key Features Acquire the ability to effectively manage pagination in Flask using postgreSQL database Implement robust API development within Flask applications by performing CRUD operations Improve the modularity and scalability of Flask applications by implementing Blueprints in a modular development approach Book Description Developing an interactive and efficiently fast enterprise web application requires both the right approach and tooling. Flask is a lightweight web framework designed to develop scalable web applications in Python. If you are a web developer looking for a way to tap the awesome power of reusable UI components of React and the simplicity of Flask for backend development, you are on the right cruise ship. This book teaches you how to build simple and efficiently fast production-ready web applications. We begin the book with an introduction to React, a JavaScript library for building highly interactive and reusable user interfaces. As you progress further, you will learn data modeling for the web using SQLAlchemy and PostgreSQL, Restful API development, as well as understand how to identify your application users and control access to your web application. You will also explore the modular architectural design for flask-based web applications, error handling techniques, and a practical web project which will be deployed to AWS cloud computing. By the end of this book, you would have acquired a deeper knowledge of Flask and React technology stacks to undertake web application development with improved confidence and success. What you will learn Explore the fundamentals of React for building user interfaces Understand how to use JSX to render React components Handle data and integrate third-party libraries and APIs into React applications Secure your Flask application with user authentication and authorization Learn how to use Flask RESTful API to build backend services with React frontend Build modular and scalable Flask applications using blueprints Who This Book Is For This book is intended for Python web developers who wish to build full-stack applications, as well as for frontend developers seeking to expand their skillset by employing Flask as a backend development tool. Readers will gain proficiency in both frontend and backend skills, and acquire knowledge on how to deploy their solutions in the cloud using AWS. Prior knowledge of basic HTML, CSS, JavaScript, and Python is required to benefit from this book.
更多信息……
英语 [en] · EPUB · 11.1MB · 2023 · 📘 非小说类图书 · 🚀/lgli/lgrs/nexusstc/zlib · Save
base score: 11065.0, final score: 25.809935
nexusstc/Full Stack Web Development Guide: Everything Node JS, Express, APIs, EJS, React JS, Database Fundamentals, SQL Databases/e3395d5b853f70d31ad7d404a7d2cfa9.epub
Full Stack Web Development Guide: Everything Node JS, Express, APIs, EJS, React JS, Database Fundamentals, SQL Databases Sammie Smith Independently published, 2022
n recent years, web development has gained popularity. Organizations have realized that having a strong online presence is necessary to attract more leads as websites gain popularity. As a result, they look for exceptional individuals who can design and develop the best-looking and best-performing web apps for them using the most recent technology. Web development offers good money to individuals who are skilled in the field that is so profitable. Because of this, it makes sense that the younger generation is drawn to web development as a job. To actively pursue a career route is far different than simply wishing to. It necessitates planning, a process, pertinent training, and practice. But every developer must note that web development truly goes beyond just building websites, to building apps, games, virtual assistance, and other resources that run on the web. I would recommend that in choosing a career in one of the good numbers of tech skills you must have seen or read about, Web Development is a wonderful start. All of these factors have given rise to the “full stack” development. Any full-stack developer should be able to work on every layer of the application and deliver finished products as quickly as possible. Full-stack web developers are increasingly in demand due to their involvement in numerous phases of the development life cycle. If you want to work as a full-stack developer, you must be aware of all the talents you need. You can use this book to uncover what you need to know and straighten out any crooked roads on your way to becoming a full-stack web developer. That is, being aware of what you require for this career trip to make it enjoyable and simple. This 2nd publication series is focused on the Back-end technologies alongside the Database technology tools, authentication and security, and every other technology involved in the modern-day full-stack development tools.
更多信息……
英语 [en] · EPUB · 28.9MB · 2022 · 📘 非小说类图书 · 🚀/lgli/lgrs/nexusstc/zlib · Save
base score: 11065.0, final score: 25.738785
nexusstc/Путь к изучению React/24b77cba031ac8c2563c54536b9ce944.pdf
Путь к изучению React Вирух Р., Robin Wieruch 2019-03-31, 2019
Оглавление......Page 4 Предисловие......Page 7 Об авторе......Page 8 Отзывы......Page 9 Образование для детей......Page 11 Часто задаваемые вопросы......Page 12 Журнал изменений......Page 14 Как читать книгу?......Page 16 Вызов......Page 17 Об этом переводе......Page 19 Небольшая предыстория......Page 20 Немного о переводчике......Page 21 Немного о редакторе......Page 22 Соглашения, принятые в переводе......Page 23 В добрый путь......Page 24 Введение в React......Page 25 Привет, меня зовут React.......Page 26 Требования......Page 28 node и npm......Page 30 Установка......Page 32 Установка без конфигурации......Page 34 Введение в JSX......Page 38 const и let в ES6......Page 41 ReactDOM......Page 43 Горячая перезагрузка......Page 45 Комплексный JavaScript в JSX......Page 47 Стрелочные функции ES6......Page 51 Классы ES6......Page 53 Основы React......Page 57 Внутреннее состояние компонента......Page 58 Инициализация объектов ES6......Page 61 Однонаправленный поток данных......Page 63 Привязки......Page 68 Обработчик событий......Page 73 Взаимодействия с формами и событиями......Page 78 Деструктуризация ES6......Page 86 Контролируемые компоненты......Page 89 Разделение компонентов......Page 91 Компонуемые компоненты......Page 95 Повторно используемые компоненты......Page 97 Объявления компонентов......Page 100 Стилизация компонентов......Page 104 Получение реальных данных с API......Page 111 Методы жизненного цикла......Page 112 Получение данных......Page 115 Оператор расширения ES6......Page 120 Отрисовка по условию......Page 124 Поиск на стороне клиента и на стороне сервера......Page 127 Получение данных с разбивкой на страницы......Page 132 Кеш клиента......Page 137 Обработка ошибок......Page 144 Использование Axios вместо Fetch......Page 148 Организация и тестирование кода......Page 154 Модули ES6: импорт и экспорт......Page 155 Организация кода с помощью модулей в ES6......Page 159 Тестирование снимками с помощью Jest......Page 164 Модульное тестирование с помощью Enzyme......Page 171 Интерфейс компонента с помощью PropTypes......Page 174 Отладка с помощью инструментов разработчика React......Page 179 Продвинутые React-компоненты......Page 182 Ссылка на DOM-элемент......Page 183 Загрузка .........Page 187 Компоненты высшего порядка......Page 191 Продвинутая сортировка......Page 196 Управление состоянием в React и за его пределами......Page 209 Подъём состояния......Page 210 Пересмотр: setState()......Page 217 Укрощение состояния......Page 222 Заключительные шаги к развёртыванию в продакшене......Page 225 Команда eject......Page 226 Деплой приложения......Page 227 Краткий обзор......Page 228
更多信息……
俄语 [ru] · PDF · 0.9MB · 2019 · 📘 非小说类图书 · 🚀/lgli/lgrs/nexusstc/zlib · Save
base score: 11053.0, final score: 25.717514
nexusstc/Publish React Native Apps: The complete guide to publishing React Native android apps in the Google Play store, and set up ads and push notifications (English Edition)/15e6dde7615aad849f706fc3244a76f0.pdf
Publish React Native Apps: The complete guide to publishing React Native android apps in the Google Play store, and set up ads and push notifications (English Edition) Sagar Jadhav
Publish professional-grade React Native android apps in the Google Play store with confidence If you're wondering how to - Optimize your app for production - Set up a Google Play developer account - Integrate ads in your app - Keep users engaged - Promote your app - Make professional-quality logos and screenshots - Avoid common publishing mistakes - Choose the right name for your app - Publish updates to your app then you've come to the right place. This guide will provide you with all the information you need to publish your app to the play store so you can showcase your talent to the world! You will learn how to: Polish your app and get it ready for publishing ✓ Implement push notifications , so you can keep users engaged ✓ Integrate advertisements , so you get paid for all the hard work you put into developing the app ✓ Create professional-quality logos and screenshots for free ✓ Make your app screen-reader friendly ✓ BONUS CONTENT! Promotion strategies to get your app in front of as many people as you can! App store optimization (ASO) to rank your app higher in the search results! Solutions for common issues, so you don't have to spend time scratching your head! FAQ: Does this book teach how to develop React Native apps? No. This book assumes you have already developed a React Native app. However, there are quite a few tips mentioned across the book to make your app better (such as responsive design, making the app screen-reader friendly, etc.) Does the book contain information on how to publish iOS apps made with React Native? No. This book focuses only on publishing and optimizing android apps. Does this book contain information on how to make money from apps? Using this book, you will learn how to integrate ads into your app. Although ads are a great way for generating revenue from your app, the amount of money you make will depend on the number of users for your app. Does this book provide step-by-step instructions to implement push notifications and ads? Yes. There are code samples you can copy and paste to save your time. However, mobile development is a fast-changing field, and hence a few code changes might be necessary. Are there any affiliate marketing links in the e-book? No. There are links to external websites in the e-book but, rest assured, you can safely click on these as the author has no affiliation with the websites mentioned.
更多信息……
英语 [en] · PDF · 3.4MB · 📘 非小说类图书 · 🚀/lgli/lgrs/nexusstc/zlib · Save
base score: 11061.0, final score: 25.707872
nexusstc/Mastering React: A Comprehensive Guide from Beginner to Professional/f86b431a2dc7813301ab24f3d371ebdc.pdf
Mastering React: A Comprehensive Guide from Beginner to Professional Jоrdаn Siсklеr Independently Published, 2024
Embark on a transformative journey through the world of React with our comprehensive guide tailored for both beginners and seasoned developers. Whether you're just starting your coding odyssey or seeking to refine your skills to professional standards, "Mastering React" is your definitive roadmap to mastery. This meticulously crafted book demystifies the complexities of React, offering a step-by-step approach that empowers learners at every stage of their development journey. From the foundational concepts of component-based architecture to advanced techniques in state management and performance optimization, each chapter is designed to build upon the last, fostering a deep understanding of React's core principles. What sets "Mastering React" apart is its hands-on approach, blending theoretical insights with practical exercises and real-world examples. Through engaging projects and code-along tutorials, readers will not only grasp React's intricacies but also gain the confidence to tackle real-world challenges head-on. Whether you're building dynamic web applications, crafting interactive user interfaces, or exploring the frontiers of modern web development, "Mastering React" equips you with the tools and knowledge to succeed.
更多信息……
英语 [en] · PDF · 16.5MB · 2024 · 📘 非小说类图书 · 🚀/lgli/lgrs/nexusstc/zlib · Save
base score: 11065.0, final score: 25.661316
nexusstc/Advanced React: deep dives, investigations, performance patterns and techniques/916f313e8c2fee6a8a86b8a319ad7225.pdf
Advanced React: deep dives, investigations, performance patterns and techniques Nadia Makarevich anonymous, 2023
Take your React knowledge to the next level with advanced concepts, strategies, techniques, patterns and in-depth investigations.This book is a must ifYou've gone through the React docs, implemented a few simple apps, and now are wondering: “How can I progress to the next level?”You've been working with React for a few years and you're confident that you know it inside and out. This book might have a surprise or two for you ?.You want to become the go-to person for everything React performance and be the source of in-depth "how things actually work" knowledge in your team.React docs are very good to start with React. Millions of books, courses, and blogs are out there aimed at beginners. But what to do after you've started successfully? Where to go if you want to understand how things work on a deeper level? What to read if you've been writing React for a while and beginner or even intermediate-level courses are not enough? There are not many resources available for this. This is the gap this book aims to fill.What the book aims to provide is the knowledge that allows you to progress from "can implement a basic todo app" to "React guru in my team". It begins right away with investigating and fixing a performance bug. It digs deep into what re-renders are and how they affect performance. Walks you through how the reconciliation algorithm works, how to deal with closures in React, various composition patterns that can replace memoization, how memoization works, how to implement debouncing correctly, and much more.The book is very structured. Each chapter is an independent story, investigation, or deep dive focusing on a single topic. However, they are not completely isolated: each chapter builds on the knowledge introduced in the previous chapters. Also, each chapter tries to introduce only the knowledge required to understand the discussed concept, no more. To make the reading easier and more focused.If your knowledge already extends beyond the simple...
更多信息……
英语 [en] · PDF · 6.7MB · 2023 · 📘 非小说类图书 · 🚀/lgli/lgrs/nexusstc/zlib · Save
base score: 11065.0, final score: 25.594208
nexusstc/Getting Started with React VR: Build immersive Virtual Reality apps for the web with React/e1a571e9b7b381a26a428591e3ab3c81.pdf
Getting started with React VR : build immersive virtual reality apps for the web with React John Gwinner Packt Publishing Limited, Packt Publishing, [N.p.], 2017
Key Features* A practical guide to developing virtual reality experiences targeting web and mobile browsers * Create customized 3D graphics for your virtual reality experiences with Three.js * Explore the ReactVR library to create objects that seem real and see how they move in the Virtual world * Import free models into VR and include those in your code Book DescriptionThis book takes you on a journey to create intuitive and interactive Virtual Reality experiences by creating your first VR application using React VR 2.0.0. It starts by getting you up to speed with Virtual Reality (VR) and React VR components. It teaches you what Virtual Reality (VR) really is, why it works, how to describe 3D objects, the installation of Node.js (version 9.2.0) and WebVR browser. You will learn 3D polygon modeling, texturing, animating virtual objects and adding sound to your VR world. You will also discover ways to extend React VR with new features and native Three.js. You will learn how to include existing high-performance web code into your VR app. This book will also take you through upgrading and publishing your app. By the end of this book, you'll have a deep knowledge of Virtual Reality and a full-fledged working VR app to add to your profile! What you will learn* Use Blender 2.79 to make virtual reality objects for Web VR. * Import free models into VR and how to include those in your code * Build a Virtual Museum with interactive art pieces * Create your first VR App and customizing it * Build animations by procedurally changing an object's position, using timers and Animated APIs * Incorporate React Native code and JavaScript code in your VR world About the Author**John Gwinner** is a Chief Technology Officer with nearly 2 decades of experience in VR. He developed a VR interface for CompuServe during the last wave of VR. He helped develop VRML (Virtual Reality Markup Language) and Web3D with a focus toward PCs, and put early versions of XML on the web. He was a returning speaker at the Game Developer Convention on 3D toolkits, AI, and VR. He was an early Kickstarter of a new VR Headset in 2014. Now that VR is definitely taking off again, John is once again at the forefront, with Vontic - developing VR interfaces to data, architectural visualization, and a bowling game that pits you against garden gnomes. He is a most viewed writer on Virtual Worlds and Augmented Reality on Quora, answering questions about VR and its future direction. Table of Contents1. What is Virtual Reality, really? 2. Flatland and Beyond - VR Programming 3. 3D or reality in dimensions other than X and Y 4. The react VR library 5. First VR App 6. Working with Poly and the Gon family 7. Sitting Down with a (Virtual) Teapot 8. Breath Life in Your World 9. Do It Yourself – Native Modules and three.js 10. Bringing in the Real Live World 11. Take a walk on the wild side 12. Publishing Your App, and Where to Go From Here
更多信息……
英语 [en] · PDF · 63.9MB · 2017 · 📘 非小说类图书 · 🚀/lgli/lgrs/nexusstc/zlib · Save
base score: 11065.0, final score: 25.586103
nexusstc/The raod to react/448a0739ea327294d325c53f4933fbdc.pdf
The raod to react Robin Wieruch leanpub, 2018, 2018
Table des matières Avant-propos A propos de l'auteur Témoignages Éducation pour les enfants FAQ Change Log Comment le lire? Contributeurs Introduction à React Salut, mon nom est React. Prérequis node et npm Installation L'installation zéro configuration Introduction au JSX ES6 const et let ReactDOM Hot Module Replacement JavaScript complex en JSX ES6 les fonctions fléchées ES6 Classes Les bases de React État interne de composant ES6 Object Initializer Flux de données unidirectionnel Bindings Event Handler Interactions avec les Forms et Events ES6 Destructuring Les composants contrôlés Diviser les composants Composants composables Composants réutilisables Déclarations de composant Styliser les composants Getting Real with an API Les méthodes du cycle de vie Aller chercher les données ES6 Spread Operators Rendu conditionnel Recherche côté client ou côté serveur Recherche paginée Cache client Gestion des erreurs Axios à la place de Fetch Organisation du code et tests ES6 Modules : Import et Export Organisation du code avec les modules ES6 Tests instantanés avec Jest Les tests unitaires avec Enzyme Interface de composant avec les PropTypes Débuggage à l'aide du React Developer Tools React composants avancés Ref un DOM Element Chargement ... Composants d'ordre supérieur Tri avancé Gestion de l'état au sein de React et au-delà L'élévation de l'état setState() : revisité Apprivoiser l'état Dernière étape pour la mise en production Eject Déployer votre application Plan
更多信息……
法语 [fr] · PDF · 0.7MB · 2018 · 📘 非小说类图书 · 🚀/lgli/lgrs/nexusstc · Save
base score: 11050.0, final score: 25.543425
nexusstc/Full Stack Web Development with Remix: Enhance the user experience and build better React apps by utilizing the web platform/b47f4dc859e90caa75adeaf5b1807837.pdf
Full Stack Web Development with Remix : Enhance the User Experience and Build Better React Apps by Utilizing the Web Platform Andre Landgraf Packt Publishing, Limited, 1, 2023
Develop a web application while learning how to harness the capabilities of the web platform and advanced technologies for an exceptional user experience Key Features Create a full stack web application using cutting-edge technologies such as distributed edge deploy, Redis, and multi-region databases Unlock the full potential of the web platform to enhance your React dev experience Discover how Remix assists in building a seamless user experience from start to finish Purchase of the print or Kindle book includes a free PDF eBook Book Description We’re in an exciting era of web development marked by the rapid evolution of the JavaScript ecosystem. Remix offers the necessary abstractions to take advantage of the latest advancements in React and beyond. With this Remix book, you can elevate your skills from React development to full stack web development, unlocking the full potential of the latest technologies, such as edge functions, streaming, and the full stack of the web platform. This book guides you through Remix’s thoughtfully designed conventions, levers, and primitives to sharpen your web development skills. In this book, you’ll develop a personal finance management application—a dashboard that mimics both personal and enterprise use cases. Each chapter introduces new concepts, such as routing, data fetching, mutations, error handling, and state management, as well as advanced topics, such as real-time communication, edge deploys, and caching strategies to create a great user experience from end to end. As you apply each concept to the finance dashboard, you’ll discover how you can supercharge your React app with Remix. The final section of this book covers migration strategies, guiding you on how to transition an existing application to Remix. By the end of this book, you’ll have a comprehensive understanding of Remix and the experience of building a full stack web app from start to finish. What you will learn Understand Remix’s philosophy and guiding principles Enhance your web platform proficiency to make it applicable anywhere Master data mutations, routing, error handling, and state management with Remix Understand how to build web apps with accessibility and progressive enhancement in mind Get acquainted with advanced topics such as caching strategies, real-time communication, and developing for the edge Understand state-of-the-art technologies, such as serverless functions, edge computing, and Content Delivery Networks (CDNs) Study migration patterns to move an existing project to Remix Who this book is for This book is for React developers looking to adopt Remix for their next project. For those considering migrating to Remix, this guide offers a comprehensive walkthrough of building a full stack web app. To make the most of this book, beginner-level development experience with React and JavaScript is recommended. While having basic knowledge of server-side runtimes such as Node.js and experience with TypeScript can be beneficial, they are not mandatory prerequisites.
更多信息……
英语 [en] · PDF · 23.7MB · 2023 · 📘 非小说类图书 · 🚀/lgli/lgrs/nexusstc/zlib · Save
base score: 11065.0, final score: 25.53515
nexusstc/Create React App 2 Quick Start Guide: Build React applications faster with Create React App/4c27210c735207ab96a920562a50ea5d.pdf
Create React App 2 Quick Start Guide : Build React Applications Faster with Create React App Brandon Richey Packt Publishing, Limited, Packt Publishing, Birmingham, UK, 2019
Integrate your React applications with React to build efficient web services. Key Features Learn React by building applications with Create React App Create interactive UIs exploring the latest feature of CRA 2.0 Build Progressive Web Applications for a more seamless web Book Description If you're a power user and you aren't happy always reusing default configurations, from previous applications with each new application, then all you need is Create React App (CRA), a tool in the React ecosystem designed to help you create boilerplate code for building a web frontend. This book will help you use CRA to write React programs without significant configuration-related difficulties. With this quick start guide, you will integrate your applications with React to build efficient professional web services.You will learn to design UIs with the features of CRA and template your React applications. By the end of the book, you will be sufficiently skilled to be able to build faster and effective React apps using CRA. What you will learn Become familiar with React by building applications with Create React App Make your frontend development hassle free Create interactive UIs exploring the latest features of CRA 2 Build modern, React projects with, SASS,and progressive web applications Develop proxy backend servers and simulate interaction with a full backend Keep your application fully tested and maintain confidence in your project Who this book is for The book is intended for the web developers who want to jump into building great frontend with React using easy templating solutions. Table of Contents Introducing Create React App 2 Creating our first Create React App Application Create React App and Babel Keep Your App Healthy with Tests and Jest Applying Modern CSS to Create React App Projects Simulate Your Backend with a Proxy API Building Progressive Web Applications Getting Your App Ready for Production
更多信息……
英语 [en] · PDF · 3.6MB · 2019 · 📘 非小说类图书 · 🚀/lgli/lgrs/nexusstc/zlib · Save
base score: 11065.0, final score: 25.47507
lgli/learning-react-native-2nd.pdf
Learning React Native : building Native mobile apps with JavaScript Eisenman, Bonnie O’Reilly Media, Second edition., 2018
英语 [en] · PDF · 9.6MB · 2018 · 📘 非小说类图书 · 🚀/lgli/lgrs · Save
❌ 这个文件可能有问题。
base score: 0.01, final score: 25.470898
nexusstc/React. Быстрый старт/4f2ca33181d6fce44070efb46bd5e4cf.pdf
React. Быстрый старт Стоян Стефанов Питер, Бестселлеры O’Reilly, 1, 2023
Незаменимая книга по React — технологии с открытым исходным кодом для быстрого создания многофункциональных веб-приложений. Второе издание, обновленное с учетом последней версии React, показывает, как создавать компоненты React и организовывать их в удобные для сопровождения крупномасштабные приложения. Если вы знаете синтаксис JavaScript, то сразу можете приступать к работе. По ходу чтения разработчики и программисты создадут полноценное приложение. Вы быстро поймете, почему многие выбирают React для разработки веб-приложений.
更多信息……
俄语 [ru] · PDF · 6.0MB · 2023 · 📘 非小说类图书 · 🚀/lgli/lgrs/nexusstc/zlib · Save
base score: 11060.0, final score: 25.44457
nexusstc/React Native Notes for Professionals/19655a8516ce812c2f64485c623ff368.pdf
React Native Notes for Professionals GoalKicker.com GoalKicker.com
Content list About Chapter 1: Getting started with React Native Section 1.1: Setup for Mac Section 1.2: Setup for Linux (Ubuntu) Section 1.3: Setup for Windows Chapter 2: Hello World Section 2.1: Editing index.ios.js or index.android.js Section 2.2: Hello world! Chapter 3: Props Section 3.1: PropTypes Section 3.2: What are props? Section 3.3: Use of props Section 3.4: Default Props Chapter 4: Multiple props rendering Section 4.1: render multiple variables Chapter 5: Modal Section 5.1: Modal Basic Example Section 5.2: Transparent Modal Example Chapter 6: State Section 6.1: setState Section 6.2: Initialize State Chapter 7: Routing Section 7.1: Navigator component Chapter 8: Styling Section 8.1: Conditional Styling Section 8.2: Styling using inline styles Section 8.3: Styling using a stylesheet Section 8.4: Adding multiple styles Chapter 9: Layout Section 9.1: Flexbox Chapter 10: Components Section 10.1: Basic Component Section 10.2: Stateful Component Section 10.3: Stateless Component Chapter 11: ListView Section 11.1: Simple Example Chapter 12: RefreshControl with ListView Section 12.1: Refresh Control with ListView Full Example Section 12.2: Refresh Control Section 12.3: onRefresh function Example Chapter 13: WebView Section 13.1: Simple component using webview Chapter 14: Command Line Instructions Section 14.1: Check version installed Section 14.2: Initialize and getting started with React Native project Section 14.3: Upgrade existing project to latest RN version Section 14.4: Add android project for your app Section 14.5: Logging Section 14.6: Start React Native Packager Chapter 15: HTTP Requests Section 15.1: Using Promises with the fetch API and Redux Section 15.2: HTTP with the fetch API Section 15.3: Networking with XMLHttpRequest Section 15.4: WebSockets Section 15.5: Http with axios Section 15.6: Web Socket with Socket.io Chapter 16: Platform Module Section 16.1: Find the OS Type/Version Chapter 17: Images Section 17.1: Image Module Section 17.2: Image Example Section 17.3: Conditional Image Source Section 17.4: Using variable for image path Section 17.5: To fit an Image Chapter 18: Custom Fonts Section 18.1: Custom fonts for both Android and IOS Section 18.2: Steps to use custom fonts in React Native (Android) Section 18.3: Steps to use custom fonts in React Native (iOS) Chapter 19: Animation API Section 19.1: Animate an Image Chapter 20: Android - Hardware Back Button Section 20.1: Detect Hardware back button presses in Android Section 20.2: Example of BackAndroid along with Navigator Section 20.3: Hardware back button handling using BackHandler and Navigation Properties (without using deprecated BackAndroid & deprecated Navigator) Section 20.4: Example of Hardware back button detection using BackHandler Chapter 21: Run an app on device (Android Version) Section 21.1: Running an app on Android Device Chapter 22: Native Modules Section 22.1: Create your Native Module (IOS) Chapter 23: Linking Native API Section 23.1: Outgoing Links Section 23.2: Incomming Links Chapter 24: ESLint in React Native Section 24.1: How to start Chapter 25: Integration with Firebase for Authentication Section 25.1: Authentication In React Native Using Firebase Section 25.2: React Native - ListView with Firebase Chapter 26: Navigator Best Practices Section 26.1: Navigator Section 26.2: Use react-navigation for navigation in react native apps Section 26.3: react-native Navigation with react-native-router-flux Chapter 27: Navigator with buttons injected from pages Section 27.1: Introduction Section 27.2: Full commented example Chapter 28: Create a shareable APK for android Section 28.1: Create a key to sign the APK Section 28.2: Once the key is generated, use it to generate the installable build: Section 28.3: Generate the build using gradle Section 28.4: Upload or share the generated APK Chapter 29: PushNotification Section 29.1: Push Notification Simple Setup Section 29.2: Navigating to scene from Notification Chapter 30: Render Best Practises Section 30.1: Functions in JSX Chapter 31: Debugging Section 31.1: Start Remote JS Debugging in Android Section 31.2: Using console.log() Chapter 32: Unit Testing Section 32.1: Unit Test In React Native Using Jest Credits You may also like
更多信息……
英语 [en] · PDF · 1.4MB · 📘 非小说类图书 · 🚀/lgli/lgrs/nexusstc/zlib · Save
base score: 11063.0, final score: 25.442072
zlib/no-category/Nishiyama Nana, Ayase Mizuki, Emily Davis, Tomoya Kanro/Python/Django/React/MongoDB/PyCharm: 200 Dinge, die Anfänger wissen müssen (German Edition)_31101281.pdf
Python/Django/React/MongoDB/PyCharm: 200 Dinge, die Anfänger wissen müssen (German Edition) Nishiyama Nana, Ayase Mizuki, Emily Davis, Tomoya Kanro Nishiyama Nana, Ayase Mizuki, Emily Davis, Tomoya Kanro, 2024
Dieses E-Book ist ein umfassender Leitfaden für Anfänger, die in die Welt der Programmierung mit Python, Django, React, MongoDB und PyCharm einsteigen möchten.Es deckt alle grundlegenden Konzepte und Techniken ab, die notwendig sind, um in diesen Technologien erfolgreich zu sein.Von der dynamischen Typisierung und automatischen Speicherverwaltung in Python bis hin zur Erstellung wiederverwendbarer UI-Elemente mit React, bietet dieses Buch eine detaillierte Einführung in jede dieser Technologien.Es erklärt auch, wie man mit der dokumentenorientierten NoSQL-Datenbank MongoDB arbeitet und wie man die umfangreichen Debugging- und Refactoring-Tools in PyCharm effektiv nutzt.Darüber hinaus werden wichtige Themen wie die Model-View-Template (MVT) Architektur von Django, die flexible Schema-Verwaltung in MongoDB und die Unterstützung für mehrere Programmierparadigmen in Python behandelt.Dieses Buch ist ein unverzichtbares Nachschlagewerk für jeden, der seine Fähigkeiten in diesen Schlüsseltechnologien erweitern möchte.Egal, ob Sie ein Anfänger sind oder Ihre Kenntnisse vertiefen möchten, dieses E-Book bietet wertvolle Einblicke und praktische Anleitungen.Es ist der ideale Begleiter für Ihre Reise in die Welt der modernen Softwareentwicklung.Lernen Sie, wie Sie leistungsstarke und skalierbare Anwendungen erstellen können, und meistern Sie die Tools und Techniken, die in der heutigen Technologiebranche unerlässlich sind.Tauchen Sie ein in die faszinierende Welt von Python, Django, React, MongoDB und PyCharm und beginnen Sie Ihre Reise noch heute!《Index》・Python: Dynamische Typisierung und automatische Speicherverwaltung・Django: Ein skalierbares Webframework für Python・React: Eine JavaScript-Bibliothek zur Erstellung von Benutzeroberflächen・MongoDB: Eine dokumentenorientierte NoSQL-Datenbank・Einführung in PyCharm IDE・Einrückungen in Python・Django's Model-View-Template (MVT) Architektur-Muster・React-Komponenten zur Erstellung wiederverwendbarer UI-Elemente・Daten in BSON-Format...
更多信息……
德语 [de] · PDF · 2.2MB · 2024 · 📗 未知类型的图书 · 🚀/zlib · Save
base score: 11060.0, final score: 25.436714
nexusstc/30 Days of React/af8e7b48dc4fd9ba8fab02ca84874cbb.pdf
30 Days of React Ari Lerner Fullstack.io, 2018
Cover 1 What is React? 2 What is JSX? ES6? 3 First Components 4 Complex Components 5 Data-Driven Components 6 State 7 Lifecycle Hooks 8 PropTypes 9 Styles 10 Interactivity 11 Pure Components 12 Create-React-App 13 Repeating Elements 14 Intro to APIs 15 Promises 16 Remote Data 17 Client-Side Routing 18 Intro to Flux 19 Redux 20 Live-updating Redux 21 Redux Middleware 22 Intro to Testing 23 Tersting Setup 24 Component Testing with React-Testing Tools 25 Better Testing with Enzyme 26 Integration Testing 27 Intro to Deployment 28 Deploying Our App 29 Continuous Integration 30 More Resources
更多信息……
英语 [en] · PDF · 29.0MB · 2018 · 📘 非小说类图书 · 🚀/lgli/lgrs/nexusstc/zlib · Save
base score: 11065.0, final score: 25.41368
upload/duxiu_main2/【大学堂40T教程】等多个文件/知识学院1/【IT专区】/继续点/再点/IT2区等多个文件/00.新课/2022/6月/026.网易微专业-高级前端开发工程师Q2112/{4}--React/{3}--探索React正殿/#3.18#--【源码】3.5-React组件设计模式【萌萌家】.pdf
#3.18#--【源码】3.5-React组件设计模式【萌萌家】.pdf wkhtmltopdf 0.12.6
PDF · 0.1MB · 📗 未知类型的图书 · 🚀/upload · Save
base score: 9931.0, final score: 25.398565
nexusstc/The React Handbook/2e3b9f01fbe14bf0b12bc4eb81fbb2f1.pdf
The React Handbook Flavio Copes 0
Introduction......Page 5 Introduction to React......Page 7 How to install React......Page 9 How much JS you need to use React......Page 17 Variables......Page 18 Arrow functions......Page 21 Work with objects and arrays using Rest and Spread......Page 24 Object and array destructuring......Page 26 Template literals......Page 27 Classes......Page 32 Promises......Page 36 Async/Await......Page 42 ES Modules......Page 46 Single Page Apps......Page 51 Declarative......Page 54 Immutability......Page 55 Purity......Page 57 Composition......Page 58 The Virtual DOM......Page 60 Unidirectional Data Flow......Page 62 JSX......Page 64 Components......Page 74 State......Page 77 Props......Page 81 Presentational vs container components......Page 84 State vs Props......Page 86 PropTypes......Page 88 Fragment......Page 91 Events......Page 92 Lifecycle events......Page 97 Handling forms......Page 100 Reference a DOM element......Page 104 Server side rendering......Page 106 Context API......Page 110 Higher-order components......Page 113 Render Props......Page 115 Hooks......Page 117 Code splitting......Page 122 CSS in React......Page 124 SASS with React......Page 127 Styled Components......Page 128 Babel......Page 132 Webpack......Page 138 Prettier......Page 151 Introduction to Jest......Page 154 Testing React Components......Page 171 React Router......Page 176 Redux......Page 182 Next.js......Page 188 Gatsby......Page 198 Wrapping up......Page 207
更多信息……
英语 [en] · PDF · 5.6MB · 📘 非小说类图书 · 🚀/lgli/lgrs/nexusstc/zlib · Save
base score: 11063.0, final score: 25.39364
lgli/Findlay, Thomas - React - The Road To Enterprise (2022, The Road To Enterprise).pdf
React - The Road To Enterprise Findlay, Thomas The Road To Enterprise, 1, 2022
"React - The Road To Enterprise" is an advanced book that revolves around best practices, advanced patterns and techniques for the development of React and Next applications in TypeScript. It's a one-stop resource for many crucial concepts that should help you solve and avoid many pain-points when developing React applications.This book covers many advanced topics to help you build maintainable, scalable and performant React applications, such as scalable project architecture, useful techniques for handling async operations and API states, advanced component patterns, performance optimisation, local and global state management patterns, static site generation (SSG) and server side rendering (SSR) with Next.js and more.
更多信息……
英语 [en] · PDF · 0.5MB · 2022 · 📘 非小说类图书 · 🚀/lgli/zlib · Save
base score: 11058.0, final score: 25.306519
上一页 1 下一页
上一页 1 下一页
安娜的档案
主页
搜索
捐赠
🧬 SciDB
常问问题
账户
登录 / 注册
账户
公开资料
已下载文件
我的捐赠
Referrals
Explore
活动
代码浏览器
ISBN Visualization ↗
Community Projects ↗
Open data
数据集
种子
大语言模型数据
关注我们
联系邮箱
安娜的博客 ↗
Reddit ↗
Matrix ↗
Help out
改进元数据
志愿服务与悬赏
翻译 ↗
Development
安娜的软件 ↗
安全性
数字千年版权法(DCMA)/ 版权声明
镜像
annas-archive.li ↗
annas-archive.pm ↗
annas-archive.in ↗
SLUM [无关联] ↗
SLUM 2 [无关联] ↗