Recently, I found that our company’s code performance is poor. As I reviewed code, there’s so many code like this:
condition ? <SomeComponent /> : <></>
They use Fragment as replacement of null. Can this code occur performance problem?
Blancer.com Tutorials and projects
Freelance Projects, Design and Programming Tutorials
Recently, I found that our company’s code performance is poor. As I reviewed code, there’s so many code like this:
condition ? <SomeComponent /> : <></>
They use Fragment as replacement of null. Can this code occur performance problem?