Leanpub Header

Skip to main content

Filters

Category: "JavaScript"

JavaScript

  1. The Road to learn React (Italian)
    The Road to learn React (Italian)
    Your journey to master plain yet pragmatic React
    Robin Wieruch and Ivan Lasorsa

    A lot of roadmaps exist on how to master React. This book uses the common sense of these roads and weaves it into the implementation of an app. You will build an own React app. On the road you will learn ES6, React with all its basics and advanced concepts and internal state management. Updates via Twitter | NewsletterFull Course | Blog

  2. Schematics: Generating custom Angular Code with the CLI

    Learn how to generate custom code and how to update existing files with Schematics, the Angular CLI's code generator.

  3. Web Component Essentials
    Web Component Essentials
    An introduction to creating reusable user interfaces with Web Components. Full working code examples included!
    Cory Rylan

    Learn the essentials to get started creating Web Components. Stop rewriting your UI for every front end technology. Increase productivity by learning how to create UI components that work together with Angular, Vue, React and more! Authored by Google Developer Expert, Cory Rylan. Free lifetime updates of the book and code examples included!

  4. 《React 学习之道》The Road to React (简体中文版)
    《React 学习之道》The Road to React (简体中文版)
    通往 React 实战大师之旅:掌握 React 最简单,且最实用的教程
    Robin Wieruch, JimmyLv, and Jiahao Li

    如何掌握 React 存在特别多的路线图。本书提取这些路线图中的精华部分,并将其融入于一个应用程序的具体代码实现当中。 您将会构建一个属于自己的 React 应用程序。在本次学习之旅当中,您将学习 ES6,了解所有 React 的基础知识、先进理念,以及组件的内部状态管理。 通过 Twitter | Newsletter 获取更新完整课程 | 博客

  5. The Road to Firebase
    The Road to Firebase
    Your journey to master Firebase in JavaScript
    Robin Wieruch

    https://www.roadtofirebase.com

  6. The Road to learn React (Spanish)
    The Road to learn React (Spanish)
    Tu camino para aprender React simple y pragmático
    Robin Wieruch, Juan Luis Chaurant, Emanuel Canova, and Guillermo Salazar

    Hay muchos caminos para aprender React. Este libro toma elementos de cada uno y crea una ruta, que te guiará directo a la implementación de una web app real. Construirás tu propia aplicación React y aprenderás sobre ES6, React, conceptos básicos y gestión interna de estado. Actualizaciones vía Twitter | NewsletterCurso Completo | Blog

  7. Testing Vue.js components with Jest
    Testing Vue.js components with Jest
    A concise guide to testing Vue.js components using Jest and the official library vue-test-utils
    Alex Jover Morales

    A concise and practical guide to unit test your Vue.js components using Jest, the fully featured JavaScript testing framework. Learn shallow rendering, snapshot testing and dependency mocking, among other techniques.

  8. Desarrollo Frontend
    Desarrollo Frontend
    Introducción al mundo del desarrollo web
    Óscar Bustos

    Desarrollo Frontend es un manual con el que aprenderás las bases de conocimiento necesario para convertirte en desarrollador. De una forma sencilla y mediante ejercicios prácticos conocerás los lenguajes y técnicas básicas que todo desarrollador debe saber.

  9. Redux From Scratch
    Redux From Scratch
    Mike Mangialardi

    Redux is something you might hear a lot of as a JavaScript developer. However, it's not always so clear as to what it is, why you need it, and how to get started. Redux From Scratch clears this confusion by providing a practical guide that walks you through the basics of Redux and implementing it in a React/Redux/Express/MongoDB stack.

  10. The Angular Firebase Survival Guide
    The Angular Firebase Survival Guide
    Build Angular Apps on a Solid Foundation with Firebase
    Jeff Delaney

    Build Angular Apps on a Solid Foundation with Firebase

  11. Learn Functional Programming

    Want to learn the basic concepts of functional programming on simple and straightforward examples? This book is your trusted guide through all the new ideas you need to grasp as a beginner in the world of pure functions, closures, immutability, idempotence and other more or less obscure topics.

  12. Learn React VR
    Learn React VR
    Mike Mangialardi

    You don't have to dive into the uncharted territory of React VR on your own. I am doing my own exploration and packaging my findings into a wonderful guide so that we can discover the power of React VR together. If you'd like to support my journey, purchase a copy.

  13. Taming the State in React
    Taming the State in React
    Your journey to master Redux and MobX
    Robin Wieruch

    The book dives deeply into state management in React. You will learn everything about React's local state and state management with Redux and MobX. It comes with a lot of best practices, techniques and concepts. Along the way you will have practical hands on experiences by building own applications. Updates via Twitter, NewsletterCourseBlog Post

  14. Jquery Learning Center
    Jquery Learning Center
    Official Documentation, compiled regularly from the source
    offDocs

    Up-to-date compilation of the official documentation pages, hosted on https://github.com/jquery/learn.jquery.com. Updated regularly for you to have the latest version.

  15. SurviveJS - React
    SurviveJS - React
    De aprendiz a maestro
    Juho Vepsäläinen and Raúl Expósito

    SurviveJS te muestra cómo construir un Kanban sencillo usando React. La idea es que si puedes construir una aplicación sencilla, posiblemente puedas construir cosas más complejas después. La primera aplicación es siempre la más difícil y este libro viene en tu ayuda. Aparte de conocimiento básico sobre React, aprenderás técnicas de diseño como ...