Click here to Skip to main content
15,886,799 members
Everything / Web Development / React

React

React

Great Reads

by Fred Song (Melbourne)
Global Weather - React App with ASP.NET Core 3.0
by Sacha Barber
A little demo app to try out OpenFin
by dsuryd
Simple, lightweight, yet powerful way to build real-time React + C# .NET web apps with dotNetify-React.
by Pankaj Kumar Choudhary
In this article, we learn what is pure component, how its works, and what are the benefits of pure component.

Latest Articles

by Zijian
A series of articles comparing programmer experiences of Angular, Aurelia, React, Vue, Xamarin and MAUI
by Zijian
How to generate strongly typed client API in TypeScript for ASP.NET Core
by Denny Boechat
The Importance of Secure Authentication in Web Applications and the Role of Identity Providers
by Ashish Rastogi @11819728
SharePoint Framework WebPart to retrieve list items using React & REST API

All Articles

Sort by Title

React 

20 Apr 2016 by Dave Ceddia
3 minute react test drive
13 Sep 2017 by Dave Ceddia
5 projects to help you learn React
18 Oct 2016 by Dave Ceddia
This is a visual guide to state in React
22 Aug 2017 by Dave Ceddia
How to build a Metronome in React
26 Jun 2017 by Dave Ceddia
Cheat to win: Learn React with Copywork
11 May 2017 by Dave Ceddia
Convert React.createClass to ES6 Class
4 May 2017 by Dave Ceddia
Convert React.createClass to Stateless Function Components
19 Apr 2017 by Dave Ceddia
How to create a React app with an Express backend
13 Jun 2017 by Dave Ceddia
How to create React app with Express in production
24 Apr 2017 by Dave Ceddia
Create React App: Customize Webpack Config Without Ejecting
23 Jan 2018 by Aregbesola Sunday J
This article shows how React can be used in SharePoint framework to solve the challenges posed by _RequestDigest when perform a POST operation in SharePoint.
24 Jul 2017 by Dave Ceddia
How to deploy React to multiple environments
5 Oct 2016 by Dave Ceddia
How to divide React work between designers and developers
22 Dec 2017 by Philipp_Engelmann
How to allow the player and invaders to shoot each other, add a simple high-score and a GameOver-screen
8 Sep 2015 by Dave Kerr
How to get started with React and ES6
21 Jul 2016 by Dave Ceddia
How to get started with TDD in React
15 Jan 2018 by Dave Ceddia
Hot Reloading in Create React App Without Ejecting
22 May 2017 by Dave Ceddia
How to structure your React project
29 Nov 2017 by Dave Ceddia
Immutable updates in React and Redux
4 Oct 2017 by Dave Ceddia
Justifying React to the Business
20 Sep 2017 by Sacha Barber
Play Framework Reactive Kafka producer
12 Jun 2017 by Sacha Barber
This time, we will look at routing inside of a React application.
27 Jun 2017 by Sacha Barber
In this post, we will be implementing the static screen designs.
26 Apr 2016 by Dave Kerr
I'm going to share my experiences of experimenting in Angular 2, as someone who needs a pretty compelling reason to move away from React/Redux!
4 Jul 2016 by Dave Ceddia
React Gotchas
29 Mar 2020 by morzel
Using measureText method to calculate widths of text and then use setColumnWidth to adjust columns
23 Jan 2017 by Dave Ceddia
Watch out for undefined state
2 Feb 2018 by Dave Ceddia
Where and when to fetch data with Redux
21 Mar 2017 by Dave Ceddia
When you need to fetch some data for a React component, where do you do it?