Skip to content

Commit 2e955f9

Browse files
authored
Update dependencies reference
1 parent bc78430 commit 2e955f9

File tree

1 file changed

+8
-9
lines changed

1 file changed

+8
-9
lines changed

README.md

+8-9
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Awesome choo [![Awesome](https://cdn.rawgit.com/sindresorhus/awesome/d7305f38d29fed78fa85652e3a63e154dd8e8829/media/badge.svg)](https://github.com/sindresorhus/awesome) <div align="right">:steam_locomotive::train::train::train::train::train:</div>
22

3-
> [choo](https://choo.io/) is a `5kb` framework for creating
3+
> [choo](https://choo.io/) is a `4kb` framework for creating
44
> sturdy frontend applications
55
66
## Contents
@@ -27,19 +27,18 @@
2727
`choo` is a modular framework. These are the dependencies it glues together
2828
under the hood:
2929

30-
- [yo-yo](https://github.com/maxogden/yo-yo) - Modular UI library using DOM
31-
diffing and ES6 template strings.
3230
- [bel](https://github.com/shama/bel) - Create composable DOM elements using
3331
template strings.
3432
- [hyperx](https://github.com/substack/hyperx) - Convert template strings to
3533
library backends.
36-
- [morphdom](https://github.com/patrick-steele-idem/morphdom) - Fast and
37-
lightweight DOM diffing/patching (without the virtual part).
34+
- [nanomorph](https://github.com/choojs/nanomorph) - Hyper fast diffing algorithm for real DOM nodes.
3835
- [nanoraf](https://github.com/yoshuawuyts/nanoraf) - Only call RAF when needed.
39-
- [barracks](https://github.com/yoshuawuyts/barracks) - Action dispatcher for
40-
unidirectional data flows.
41-
- [sheet-router](https://github.com/yoshuawuyts/sheet-router) - Fast, modular
42-
client-side router.
36+
- [nanorouter](https://github.com/choojs/nanorouter) - Smol frontend router.
37+
- [nanobus](https://github.com/choojs/nanobus) - Tiny message bus.
38+
- [nanolocation](https://github.com/choojs/nanolocation) - Small window.location library.
39+
- [nanohref](https://github.com/choojs/nanohref) - Tiny href click handler library.
40+
- [nanoquery](https://github.com/choojs/nanoquery) - Tiny querystring module.
41+
- [nanotiming](https://github.com/choojs/nanotiming) - Small timing library.
4342

4443
### Demos
4544

0 commit comments

Comments
 (0)