|
|
|
|
|
by tschiller
1959 days ago
|
|
Author here, happy to answer any questions For our product (PixieBrix) we actually generally grab the data directly from the front-end framework (e.g., React props). It's a bit less stable since it's effectively an internal API, but it means you can grab a lot of data with a single selector and can generally avoid parsing values out of text |
|
I would assume this might change on recompiles or at least library updates, never mind internal code changes. Do you find that it works in practice?