Introduction

Introduction

What is killua?

Killua is a local-storage management library for React applications.

Features

  • Get data from local storage
  • Set data to local storage
  • Next.js friendly
  • TypeScript friendly
  • Auto update in other tabs
  • Auto update in other components
  • Set expiration timer
  • Encrypt local storage data
  • Config file for configuration management
  • Reducer for state management
  • Selector for data access

Installation

The Killua package lives in npm (opens in a new tab). To install the latest stable version, run the following command:

# npm
npm install killua
 
# yarn
yarn add killua