Click here to Skip to main content
15,885,366 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
14 Jan 2022 by Mike Finnegan
I have been following along on a YouTube tut for creating a MERN blog. When I try to get data from MongoDB using Axios, I get a 404 error, saying it can't find /posts route. Please help me find what I am missing. I've only found this on Google...
13 Sep 2017 by Dave Ceddia
5 projects to help you learn React
31 Aug 2022 by nityanand NCR
A post method is working fine with Postman but not working in react native and getting error code 400. The api working from asp rest api. I have tried this code. What I have tried: const formData = new FormData(); formData.append("file",...
30 Mar 2017 by Muddassir Mohammed
This article demonstrates how to implement a simple Flux workflow using React along with a working example.
18 Oct 2016 by Dave Ceddia
This is a visual guide to state in React
24 Mar 2022 by vinod-op
I faced an error and tried to solve this but after wasting my whole day it not be solved. this is My Login.js file The code which I bold(in the I used I f-else condition). the condition does not work. I set the condition if the user role is...
12 Sep 2021 by Alen Toma
ObjectuseState - the behavior of React.UseState applies to object properties
14 May 2021 by Gabriel Segura 2021
When I console.log it only gives me one object and im guessing its because of the way I've deconstructed it. setAgent is iterating over a single object instead of the array of objects. But im not sure how to fix this. useEffect(() => { ...
1 Jul 2018 by Aijaz Ali Abro
i am beginner in react native android app development. I install Genymotion Emulator and it is working fine for testing, but when i plugin my phone Lenevo A7000Plus i faced app:installDebug Exception (See in image) Please help. What I have tried: Google Google Google Google Google GoogleGoogle
2 Jul 2018 by Mike V Baker
Sometimes you'll need a specific USB driver for the type of phone. First place I would go is the phone manufacturer support area looking for USB drivers. If they have one marked for debug that would be a plus. Also, you might have to turn on the debugging ability. In the Samsung and the Google...
28 Oct 2019 by AlHal9
This code shows how to use a combobox in a Sharepoint online webpart using react. The sample data is hard coded. How can I bind the combo box to a Sharepoint list? I have a list of 60 cost centers and I want them to appear in a combo box with autocomplete switched on. import * as React from...
9 Jan 2020 by Hasitha Chandrasekara
I need to redirect from a home page to a separate map-page when a button is clicked. The redirect to the map-page happens successfully with history.push() but however the Booking.com map-widget fails to load....When using window.location.assign(), the map-widget loads as the page refreshes...Is...
22 Aug 2017 by Dave Ceddia
How to build a Metronome in React
28 Oct 2018 by Manjunath Matathamana
Developer Tutorial on Building a Video Streaming App using OpenTok and React Native
21 Mar 2017 by dsuryd
Simple, lightweight, yet powerful way to build real-time React + C# .NET web apps with dotNetify-React.
3 Jun 2015 by Ashtekar Amit
Building ReactJs component And Integration of ReactJs with AngularJS.
15 Nov 2017 by Tzuriely
Hi, I am new with react and i need help. I created a element class that use in props. so when i want to call this element is can do it like that: and then use in name (props.name) as parameter in the class element(http get request). As I am understand i must to write this in...
13 Aug 2023 by Happy Learning
I'm trying to do windows authentication in react js and .net 6 but after trying so many soluction I didn't able to solve this. What I have tried: I have tried to set authorize http verb on controller but when I send request from react to api ,...
31 Jan 2021 by Wajid Ansari
In my project I want to render the dish details(from DishDetail component) upon clicking the image(MenuComponent) using onClick. Link to my sandbox: vigorous-austin-5l1p5 - CodeSandbox[^] What I have tried: Since, I'm new to the coding...
30 Jan 2021 by Richard MacCutchan
onclick Event[^]
26 Jun 2017 by Dave Ceddia
Cheat to win: Learn React with Copywork
25 Mar 2020 by FireMonkey92
Hi, I am working on a react project. My requirement is to clear redux store when ever the use closes the browser. (Not on Refreshing the page.) i have done some research on it and found about EventListner events "beforeunload". Here what i have...
25 Mar 2020 by Richard Deeming
If you return a value from the beforeunload event, the browser will display a confirmation message to the user asking whether they want to leave the page. By the time the user clicks "cancel", your code has already run, and your state has been...
13 Nov 2015 by Modesty Zhang
Web application evolves to be more component-based, data-driven and service oriented. This article documents what we’re looking for and what we’ve found when evaluating Polymer and React for component-based web application development.
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
11 Jul 2022 by saifulhaque
Hi, I am new developer in react. My question is Example I need to copy authors array to authors1 changing field name .Can you please help me const authors = [ { 'id': 1, ...
11 Jul 2022 by Richard Deeming
You won't find an exact answer to your question. A lot of programming is about finding a close-enough answer and adapting it to your requirements. Use the Array.map method to map the elements in your array: Array.prototype.map() - JavaScript |...
12 Apr 2019 by hrmaker
I'm using a component named "trip" and this component tries to recover some information, like 'rider id', 'tax' and 'distance' between driver and rider. When Geolocalization function is passing to the component, it doesn't recover all the objects. I think that Cordova Plugin doesn't ok. ...
1 Jan 2018 by Manjunath Matathamana
A step-by-step tutorial for building a basic sales application using React
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
8 Nov 2019 by Sanwar ranwa
In this article, we will learn the step by step process of creating login and registration pages using Reactjs and Web API
27 Sep 2021 by Member 15341738
I am trying to create a calculator in React, with an output field updating once user inputs one of the values. It has to be within a class. class CreateProjectAlter extends React.Component { render() { const { classes } = this.props; ...
27 Sep 2021 by saiche nouh
the question is not clear , you wanna a calculator that shows an output updated once you update the input ? is that your question?
27 Sep 2021 by saiche nouh
import "./styles.css"; import {useState} from "react"; export default function App() { const [input1 , setInput1] = useState(1); const [input2 , setInput2] = useState(1); const [output , setOutput] = useState(1); return (
13 Jun 2018 by Ryan Peden
A quick tip on adding labels to React form elements
7 Apr 2020 by Vikas Sharma
Scrum poker app using ASP.NET Core SignalR 3.1 with React in Typescript
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.
18 Mar 2021 by Vedavyas Velaga
I am appending a text element in DOM using d3, the function will be something like this someElement.append('text') .text('x') .on('click', function (d: ITag) { const tagToRemove =...
27 Apr 2020 by Sacha Barber
Small demo app using React/Redux and hooks
27 May 2018 by Dave Ceddia
You’ve got a React app, and an API server written in Express or something else. Now – how do you deploy them both to a server?
24 Jul 2017 by Dave Ceddia
How to deploy React to multiple environments
1 Jun 2022 by Fraction Analytics
call API using `fetch` and get response in console and assign values to table header. after that creating one button in react js. Each button have one video URL which is got from API response API response: Camera_Number:"Camera_1" ...
5 Oct 2016 by Dave Ceddia
How to divide React work between designers and developers
5 Jul 2016 by Dave Ceddia
Do not use bind when passing props
14 May 2017 by Peshko
I have a project on react / typescript with webpack 2 and different components refered by the main module from outside with index files. Here is the test project: Uploadfiles.io - duplicatedcomponentsinbundle.zip[^] The bundle is located in:TestReactTs\Scripts\App\portal.bundle.js hello.tsx...
18 Jun 2021 by Nilson Araujo
I've deployed an application in React to IIS on Windows. A basic system, a login screen and a dashboard screen. Upon logging in, it drops to a dashboard screen. And on the panel screen, if I press F5 the 403 error occurs. My routes are:...