DEV Community

Discussion on: Using the React Context API, the right way (a time saver)

Collapse
 
khoan profile image
khoan

ah, I think, it should be: <>{ condition ? children : null }</>

Or, the closing </> is optional? Thanks.

Thread Thread
 
itays123 profile image
Itay Schechner

Yeah, you should close it. I'd review my code snippets again next time.