|
|
|
|
|
by slopinthebag
88 days ago
|
|
At first I thought this was using a compiler to figure out data dependencies on regular javascript objects, including built in's on the window and coming from third party dependencies, so you could do this: <div>window width: {window.innerWidth}</div>
But it's not, it's just on objects that subclass a Store. |
|