Comparing version
{ | ||
"name": "concave", | ||
"version": "0.0.21", | ||
"description": "A Lens-like interface for state management", | ||
"main": "dist/create-lens.js", | ||
"module": "dist/create-lens.mjs", | ||
"types": "dist/create-lens.d.ts", | ||
"version": "0.0.22", | ||
"description": "Lens-like state management (for React)", | ||
"main": "dist/index.js", | ||
"module": "dist/index.mjs", | ||
"types": "dist/index.d.ts", | ||
"typesVersions": { | ||
"*": { | ||
"*": [ | ||
"./dist/create-lens.d.ts" | ||
], | ||
"react": [ | ||
"./dist/react.d.ts" | ||
"./dist/index.d.ts" | ||
] | ||
@@ -20,8 +17,4 @@ } | ||
".": { | ||
"import": "./dist/create-lens.mjs", | ||
"require": "./dist/create-lens.js" | ||
}, | ||
"./react": { | ||
"import": "./dist/react.mjs", | ||
"require": "./dist/react.js" | ||
"import": "./dist/index.mjs", | ||
"require": "./dist/index.js" | ||
} | ||
@@ -28,0 +21,0 @@ }, |
@@ -1,37 +0,31 @@ | ||
# 🧐 Concave | ||
<p align="center"> | ||
<img src="./image.png" /> | ||
</p> | ||
A Lens-like interface for state management in React. | ||
Lens-like state management (for React). | ||
## Overview | ||
# Overview | ||
## Introduction to Lenses for React developers | ||
# Introduction to Lenses for React developers | ||
## Installation | ||
# Installation | ||
## API | ||
# API | ||
### `createLens<S>(initialState: S): Lens<S>` | ||
## `createLens<S>(initialState: S): Lens<S>` | ||
### `Lens<A>` | ||
## `Lens<A>` | ||
A stateless [Proxy](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Proxy) around `A` | ||
#### `Lens<A>.getStore(): Store<A>` | ||
## `Store<A>` | ||
#### `Lens<A>.$key` | ||
## `useCreateLens<A>(initialState: S): Lens<S>` | ||
#### `Store<A>` | ||
# Examples | ||
## Use with React | ||
# Testing | ||
### `useLens<A>(lens: Lens<A>, shouldUpdate? ShouldUpdate<A>): [Value<A>, Update<A>]` | ||
# Performance | ||
### `useCreateLens<A>(initialState: S): Lens<S>` | ||
## Examples | ||
## Testing | ||
## Performance tips | ||
1. Use shouldUpdate. | ||
@@ -43,2 +37,4 @@ | ||
<!-- | ||
## Example | ||
@@ -95,3 +91,3 @@ | ||
```tsx | ||
````tsx | ||
// Profile.tsx | ||
@@ -115,2 +111,6 @@ import { Lens } from "concave"; | ||
}; | ||
``` --> | ||
``` | ||
``` |
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
99048
-23.28%7
-53.33%999
-24.89%1
Infinity%