Skip to content

Latest commit

 

History

History
143 lines (80 loc) · 7.35 KB

react-resources.md

File metadata and controls

143 lines (80 loc) · 7.35 KB

React Resources · Curated by X-Teamers

Table of contents:

Community

Tutorials

  • SurviveJS - React

    SurviveJS - React shows you how to build a simple Kanban using React. The idea is that if you can build a simple application, you can probably build something more complex after that.

  • React Fundamentals

    In this series we'll be talking all about React Native. React Native allows you to build native iOS and Android applications in JavaScript and React.js.

  • Build Your First React.js App

    Building your first React application can be challenging. React itself is fairly simple. It has a small API that can be learned quickly.

  • Getting Started with Redux

    In this series, we will learn the basics of Redux, so that you can start using it to simplify your applications.

  • Building React Applications with Idiomatic Redux

    You will explore advanced state management, middleware, React Router integration, and other common problems you are likely to encounter while building applications for your clients and customers.

  • Forms in React and Redux

    In this tutorial we are going to implement a simple React library for creating, composing and serializing form elements.

  • React Tutorial: Cloning Yelp

    This post will guide you through building a full React app, even with little to no experience in the framework. We're going build a Yelp clone in React

Newsletters

  • React Digest

    Flux, Redux, MobX, React and React Native we are watching everything so sign up and get your portion of javascript awesomeness every week.

  • React Native Newsletter

    Free weekly occasional summary of React Native news, articles, issues & pull requests, libraries and apps.

  • React.js Newsletter

    The free, weekly newsletter of the best React.js news, articles, projects, and more — brought to you by React.js Program

  • Fullstack React

    Fullstack React is a weekly newsletter about the React ecosystem with an emphasis on useful libraries, tutorials and code. Subscribe to read the best articles each week on React, Flux, GraphQL, Relay, and friends.

Conferences

Podcasts

  • React Native Radio

    React Native Radio is a weekly discussion of the tools, techniques, and technologies used to build mobile applications with JavaScript and React done by developers regularly using React Native.

  • React 30

    A @reactjs podcast in 30 minutes hosted by @ReactTraining

  • 5 minutes of React podcast

    Podcast about React hot topics and JavaScript ecosystem.

  • Reactbits

    A weekly podcast keeping you up to date on the latest news and libraries in the React ecosystem.

Books

  • React: Up & Running: Building Web Applications

    With this practical guide, Facebook web developer Stoyan Stefanov teaches you how to build components--React's basic building blocks--and organize them into maintainable, large-scale apps. If you're familiar with basic JavaScript syntax, you're ready to get started.

  • Learning React

    A hands-on guide to building maintainable, high-performing web application user interfaces using the React JavaScript library

  • ReactJS: Ultimate Beginners Guide

    The book guides you on how to carry out unit testing in React.js. However, the guide covers how to do this using both React.js and Redux.

  • Pro React

    This book explores the React library in depth, as well as detailing additional tools and libraries in the React ecosystem, enabling you to create complete, complex applications.

  • Mastering React

    This book is ideal for web developers possessing strong core JavaScript fundamentals who are also interested in learning what React brings to the architectural table. Previous experience with React or other web frameworks isn't required, but may help.

  • React.js Essentials

    A fast-paced guide to designing and building scalable and maintainable web apps with React.js

  • ReactJS Blueprints

    Packed with real-world code, this book starts by covering the idea behind ReactJS and the key concepts you must familiarize yourself with.

  • The Complete Redux Book

    A book for both beginners and expert to understand the purpose for redux and how to leverage it for better state management. Available for free at Leanpub

X-Team