holoviz / param

Param: Make your Python code clearer and more reliable by declaring Parameters
https://param.holoviz.org
BSD 3-Clause "New" or "Revised" License
427 stars 73 forks source link

Rename param.reactive to param.rx #844

Closed philippjfr closed 1 year ago

philippjfr commented 1 year ago

In playing around with reactive @jbednar and I both found that it would actually be nicer if it was just called rx. It's shorter and once you're familiar it's quite readable. The other benefit is that it won't clash with panel.reactive, which means it can be re-exported on the pn namespace.