Posts by Huberth • 31 points
2 posts
-
0
votes0
answers17
viewsQ: Is it bad practice to use native browser Apis with React?
I’ve been using React for a short time, and I use the browser’s native Apis a lot, for example to add or remove classes with events. My question is, is this a bad practice? I should try to make…
-
1
votes2
answers68
viewsQ: Move element up in 50% of its size
How could I do a vertical overlay of Flexbox? I want to make half the circle inside the above item. html, body { height: 100%; } body { background: #8844ee; } .card { height: 100%; display: flex;…