Click here to Skip to main content
15,880,725 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 Updated

React 

14 Apr 2022 by aaryan jain
Exercise 2: Chat Box Language: Angular / React Description: When you send a message from the send button then after 3 second system automatically sends you the same message back. Note: System will send text “Hi” instead of object object. What...
25 Sep 2019 by Afzaal Ahmad Zeeshan
This -g flag makes NPM install the package globally, so that the executable—in your case codesandbox—would be available from any directory, otherwise you will need to be in the same project where you installed it. Just restart PowerShell, as the window temporarily caches the executables and...
8 Jan 2021 by Afzaal Ahmad Zeeshan
Quote: Why I can't upload an image to wwwroot folder? First of all, why would you want to have a web browser upload files to your wwwroot folder? That is one of the highest security loopholes that I can think of. Quote: But nothing happens....
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
12 Sep 2021 by Alen Toma
ObjectuseState - the behavior of React.UseState applies to object properties
10 Aug 2022 by Alen Toma
This library is built so that you could secure JSON or string data in JS files. The library will shuffle the data in memory and make it unreadable for the naked eye.
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...
27 Sep 2021 by Ali Bahaari 2021
Consider this: ; I add the component above which is pair of inputs dynamically...
15 Feb 2022 by Andre Oosthuizen
Remove your Home constant completely, use the div inside your header as you are already making a call to "user" there, something like this (you need to play with it as I have no idea what end result you require) - function Header() { const...
15 Feb 2022 by Andre Oosthuizen
Try the following, just adjust the naming conventions to your own. Change your HTML markup to take more control on overflow:
21 Jan 2023 by Andre Oosthuizen
We can simply map an array with children inside of it, and some of those children have sub-children, and it can go on, your code should look something like this - import React, { useState } from "react"; export default function Family({...
30 Jan 2020 by andrew898701
Hello, I am trying to use my own icons in a css file to display icons on a react website. Below is the code that leads up to the point where I actually create the markers (I am using MapBox API. (See bottom of code) The problem is that a.) when i create my own SVG files in illustrator and...
19 May 2022 by André Marcos (Advisor), GracianoSouza
React Native, Node.js and PostreSQL, a PERN stack to develop an app to support the lost pets searching process
12 May 2022 by Ang QiShao Ben
I am working on a product that takes a file from API and read as a blob. But pressing the play button on the video does not work. I have tried using tried using querySelector or a useState variable. All not working. There are no errors as you can...
10 Mar 2024 by APE Experience
Hello, I am developing a website by testing the new functions of Cloudflare, and I already have my website integrated in their beta version. However, I would like to finalize the system I want to compose based on: 1. Teleporthq 2. Github...
5 Mar 2019 by Apurba pan
This document covers the basic knowledge of ReactJS and how to use React in web application.
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 Jul 2017 by arunkx
My textinput component is given below: const React = require('react') module.exports = (props) => { return ( props.onBlur(props.fieldName, e.target.value)} ...
24 Aug 2023 by Aryan Hegde
Project Overview: I am working on a social media application using React and Redux, where users can post, like, and comment on posts. Problem Description: I encountered an issue where the application is throwing errors related to undefined...
22 Mar 2023 by Ashish Rastogi @11819728
SharePoint Framework WebPart to retrieve list items using React & REST API
3 Jun 2015 by Ashtekar Amit
Building ReactJs component And Integration of ReactJs with AngularJS.
17 Feb 2022 by Beka Qi
Is it something wrong in my code that's only filter the data once, and after that I got no data when I search it again. What I have tried: const results = data?.map(singleData => { singleData.websites = singleData.websites.filter(website...
19 Apr 2023 by Bohdan Stupak
All your product details share the same state. You need to extract a component with a single product details where each product will contain its own state. Something like data.map((obj) => () In general, it's a good...
9 Jan 2023 by Chris Aug2022
I have a state setup using an Array that uses 0^n time I am trying to set it up so it uses O^1 time My Component. import { useEffect } from 'react'; import { useDispatch, useSelector } from 'react-redux'; import { Route, Switch, NavLink }...
25 Sep 2017 by Chris_Yu
Functional programming in front-end development
5 Dec 2017 by christian.gaetano
In this article I walk through the steps to add React’s best data grid – FlexGrid – to your web app using only Facebook’s Create React App, Wijmo, and a few lines of JavaScript.
18 May 2021 by D_Gregorian
How to create a React-Native (iOS & Android) FileManager with Firebase Storage
20 Apr 2016 by Dave Ceddia
3 minute react test drive
4 Jul 2016 by Dave Ceddia
React Gotchas
5 Jul 2016 by Dave Ceddia
Do not use bind when passing props
21 Jul 2016 by Dave Ceddia
How to get started with TDD in React
5 Oct 2016 by Dave Ceddia
How to divide React work between designers and developers
18 Oct 2016 by Dave Ceddia
This is a visual guide to state in React
23 Jan 2017 by Dave Ceddia
Watch out for undefined state
21 Mar 2017 by Dave Ceddia
When you need to fetch some data for a React component, where do you do it?
19 Apr 2017 by Dave Ceddia
How to create a React app with an Express backend
24 Apr 2017 by Dave Ceddia
Create React App: Customize Webpack Config Without Ejecting
4 May 2017 by Dave Ceddia
Convert React.createClass to Stateless Function Components
11 May 2017 by Dave Ceddia
Convert React.createClass to ES6 Class
22 May 2017 by Dave Ceddia
How to structure your React project
13 Jun 2017 by Dave Ceddia
How to create React app with Express in production
26 Jun 2017 by Dave Ceddia
Cheat to win: Learn React with Copywork
24 Jul 2017 by Dave Ceddia
How to deploy React to multiple environments
22 Aug 2017 by Dave Ceddia
How to build a Metronome in React
13 Sep 2017 by Dave Ceddia
5 projects to help you learn React
4 Oct 2017 by Dave Ceddia
Justifying React to the Business
29 Nov 2017 by Dave Ceddia
Immutable updates in React and Redux
15 Jan 2018 by Dave Ceddia
Hot Reloading in Create React App Without Ejecting
2 Feb 2018 by Dave Ceddia
Where and when to fetch data with Redux
27 May 2018 by Dave Ceddia
Ahh, the many ways of initializing state. It can be confusing. Do you put the state = {...} directly inside the class, or do you write a constructor and say this.state = { ... } inside the constructor? And do you need to have a constructor at all?
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?
12 Jun 2018 by Dave Ceddia
. Or: Taking a Picture Every 30 Seconds and Sending It To A Server.. I was planning to make pulled pork the next day. That evening I set up the Weber kettle, got out the bag of charcoal and some chunks of apple wood, and laid everything out. Mise en place, as they say.
7 Aug 2018 by Dave Ceddia
How to display a List in React
2 Jun 2018 by Dave Ceddia
Everybody says don’t do it. Never mutate state directly, always call setState. But why, though?
8 Sep 2015 by Dave Kerr
How to get started with React and ES6
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!
5 Apr 2021 by Demogorgon 2021
I have been given a ready made react component, in which I need to pass data as props but somehow I am not able to see the props data when I console log it. Can someone help me understand if I am passing the prop correctly .I am not aware what...
10 Apr 2023 by Denny Boechat
The Importance of Secure Authentication in Web Applications and the Role of Identity Providers
19 Jan 2020 by Dipankar937
You can definitely do this. But I suggest that Create your React project with the use of Visual Studio React Template. Because all configuration will generate automatically. Also you can do it in any react project. In React project 'react-router' is responsible for routing. You can see also...
21 Mar 2017 by dsuryd
Simple, lightweight, yet powerful way to build real-time React + C# .NET web apps with dotNetify-React.
12 Apr 2017 by dsuryd
How to add asynchronous, real-time data stream from a cross-platform .NET back-end to your React web app without much effort
9 Aug 2022 by Evoluteur
SVG icon set for CRUD applications packaged as a React component with light & dark themes and tooltip.
11 Dec 2018 by F-ES Sitecore
Google "read query string params javascript" and you'll find lots of solutions for this Get Query String Parameters with JavaScript[^]