Hacker News new | ask | show | jobs
by ayazhan 939 days ago
hey everyone, Ayazhan here. i'm a co-founder at Dropbase.

i would like to highlight a feature called "State and Context".

as python developers, we want to focus the logic part and don't worry too much about the ui. however, we still want the ui to look good. to accommodate that, we've introduced the concepts of State and Context (that are popular in frontend development) to python functions.

with State, you can access the data that the user is interacting with (row selection, form inputs, ect)

with Context, you can control the ui and communicate with the user (show messages, hide components, ect)

you can learn more about these features here:

https://docs.dropbase.io/concepts/state-and-context