Daz shows how build a to-do list app with Hyperapp, a pragmatic and ultralight framework for building SPAs that achieves results similar to React and Redux.
React
Michael shows how to build an SPA from scratch, without using a client-side JavaScript framework — helping you evaluate what these frameworks actually do.
Manjunath M. shows how to combine Bootstrap with React, exploring tools for building a UI with Bootstrap’s look and feel in a React-powered web application.
Virtual Reality is set to change the way we use computers and the web. Michaela Lehr shows you how to use React VR to declaratively create 3D applications.
This tutorial shows you how to easily create a simple blog that is both fast and light-weight, using React, GraphQL and Cosmic JS.
Lee Brandt walks us through adding user authentication into your React apps in just 15 minutes.
If you’re new to React, you could benefit from learning from React developers who’ve learned valuable lessons about the framework.
Tony Spiro continues his React Blog App by introducing Flux.
Tony Spiro shows how to build a React Universal Blog App that will first render markup on the server side to make your content available to search engines.
MobX is popular for React state management, but how does it measure up to Redux? Michael Wanyoike compares both and shows how to migrate from Redux to MobX
Use React and D3.js to build declarative, reusable visualization components. Swizec Teller waxes lyrical about the benefits of combining these two libraries
The creator of Charisma The Chameleon, Andrew Ray, looks at how to write 3D games declaratively using Three.js, ReactJS and WebGL.
Dan Prince shows how to build a Todo app using React, Redux, and Immutable.js, showing how to use these two libraries to manage state
No matter where you are on your journey, the best React content you need is here - take a look and dive in!
Are you an Angular dev looking to get started with React? If so, then join Mark Brown for a guided tour of the differences and similarities between the two.
Chris Laughlin takes a look at some of the options for applying CSS styles to React components, and introduces the styled-components library.
React eases the development of snappy, event-driven user interfaces that are fast at responding to state changes. This is particuarly important considering users expect web apps to feel smooth and seamless like native apps. In this article, you'll learn about what React is good at and what makes it work. This should provide you with the context required to decide if this library could be a good fit for your next project, and whether you should learn React.
Ivan Jovanovic introduces the basic concepts of reactive programming and explains why he's ditching React for Cycle.js, a functional reactive JS framework.
Moustapha Diouf walks through the his process for designing & building his side project: a fullstack JavaScript Trello clone using React, Redux, and Node.js
Writing inefficient React components can cause them to rerender too often. Peter Bengtsson looks at ways of creating and optimizing stateless components.
In this quick tip, Jelena Jovanovic shows how to customize the Telescope Nova theme, both markup and stylesheet with these easy-to-follow steps.
Pavels Jelisejevs introduces React Storybook, demonstrating how it aids collaboration and eases the pain of maintaining the UI components in your projects.
An excerpt from Azat Mardan's "React Quickly" book, which explains how to work with state in React and takes a look at the difference between state & props.
Learn how to use Stormpath to build a React.js application with user authentication.
Brad Denver explains how sitepoint.com does universal react rendering by using a Node.js proxy to pre-render components in content coming from WordPress.
Moritz Kröger discusses his experiences of using Redux without React — the problems faced, the solutions attempted and the lessons learned along the way.
React Native is a great framework for building cross platform apps, and Wern Ancheta looks at adding user analytics with Keen.io and Segment.io
Ayomide Aregbede creates a real-time app for chatting between users, making use of React Native and Pusher
Wern Ancheta uses React Native and the Microsoft face API to create a face recognition app.
Wern Ancheta walks you through building and packaging a cross-platform music streaming app, using electron, React and the SoundCloud API.