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: almost 9 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 | 624 |
what-crud/vue-crud | A Vue.js based application framework for building REST-ful CRUD systems with features like filtering, sorting, and authentication | 834 |
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. | 123 |
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,410 |
q-mobile/model2app | Automates the creation of CRUD iOS apps based on Swift data models using Realm as the persistence layer. | 136 |
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 | An automatic API server that creates RESTful and WebSocket APIs using SQLite as the backend database | 1,544 |
redux-effects/redux-effects-localstorage | A Redux effects driver for interacting with local or session storage | 10 |
donavon/use-persisted-state | Provides a custom React Hook for shared and persistent state management across multiple instances, tabs, and browsers | 1,377 |