Skip to content

[FEATURE] (Hacktoberfest) Creating a State Management System #6

@Sas2k

Description

@Sas2k

State Management System

State: "A representation of a system in a given time. State refers to the data stored in Application in the form of a string, array, object, etc."

As you may know, A Stage Management system is another part of a Full-Stack Framework and It helps for large projects with a large number of Components

State-Types Needed:

  1. Application domain : Entity of the application. [For e.g. user, role, permissions, etc.. are called entities in the user management system]
  2. Component(View) state : Filter out these entities based on user gender, role and update state of component/view.
  3. Network state : User entity is logged or not in the application?
  4. Communication state : Is it in the process of fetching the entities information from the back-end or server?
  5. Navigation state : Where is user in the application? Which entities user is looking at or referring at?

You can create PR's for each Types Separately (Depends how many you Implemented.)

Metadata

Metadata

Assignees

Labels

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions