live_data icon indicating copy to clipboard operation
live_data copied to clipboard

Results 15 live_data issues
Sort by recently updated
recently updated
newest added

Add support to other `assign` functions and add support for `assign_async`. --- @hansihe I'm tring to add support for assing_async, but I'm facing a issue when the code is compiled:...

Hi @hansihe, thanks for bringing LiveData to life. I want to know the best way to handle authentication with LiveData? Do you have any plan to support something like `attach_hook...

If we know the set of variables captured by a `keyed`, we can be smarter about when it is reevaluated. As an example: ```elixir deft render(assigns) do for post

short term

Utilities for testing a LiveData, probably similar to how LiveView testing works.

Right now only the happy case is handled, we want better diagnostics from the compiler. - [x] Nicely format internal compiler errors - [x] Report when stub functions are used...

short term
high-level-goal

`Expr.Scope` has special semantics where nested uses of expressions is treated as a reference to a variable instead of nesting. `FlatAst.Util.traverse` and `FlatAst.Util.traverse_post` needs to handle this properly.

Client side data structures is a feature which allows you to manage and mutate a data structure on the client without storing all the data on the server. An example...

short term

Right now the tracked compiler will fail on pretty much every AST node type except the minimal set implemented for the POC. We want to expand this to support (pretty...

help wanted
short term
high-level-goal

The compiler is written to be able to do the tracked transformation on any AST. We want to experiment with applying it to the LiveView template AST, to see the...

short term

In order to support things like stateful components or to support `phx-update`/temporary assigns on top of managed data structures, we need the ability to support subtree lifecycle hooks. This would...

short term