Skip to content

Commit

Permalink
Remove inline transitions reference from readme
Browse files Browse the repository at this point in the history
  • Loading branch information
tbranyen committed Nov 2, 2022
1 parent 2e05c9d commit c0fb7fe
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -61,16 +61,6 @@ the foundation of the diffHTML ecosystem.
Transforms your input into function calls. This eliminates the need for
runtime parsing. This is similar to how React compiles down JSX.

* [diffhtml-middleware-inline-transitions](/packages/diffhtml-middleware-inline-transitions)

```sh
npm install diffhtml-middleware-inline-transitions
```

By default diffHTML invokes transition hooks globally to all elements. This
middleware turns them into scoped, performant, event hooks that are bound
inline on the markup tags.

* [diffhtml-middleware-linter](/packages/diffhtml-middleware-linter)

```sh
Expand Down

0 comments on commit c0fb7fe

Please sign in to comment.