Skip to content

Commit

Permalink
^version
Browse files Browse the repository at this point in the history
  • Loading branch information
LankyMoose committed Feb 25, 2024
1 parent 70a8d18 commit 3540464
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 27 deletions.
26 changes: 1 addition & 25 deletions packages/lib/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,28 +2,4 @@

#### _A lightweight (less than 6Kb) react-like library for creating web apps with ease._

<br />

## Features

- [x] useState
- [x] useEffect
- [x] useContext
- [x] useReducer
- [x] Router
- [x] useRef
- [x] useMemo
- [x] useFetch
- [x] useCallback
- [x] memo
- [x] useOptimistic
- [x] Class Components
- [x] renderToString
- [x] Portals
- [x] Transitions / Animations

<br />

<small>
Credit to <a href="https://github.com/pomber/didact">pomber/didact</a> for providing a solid starting point 👌🏻
</small>
### <a href="https://kaioken.dev">kaioken.dev</a>
4 changes: 2 additions & 2 deletions packages/lib/package.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
{
"name": "kaioken",
"version": "0.6.12",
"version": "0.7.0",
"description": "A lightweight (less than 6Kb) react-like library for creating web apps with ease.",
"main": "index.js",
"type": "module",
"repository": {
"type": "git",
"url": "https://github.com/Robby6Strings/kaioken"
"url": "https://github.com/CrimsonChi/kaioken"
},
"scripts": {
"build": "rm -rf dist && pnpm i && tsc",
Expand Down

0 comments on commit 3540464

Please sign in to comment.