Echo JS 0.11.0

<~>

orizens comments

orizens 21 days ago. link 2 points
I find it useful to write test steps in playwright because it clarifies the meaning behind the code as well as making the traceview more coherent.

Since i like cucumber's Given/When/Then approach and codecept.io dsl approach - i looked for a way to write bdd in playwright with typings support without the complex setup and without the need to write feature files - using bdd just for code.

the outcome of that is Talewright:

I believe this library may become useful for others as well.

appreciate any feedback, requests and pr's as well.
orizens 3389 days ago. link 1 point
I update the gist with simpler syntax that includes the class inside the component
s defintion object.
orizens 3877 days ago. link 2 points
aciddaniel - agreed.
however - if there's an existing backbone based app to maintain - let it be memory optimization or code refactor, switcher will reduce a lot of boilerplate code.
orizens 3879 days ago. link 1 point
you can think of it as the ui-router of backbone, just without the router binding