How to turn my app container element into react ref?
Hello folks, I'm somehow new to React. I thrive to write testable code. I have my Home page which renders either HomePublic or HomePrivate. Depending on whether a user is logged in or not. Now, it happens that I designed my public home page template ...
Join discussion