You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jan 16, 2019. It is now read-only.
It would be fantastic to be able to use exjsx in incremental mode.
iex(1)>JSX.decode("[]",[:stream]){:error,:badarg}
I did some digging. It seems this is the place where incremental support is explicitly killed: https://github.com/talentdeficit/exjsx/blob/master/lib/jsx.ex#L16
I understand it was done because the feature probably needs more wrapping here and there so it was easier to just disable it and come up with proper impl later.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
The documentation mentions the upcoming streaming support. Is this still on the list? Or should one use jsx directly from Elixir for now?
The text was updated successfully, but these errors were encountered: