python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
Fetching Data on useEffect
Consider the following block of code:
import React from 'react';
import Card from './components/Card';
import './App.css';
import Buttongrp from './components/Buttongrp';
import { useEffect, useState ...
Vedant Shah
Votes: 0
Answers: 3
How to hide the settings div after receving an input from the user ? in a React app
I have a simple Quiz app that fetches the questions from an API (https://opentdb.com/api.php?amount=100), filters them by difficulty, and renders the questions in the 'Questions' component.
I want to ...
michal
Votes: 0
Answers: 1
log axios response.data is causing react native app to crash
Everything works fine if using a URL that returns JSON e.g https://learn-numbers.herokuapp.com/v2/words/6788/English.
but I am trying to load HTML content from any URL
I would had say it was impossibl...
Raphael
Votes: 0
Answers: 1