chore: fix typos in readme
This commit is contained in:
parent
5eafd01827
commit
6d52a3bea0
1 changed files with 8 additions and 8 deletions
10
README.md
10
README.md
|
@ -13,11 +13,11 @@ The result is a reactive UI on property changes. [View on CodePen ↗](https://c
|
||||||
|
|
||||||
## Features
|
## Features
|
||||||
|
|
||||||
- A props API that synchronizes your components' property values and HTML attributes
|
- A robust `props` API that synchronizes your components' property values and HTML attributes
|
||||||
- Sensible life-cycle hooks that you understand and remember
|
- Sensible life-cycle hooks that you understand and remember
|
||||||
- An html tagged templates powered by preact's html/mini
|
- A minimal `html` function for tagged templates powered by preact's tiny (450 Bytes) [htm/mini](http://github.com/developit/htm)
|
||||||
- Attach functions as "side effects" that gets triggered on property value changes with attachEffect (example)
|
- Attach "side effects" that gets triggered on property value changes with `attachEffect` ([example](https://codepen.io/ayoayco-the-styleful/pen/ExrdWPv?editors=1011))
|
||||||
- Provided out-of-the-box with McFly, a powerful no-framework framework
|
- Provided out-of-the-box with [McFly](https://ayco.io/gh/McFly), a powerful no-framework framework
|
||||||
|
|
||||||
## Table of Contents
|
## Table of Contents
|
||||||
|
|
||||||
|
@ -289,6 +289,6 @@ As of the major release v2.0.0, the base class is around 1.7 kB (min + gzip) acc
|
||||||
>
|
>
|
||||||
>I also don't want to get things in my code that I don't need (YAGNI -- You Aren't Gonna Need It)... and I want a base class for simpler use cases that don't have Proxy props or attaching effects...
|
>I also don't want to get things in my code that I don't need (YAGNI -- You Aren't Gonna Need It)... and I want a base class for simpler use cases that don't have Proxy props or attaching effects...
|
||||||
>
|
>
|
||||||
>To address this, I am working on a "lite" version my base class... please stay tuned.
|
>To address this, I am working on a "lite" version of my base class here... please stay tuned.
|
||||||
>
|
>
|
||||||
> -Ayo
|
> -Ayo
|
Loading…
Reference in a new issue