diff --git a/ReadMe.md b/ReadMe.md index a15b524..e359bf6 100644 --- a/ReadMe.md +++ b/ReadMe.md @@ -24,9 +24,9 @@ https://web-cell.dev/scaffold/ - [x] **Path Mode**: `location.hash` (default) & `history.pushState()` -- [x] **Async Loading** (recommend to use with `import()` ECMAScript syntax) +- [x] **Async Loading** (based on `import()` ECMAScript syntax) -- [x] CSS based **Page Transition Animation** (example [CSS][7] & [TSX][8]) +- [x] [Animate.css][7] based **Page Transition Animation** ## Installation @@ -74,8 +74,14 @@ import { createRouter, PageProps } from 'cell-router'; const { Route, Link } = createRouter(); -const TestPage: FC = ({ path, history, defaultSlot, ...data }) => ( -