All Questions
1 question
0
votes
1
answer
565
views
Conditional rendering with useEffect / useState, why is there a delay in the DOM when switching components?
Intro / Context
I am trying to build an application using React that allows for image or video display based on a chosen menu item. I am currently using Advanced Custom Fields within WordPress to ...