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)
Assign Data From Async Function Using Await
I am new to React.js and going through trial and error phase. Am using Github rest api to fetch issues from a specific repo as follows:
const octokit = new Octokit({ auth: `ghp_Ex4HplTmfCMHrJyN868Ne1t...
user8512043
Votes: 0
Answers: 0
How to get Result from a Promise object?
Working with function which returns Promise object like on the screenshot. How I can get PromiseResult from this object?
Shandy
Votes: 0
Answers: 3
react-redux mock subscribe useStore in reactJS
This is the element where the component logic is built, the value fragments to understand the situation
import { useStore } from ‘react-redux’;
const reduxStore = useStore();
useLayoutEffect(() => ...
Deiver Garcia
Votes: 0
Answers: 0
React-Native Redux and SQL Database
I'm trying to implement a simple app displaying data fetched via an API. I'm exposing my own API with an express server. With the API I can basically interact with my SQL database.
For the front-end a...
fritzchr
Votes: 0
Answers: 1