Skip to content

Commit

Permalink
add link to todomvc liveviewjs to readme
Browse files Browse the repository at this point in the history
  • Loading branch information
floodfx committed Feb 11, 2022
1 parent d5ca322 commit 96a3488
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -192,6 +192,8 @@ Navigate to `src/examples` to see the example code.
Run `npm run examples` then point your browser to:
* `http://localhost:4444/` - Shows the index of all the examples

There is also a standalone [TodoMVC](https://github.com/floodfx/todomvc-liveviewjs) example application written in LiveViewJS.

### More Details on the Approach to Building LiveViewJS 📐

* **Reuse Phoenix Client Libraries and app.js code** - The Phoenix team has done a ton of heavy lifting on the client that we can just use. We also benefit from fixes and improvements in the future. [See `src/client/liveview.ts` for client code.]
Expand Down

0 comments on commit 96a3488

Please sign in to comment.