0.1.995 • Published 1 year ago

@viral98/react-state-sync v0.1.995

Weekly downloads
-
License
-
Repository
github
Last release
1 year ago

React State Sync

The main goal of this project is to explore a possibility of a combined state management utility to eliminate the need for server-side state storage and client side state storage.

It also aims on elimination of writing boiler plate code by the developers to keep both state storage in sync. Our goal is to provide the upsides of a server state cache i.e. preventing repeated queries being sent to the server as long as the cached data is within the state time limits.

In addition to that also bring in the upsides of a client side state management frame- work, revolving majorly around cleaner code and increased rendering performance

Getting Started

Installation

npm i @viral98/react-state-sync

yarn add @viral98/react-state-sync

Modify your next.config.js

const withPlugins = require('next-compose-plugins');
const withTM = require('next-transpile-modules')(['@viral98/react-state-sync']);

module.exports = withPlugins([withTM], {
  reactStrictMode: true,
  swcMinify: true,
});
0.1.995

1 year ago

0.1.993

1 year ago

0.1.992

1 year ago

0.1.991

1 year ago

0.1.99

1 year ago

0.1.98

1 year ago

0.1.97

1 year ago

0.1.96

1 year ago

0.1.95

1 year ago

0.1.94

1 year ago

0.1.93

1 year ago

0.1.92

2 years ago

0.1.91

2 years ago

0.1.9

2 years ago

0.1.8

2 years ago

0.1.7

2 years ago

0.1.6

2 years ago

0.1.5

2 years ago

0.1.4

2 years ago

0.1.3

2 years ago

0.1.2

2 years ago

0.1.1

2 years ago

0.1.0

2 years ago