This directory contains an example React app that uses react-super-context
in various use cases.
- Counter example: This is a basic example with a counter state in a context. There is also a reference Counter example implemented with native React hooks only.
- Todo API example: A more complex use case integrating API calls.