📄️ Signals
A Signal represent a specific state that your application has to manage. For example, for managing users and products inside your ecommerce application you will have to create two separate signals called usersSignal and productsSignal.
📄️ Store
Store is a collection of signals. We know that in an application, we can manage many state separately, so Gx gives you the possibility to centralize all your state into a special place. The state becomes easier to manage like that.
📄️ Provider
The role of the provider is to make your state available everywhere in your application. So, it takes your store and exposes it globally.
📄️ Async Actions
Introduction
🗃️ Hooks
4 items