react_crud_localStorage
CRUD app
A simple React/Redux CRUD application using local storage to persist state and simulate remote API calls
React/Redux basic CRUD with persistent state, demo->
29 stars
3 watching
10 forks
Language: JavaScript
last commit: over 8 years ago
Linked from 1 awesome list
Related projects:
Repository | Description | Stars |
---|---|---|
versent/redux-crud | Provides standard actions and reducers for building CRUD applications with Redux | 623 |
what-crud/vue-crud | A Vue.js based REST-ful CRUD system with authentication and layout management features | 833 |
enzoh/superheroes | An example of building a simple CRUD application on the Internet Computer using Motoko and React | 28 |
odranoelbr/vue-quasar-crud | A Quasar-based CRUD component using Axios to fetch remote data | 17 |
jamesjmeyer210/actix_sqlx_mysql_user_crud | An application demonstrating a common design pattern for user CRUD operations in Rust. | 122 |
shershen08/vue.js-v2-crud-application | A Vue.js demo app showcasing CRUD operations using version 2.0 of the framework and router. | 54 |
jamesplease/zero-boilerplate-redux | An example of a Redux CRUD application with minimal boilerplate | 18 |
sohelamin/crud-generator | Automates the creation of common application components | 1,406 |
q-mobile/model2app | Automates the creation of CRUD iOS apps based on Swift data models using Realm as the persistence layer. | 137 |
brigad/redux-rest-easy | A tool for generating and managing Redux state for network requests in React and React Native applications | 106 |
jungsoft/crudry | A utility library for generating and translating CRUD (Create, Read, Update, Delete) functions in Elixir applications. | 90 |
threepointone/redux-react-local | A library that allows React components to manage local state via Redux without the need for external messaging systems. | 369 |
thevahidal/soul | Automated API server and real-time WebSocket server for building CRUD APIs with a SQLite backend | 1,531 |
redux-effects/redux-effects-localstorage | A Redux effects driver for interacting with localStorage | 10 |
donavon/use-persisted-state | Provides a custom React Hook for shared and persistent state management across multiple instances, tabs, and browsers | 1,377 |