We're a place where coders share, stay up-to-date and grow their careers.
Hooks define state per call. This is very different. You can pass values between them and they execute while rendering.
Maybe this article helps? medium.com/@dan_abramov/making-sen...
Ah, so whereas services can be used as singletons, hooks are not because state is isolated...
However, if I don't need to define a state it can either be used as a hook or as a service?
Thanks for the article...and all that you do for react in general, cheers 🍻
Hooks define state per call. This is very different. You can pass values between them and they execute while rendering.
Maybe this article helps? medium.com/@dan_abramov/making-sen...
Ah, so whereas services can be used as singletons, hooks are not because state is isolated...
However, if I don't need to define a state it can either be used as a hook or as a service?
Thanks for the article...and all that you do for react in general, cheers 🍻