#state-management
Read more stories on Hashnode
Articles with this tag
In Swift, @state is a local state hook, similar to state hook “useState” in React, it will monitor the change of a variable. But @state don't have the...