reactjs tag

85 questions


1 answers
43 views
0
I cannot drag the item that I dragged once with react-dnd again.

I wrote it because I wanted to use react-dnd, but I can't drag it again after I drag it once.Could you please take a look at the details?Thank you for your cooperation.The moving objects are placed on...

2 years ago

1 answers
41 views
0
Exchange of values between files in React

From the introduction of the first React Introduction to the basics~Create a TODO app and learn!I am trying to create a TODO application by referring to .I would like to divide it into functions such ...

2 years ago

1 answers
96 views
0
How do I change the language of DatePicker in the MUI to Japanese?

Is there a way to change the MUI DatePicker language to Japanese?When I wrote a code similar to the one below, I got the error TypeError: Cannot read properties of undefined (reading 'date') in my bro...


1 answers
134 views
0
I want to return the cloneElement of React

I made the following components in React.The data is for receiving the APIconst Loop=({data,children})=>{ return( <ul>{ data.map(item,index)=>{ return( React.cloneElement( children, { ...


1 answers
44 views
0
I want to get HTMLDivElement by react

<div>1</div>I would like to obtain 1 of using reactjs.If it's a pure javascript, it's easy to get it from getelementbyid, but if it's react, which process should I follow to get it?I would...

2 years ago

1 answers
62 views
0
What is bind(this)?

While doing the React.js tutorial (https://facebook.github.io/react/docs/tutorial.html), I got the following code://tutorial13.jsvarCommentBox=React.createClass({ getInitialState: function(){ return {...


1 answers
94 views
0
Error installing react-draggable npm and cannot be installed.

When I tried to install a package called react-draggable on an existing React project, an error occurred and I am having trouble installing it.Run CommandsExecuted the following command:npm install re...

2 years ago

2 answers
54 views
0
I would like to ask you about ReactJS developers forum or site.

Is there a related developer forum or a site where I can learn?

2 years ago

1 answers
39 views
0
3*4 Animated Image Grid, How Can I Implement It?

https://www.youtube.com/watch?v=5ZWhnXZvdMMI want to make an animation that flows like this.It's an animation that has the same new images and flows indefinitely!How can we make it? At first, I made a...

2 years ago

1 answers
46 views
0
Can I know the relationship between php's v8js module and reaction?

Can I know the relationship between php's v8js module and reaction?You want to configure php as the server language and view as reactjs. But what I'm curious about isWhen you install v8js, the reactio...

2 years ago
« - 8 - »

© 2024 OneMinuteCode. All rights reserved.