Marcin Wojnarowski
Marcin Wojnarowski
Any chance we can get this merged and released?
Is the node/branch tagging you are referring to discussed somewhere?
> But I think I get it, you are saying that Beamer performs it's operations only on the path string, without regards of the actual stack being built? This sounds...
Which version of `android-js-runtimes` are you using? Did you perhaps try `0.2.0`? Javascriptcore was bumped significantly in that version
You shouldn't be passing full states between fragments. Fragments should know as little as possible about other ones. For communication you use vanilla CustomEvents or some sort of an [event...
i have done an app using tailor with react-redux fragments (sadly i cant open source it). Heres how it works: Each of your fragment has its own store, it is...
Yep, whoever will need emited data can just create a event listener
@SathishKumar140 well we are talking about front-end after all, things are exposed to the user and they can be easily intercepted. So yes it's not 'secure' however sensitive information shouldn't...
This can now be solved by using enhanced enums, but it would mean the SDK constraint has to be bumped up to dart 2.17. Would that be a wanted change?...
From what I can tell this change would be breaking in the following sense: - If someone was extending `Level` (why?) it will no longer work - If someone was...