DEV Community

Discussion on: My first React 'aha' moment. Is this an antipattern?

Collapse
 
artmllr profile image
Art

Glad you found that useful!

Perhaps one more thing to add, is that if you were to serialize the state (to persist it in local storage for example), you'd also have to use custom objects. React Elements are circular, so you can't easily stringify them.