📄️ createStore
createStore is an advanced state management function in Igris that combines state and actions into a single hook. It provides a powerful way to manage complex state logic with associated actions, supporting features like state selection, persistence, and server-side rendering.
📄️ createState
createState is a powerful function in Igris that creates a versatile state hook. It enables state management both within and outside React components, offering features like optional persistence, server-side rendering support, and advanced update patterns.