Posts
Members
Info
·268d# Help
React doesnt work on folders within domains?
Heeeeeydiho i build a react app, and have a small problem with it problem: putting it in www.xxx.com works perfectly, but putting it on www.xxx.com/test/ only gives out a blank page. …
2
Render Component after getData
I am searching for a solution to render my component after my data is fetched. The Problem with useEffect ist that it renders after the initital render. That creates two empty object in my DOM. That is quite the problem, since I want to style these. Funny enough conditional…
0
Problem with multiple return statements
I want to return a <h2> before keys.map gets returned. I already tried to add it with return (<h2>{item.title}....but this leaves everything below unreachable. Also tried different variations of {} and () but it didn't worked. Also thought of excluding the keys.map and make it a…
4
·274d# Help
react routing
I want to create http://john.wethemez.com/ this website-style routing in react. how can i create it?
9
·275d# Help
delete a state in an array
hello I implement the addition of two types of links : video (from Vimeo) …
2
Need Help with my react App
So I have the code shown below. Everything is working, but the everything inside the map function is not working. It doesn't get rendered and I don't know why. I am using webbpack5 with the runtime plugin and coresj v3. So it should work. Could someone help me please? Thanks in…
6