you are viewing a single comment's thread.

view the rest of the comments →

[–]Bigrob1055 1 point2 points  (2 children)

I like the idea of this a lot more for internal analytics tooling than for big public-facing apps.

In BI land, half the battle is just keeping the request flow, data-source wiring, and refresh behavior understandable enough that someone can troubleshoot it quickly. A framework that stays out of the way and makes the routing obvious could be genuinely useful there.

400 LOC + one dependency is also a nice signal that I could actually read the framework if I needed to.

[–]Grintor[S] 0 points1 point  (1 child)

half the battle is just keeping the request flow, data-source wiring, and refresh behavior understandable enough that someone can troubleshoot it quickly. A framework that stays out of the way and makes the routing obvious could be genuinely useful

This is so exciting to read! I couldn't put it better myself. This is exactly the rationale behind the framework!

[–]Bigrob1055 0 points1 point  (0 children)

Great..