Leanpub Header

Skip to main content

Filters

Category: "React"

Books

  1. Understanding React
    The Simplest Practical Guide to Start Coding in React
    Enrique Pablo Molinari

    Learn how to code applications in React 19 by following a solid path that starts by studying essential JavaScript constructions to then go into React core concepts to finally write an application. Understand how to split an application into components, how to use props, state, events, hooks, react router v7 (declarative mode), and more.

  2. Build Jamstack web app with Next.js and Wagtail CMS.

  3. The Apollo Handbook
    A guide for building a production-quality React and GraphQL application.
    Ryan Bigg

    A short guide to building a production-quality React and GraphQL application, using TypeScript and Apollo.

  4. This book will teach you how to build a blog with React, Wagtail CMS and SSR (Server-Side Rendering), which has good performance and good SEO.

  5. Aprendiendo React
    Guía para aprender ReactJS desde cero
    Carlos Azaustre

    Del autor de "Aprendiendo JavaScript" llega "Aprendiendo React". Una guía práctica con todo lo que necesitas saber para aprender React.js desde cero.

  6. Creating React Applications with Python
    A novel approach for achieving Full-Stack Python
    John Sheehan

    A short tutorial on how to create front-end web applications in Python using the React JavaScript library, without having to program in JavaScript!

  7. React to Python
    Creating React Front-End Web Applications with Python
    John Sheehan

    Create responsive front-end web applications in Python using the React and Material-UI JavaScript libraries, without having to program in JavaScript, by using the Transcrypt transpiler that turns your Python code into JavaScript.

  8. Performance Optimized React Applications
    Tips on how to optimize React Apps for better performance
    A.J. García

    Leverage the power of built-in APIs and third-party libraries to build highly optimized React applications

  9. React Hooks
    A collection of React Hooks to use in your own Projects
    A.J. García

    React Hooks Tutorial with 26 React Hooks to use in your own projects

  10. Criando sua primeira aplicação MERN
    Criando sua primeira aplicação (M)ongoDB, (E)xpress, (R)eact e (N)ode.
    Jefferson Henrique
    No Description Available
  11. Descubre Svelte
    El framework más amado en el mundo del Frontend
    Miguel Angel Durán García

    Svelte es un soplo de aire fresco en el mundo del Desarrollo Web, dominado por React y Vue. Apuesta por evitar que escribas código repetitivo e inútil. Su sencillez hará que vuelvas a amar la Programación Web.

  12. This book will teach you how to build a SPA (single-page application) with React and Wagtail CMS

  13. React Redux Documentation
    Offline Ebook PDF Version of the React Redux v7.2.1 Documentation
    A.J. García

    React Redux Official Documentation in a Kindle / Ebook format which is easy to read. This is version 7.2.1 as hosted on react-redux.js.org, the idea is to help the community with a portable and easy to read version for offline reference.

  14. ReactJS Documentation
    Offline Ebook PDF Version of the ReactJS v16.13.1 Documentation
    A.J. García

    Easy to read ebook format of the official ReactJS documentation. This is version 16.13.1 as hosted on reactjs.org, the idea is to help the community with a portable and easy to read version for offline reference.

  15. It can be hard to create high-performance React applications without having a firm understanding of the foundations. In this book you'll create your own version of React that will give you a deep insight into the performance of React itself.