Found 14 repositories(showing 14)
johnny-quesada-developer
This is a package to easily handling global-state across your react-native-components No-redux, No-context.
radiegtya
react native boilerplate 0.59.0 with Global State Management using React Hook & Reactn
hellomrgreen123
This project uses the basics parts of react-native to make an app that allows to take pictures and add location. The state has been managed with the custom hook store which functions in a similar way to redux to create a global state without the need for a third party library.
intellidev1991
Fully native global state manager using react Hooks. You can use this library instead of Redux or Mobx. also you can access state from all of your components and behavior with them using hooks.
jameslai
An example of using React's native hooks interface for a global application state
johnny-quesada-developer
This is a simple Todo List app built using React Native and Global State Hooks. The app uses a custom implementation of the `react-native-global-state-hooks` package along with `AsyncStorage` for persisting the state.
malith-gammanpila
An experimental idea to manage the global state of React Native components using React Hooks and Context API
gustavvopenna
💻🆕 Build with React 16.8 (Hooks), React Native, Styled Components, Expo, GitHub API, Context API as Global State Management System
goktu9
A React Native app demonstrating advanced State Management and Local Persistence. Features include Global State via Context API, persistent Authentication flow, Custom Hooks, and a Dark/Light theme switcher using AsyncStorage.
QasidLabeed
This repository provides a Biolerplate code to start a new project with React Native. It uses context hook to create a global state.
sarath-chandra-kattamuri
A simple and clean React Native Todo app with login functionality, built using AsyncStorage for persistent data and Context API for global user state. It features smooth navigation, local todo management, and a responsive UI built with React Hooks.
Pulkit3234
This is a CRUD app made with React Native, using useReducer and useContext hooks for mantaining a global state management accessible by all components in the app, and the data is stored on the json-server.
di-stoorx
A production-ready React Native boilerplate built with Expo and TypeScript. Includes scalable folder structure, React Navigation setup, global theme system, reusable UI components, API layer with Axios, Zustand state management, internationalization, custom fonts support, reusable modals system, utility hooks, and optimized development tooling.
allina606
react-native mobile app to create, read, update, delete blog posts. Global state management with useContext hook and createContext() function, reducer for clean code, stack navigation, and axios network requests to json server for memory efficiency
All 14 repositories loaded