Quantcast
Channel: React – SitePoint
Browsing all 115 articles
Browse latest View live

Redux vs MobX: Which Is Best for Your Project?

For a lot of JavaScript developers, the biggest complaint with Redux is the amount of boilerplate code needed to implement features. A better alternative is MobX which provides similar functionality...

View Article


Image may be NSFW.
Clik here to view.

Why Use React JS for Fast Interactive User Interfaces?

This article is part of a series created in partnership with SiteGround. Thank you for supporting the partners who make SitePoint possible. Nowadays users expect sleek, performant web applications...

View Article


Image may be NSFW.
Clik here to view.

How I Designed & Built a Fullstack JavaScript Trello Clone

A few weeks ago, I came across a developer sharing one of his side projects on GitHub: a Trello clone. Built with React, Redux, Express, and MongoDB, the project seemed to have plenty of scope for...

View Article

Image may be NSFW.
Clik here to view.

Why I’m Switching from React to Cycle.js

I would guess that most developers these days are using some sort of framework for developing apps. Frameworks are there to help us structure complex apps and save us time. Every day, we can see much...

View Article

Image may be NSFW.
Clik here to view.

How to Create a Reddit Clone Using React and Firebase

React is an awesome JavaScript library for building user interfaces. Since the publishing of Create React App, it has become very easy to scaffold a barebones React application. In this article, we...

View Article


React vs Angular: An In-depth Comparison

Should I choose Angular, or React? Today's bipolar landscape of JavaScript frameworks has left many of developers struggling to pick a side in this debate. Whether you're a newcomer trying to figure...

View Article

Getting React Projects Ready Fast with Pre-configured Builds

Starting a new React project now days is not as simple as we'd like it to be. Instead of instantly diving into the code and bringing your application to life, you have to spend time configuring the...

View Article

Higher Order Components: A React Application Design Pattern

In this article we will discuss how to use Higher Order Components to keep your React applications tidy, well structured and easy to maintain. We’ll discuss how pure functions keep code clean and how...

View Article


React for Angular Developers

This article is for developers who are familiar with Angular 1.x and would like to learn more about React. We’ll look at the different approaches they take to building rich web applications, the...

View Article


Image may be NSFW.
Clik here to view.

React Quickly: How to Work with Forms in React

How to Work with Forms in React is an excerpt from React Quickly, a hands-on book by Azat Mardan for anyone who wants to learn React.js fast. This article covers how to capture text input and input via...

View Article

How to Learn React: Everything You Need to Get Started

React is a JavaScript library, originally built by developers at Facebook, for building fast user interfaces. If you’re dipping your toe into the React waters, or if your React development journey is...

View Article

How to Build a Todo App Using React, Redux, and Immutable.js

The way React uses components and a one-way data flow makes it ideal for describing the structure of user interfaces. However, its tools for working with state are kept deliberately simple --- to help...

View Article

Image may be NSFW.
Clik here to view.

Building a Game with Three.js, React and WebGL

I'm making a game titled "Charisma The Chameleon." It's built with Three.js, React and WebGL. This is an introduction to how these technologies work together using react-three-renderer (abbreviated...

View Article


Image may be NSFW.
Clik here to view.

Building Animated Components, or How React Makes D3 Better

D3 is great. As the jQuery of the web data visualization world, it can do everything you can think of. Many of the best data visualizations you've seen online use D3. It's a great library, and with the...

View Article

Image may be NSFW.
Clik here to view.

How to Test React Components Using Jest

This article is by guest author Jack Franklin. SitePoint guest posts aim to bring you engaging content from prominent writers and speakers of the JavaScript community. In this article, we'll take a...

View Article


Image may be NSFW.
Clik here to view.

Redux vs MobX: Which Is Best for Your Project?

For a lot of JavaScript developers, the biggest complaint with Redux is the amount of boilerplate code needed to implement features. A better alternative is MobX which provides similar functionality...

View Article

Image may be NSFW.
Clik here to view.

Build a CRUD App Using React, Redux and FeathersJS

Building a modern project requires splitting the logic into front-end and back-end code. The reason behind this move is to promote code re-usability. For example, we may need to build a native mobile...

View Article


Image may be NSFW.
Clik here to view.

Building a React Universal Blog App: A Step-by-Step Guide

When the topic of single page applications (SPAs) comes up, we tend to think of browsers, JavaScript, speed, and invisibility to search engines. This is because an SPA renders a page's content using...

View Article

Building a React Universal Blog App: Implementing Flux

In the first part of this miniseries, we started digging into the world of React to see how we could use it, together with Node.js, to build a React Universal Blog App. In this second and last part,...

View Article

6 Pro Tips from React Developers

We've teamed up with Open SourceCraft to bring you 6 Pro Tips from React Developers. Tip 1: Use functional components Tip 2: Keep your components small Tip 3: Understand how to handle this Continue...

View Article
Browsing all 115 articles
Browse latest View live