Leanpub Header

Skip to main content

Filters

Category: "React"

Books

  1. 可部署软件的生产过程
    可部署软件的生产过程
    自动化构建与持续交付
    Juntao Qiu

    你会学习到如何通过自动化测试,接口模拟,以及持续集成和持续交付,构建一个稳健、可扩展的应用,同时实现快速反馈和高效交付。本书的目标是帮助你实现以终为始的开发方式,高效而专业地进行软件开发。这是一本专为那些渴望提高开发效率,同时想要深入理解自动化和持续交付在现代软件开发中作用的程序员们准备的书籍。

  2. The JavaScript Interview Bible 2023
    The JavaScript Interview Bible 2023
    A Comprehensive Guide with 1000+ Essential Questions and Answers!
    Nezir Zahirovic

    "The JavaScript Interview BIBLE" includes code samples, JavaScript trick questions, and sections on algorithms, microservices, deprecations, syntax, concurrency, memory management, testing, popular frameworks, and even JavaScript jokes!

  3. Dynamic Trio: Building Web Applications with React, Next.js & Tailwind

    Learn how to leverage the power of React, Next.js, and Tailwind CSS to build cutting-edge web applications, with step-by-step tutorials and practical insights.

  4. React from Scratch
    React from Scratch
    A definitive and comprehensive guide to React + Remix.
    Daniel Schmitz

    Learn React, Remix, Router, Knex, Prisma and to deploy a app at render.com

  5. React From Scratch, Book 3: React Mastery
    React From Scratch, Book 3: React Mastery
    This is the third book in the React from Scratch book series.
    Ajdin Imsirovic

    This is the third book in the React from Scratch book series.

  6. React From Scratch, Book 2: React and TypeScript
    React From Scratch, Book 2: React and TypeScript
    Build your porfolio with hooks and forms
    Ajdin Imsirovic

    Build better React apps using hooks and forms.

  7. Creating NPM Package with ReactJS
    Creating NPM Package with ReactJS
    React JavaScript Guide to Create, Test, and Publish NPM Libraries
    CodeSweetly

    Build and Publish Your Own React NPM Package! Want to share your React components with the world? CodeSweetly’s Creating NPM Package with ReactJS book walks you through the entire process—from setup to publishing—so you can confidently create and distribute your own reusable React packages. Set up a React-based NPM packageWrite clean, modular, and reusable componentsConfigure compiling tools for package optimizationPublish your package and manage updates like a pro No fluff—just clear, step-by-step guidance. Start building and sharing your React creations today! Printed copies of this book are also available on Amazon.

  8. React Clean Code
    React Clean Code
    The secret to becoming a productive and clean coder.
    Juntao Qiu

    Do you want to learn how to write better React code, with proven principles like S.O.L.I.D, Separation of Concerns, and Design Patterns in your React? This is a book for you. More than that, this book teaches you how to become a more productive developer with over 16 Refactorings and 20 IDE Shortcuts you can use immediately in your project today.

  9. Building a full Web-Stack with Docker and AWS Copilot
    No Description Available
  10. History of JavaScript Frameworks

    This book will take you on a journey from the 90s to the now. In our travels, we’ll encounter many frameworks and libraries. For instance, Knockout, React, Angular, Vue, Astro, Fresh, and many more. These meetings will increase our knowledge of their patterns, story, and use cases. 

  11. Creating a Wordle Game in React and TypeScript

    If you really want to learn some important concepts in React and Typescript and have fun doing it, this is the book for you. The book dives into features of React such as hooks, styled-components, building utility modules, and using typescript to help you accomplish it all. Also you'll learn best-practices along the way.

  12. 可维护的React
    可维护的React
    重构至整洁代码
    Juntao Qiu

    了解如何识别 React 中最常见的代码坏味道,以及将它们重构为更优雅和可维护的正确方法。 请记住,在大多数情况下,您是代码的读者,因此请通过学习和应用本书中讨论的有用技术来善待自己。

  13. Outside-In React Development
    Outside-In React Development
    A TDD Primer
    Josh Justice

    Learn how to build React apps using outside-in test-driven development, including end-to-end tests with Cypress and unit tests with Jest and React Testing Library. Includes an extended exercise building two application features. See how outside-in TDD leads to a thorough test suite, better regression safety, and a faster development speed.

  14. Large Scale Apps with Vue, Vite and TypeScript
    Large Scale Apps with Vue, Vite and TypeScript
    Build Large and Scalable front-ends that leverage component isolation, internationalization, localization, a modular state manager, component Libraries, API-client code that easily can switch between mocked data and live data and more.
    Damiano Fusco

    Using Vue 3 + Vite + TailwindCSS + JSONPlaceHolder and more

  15. A Practical Introduction to Developing Web3 Apps Using Solidity and React

    I have spent many weekends learning as much as I can on writing smart contracts and developing applications on the blockchain. I wrote this short and accessible book to share my learnings and show you how to build a Web3 app powered by a smart contract from scratch using Solidity, Hardhat, React and Next.js.