reactjs
How to show pdf in react which is stored in mongodb database?
This is stored data in mongodb of pdf. In Materialthe binary data of the pdf. I want to show this pdf on the r开发者_StackOverflow社区eact application.[详细]
2022-12-07 19:52 分类:问答How to use mixins with nextjs 13
I am using Nextjs 13. My global.scss imports my _mixins.scss from the same styles folder. @import "mixins";[详细]
2022-12-07 19:50 分类:问答while using auth.onAuthStateChanged(), my user credentials are logged to the console even though there are no console.logs being used
I\'m using Firebase for authentication and I\'m using the onAuthStateChanged observer. I don\'t have a console.log() set up for user, but for some reason it logs to the console. I definitely don\'t wa[详细]
2022-12-07 19:49 分类:问答How to upload image using file_get_contents in php
I am new In Reactjs and php, I have index.js (page in Reactjs/nextjs) and i am sending image data (using multipart form data) And in Php i am trying to upload image but whenever i am trying to upload[详细]
2022-12-07 19:48 分类:问答What is the definition of first render in react native?
I am confused when will the first render happen开发者_开发问答. I tried following to figure it out.[详细]
2022-12-07 19:35 分类:问答Error when saving hook arrays, Uncaught TypeError: choices is not iterable
I am trying to create a simple MCQ exam form with choices and answers, whenever the user selects a choice, it is supposed to be added in to the array of choices.[详细]
2022-12-07 19:31 分类:问答How to make url api option short?
In this case I created a recursive promise function that is used to call different api urls. How do make the switch-case option in this code not too long?[详细]
2022-12-07 19:24 分类:问答How to do Zoom in/out using mouse wheel/pinch inside div as shown in fig. using JavaScript/reactjs [closed]
Closed. This question needs to be more focused. It is not currently accepting answers. Want to improve this question? Update the question so it focuses on one problem only by editing this[详细]
2022-12-07 19:23 分类:问答How do i get the state value which I have stored in the Child component to the Parent component in React without button OnClick events?
I have a child component which i call from the Parent and within the child component, i set state and get a specific value which is then stored within a state value. Now, how do i get the value from t[详细]
2022-12-07 19:22 分类:问答Restrict double minus in mui textfiled
Currently, Number type inputs accepting double minus (i.e: --1). But I want only one - sign. If user press another minus then it should preventDefault().[详细]
2022-12-07 19:20 分类:问答