Skip to content

Considering Observable Framework, but before I dive in: can selections presented to a user update, based on other selections they make, even in a statically generated OF app? #1835

Answered by sbarre
bzm3r asked this question in Q&A
Discussion options

You must be logged in to vote

If you mean can you update data based on user selections in page, then yes, a Framework application is reactive:

https://observablehq.com/framework/reactivity

There are built-in tools and inputs for giving user controls that will cause graphs and page elements to re-render based on those choices.

The specific behaviour you are describing (faceted filtering) is also possible to implement, but there's no built-in tooling for that.

So nothing stopping you from doing it, but you'd be doing it.

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by bzm3r
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants