Posts by rdelgado • 23 points
2 posts
-
1
votes1
answer1070
viewsQ: (Reactjs) Hide div by clicking button
I have the following code in React: import React, { useState } from 'react'; import { Link } from 'react-router-dom'; import './Join.css'; const Join = () => { const [name, setName] =…
-
0
votes1
answer126
viewsQ: Insert HTML code block with javascript
Despite being new to the forum, I follow here for a long time and is always a great source of knowledge. But I do have a problem that I haven’t been able to solve yet. I am creating an occurrences…