liveviewjs icon indicating copy to clipboard operation
liveviewjs copied to clipboard

LiveView-based library for reactive app development in NodeJS and Deno

Results 12 liveviewjs issues
Sort by recently updated
recently updated
newest added

pull client liveviewjs into own package

Summary of types in [Hooks docs](https://hexdocs.pm/phoenix_live_view/js-interop.html#client-hooks-via-phx-hook) Something like: ``` type ReplyRefFn = (reply: string, ref: string) => void; type PayloadHandlerFn = (payload: any) => void; /** * Define Hook interface...

See: https://hexdocs.pm/phoenix_live_view/Phoenix.LiveView.html#static_changed?/1 Use something like [staticify](https://github.com/errorception/staticify) to implement?

See https://github.com/gothinkster/realworld

See [File Uploads](https://hexdocs.pm/phoenix_live_view/uploads.html)

⚠️ WIP ⚠️ I got through some of the pages, but there are still others I'd like to review as time permits.

This looks very promising. any roadmap planned ?? Thanks

Is a support (or a port really) for streams planned? They're pretty new in LiveView, but they're quite a big deal. See https://fly.io/phoenix-files/phoenix-dev-blog-streams/ and https://hexdocs.pm/phoenix_live_view/Phoenix.LiveView.html#stream/4

I honestly believe that the implementation of Workers Threads is the feature that will propel this project to the stars.