-
Angular reactive forms facilitate a reactive style of programming that favors explicit management of the data flowing between a non-UI data model (typically retrieved from a server) and a UI-oriented …
-
Some elements do not seem to be responsive when change of window size occurs.
![image](https://github.com/user-attachments/assets/08e7ce30-a7ad-429f-a7d6-ee873cfa6810)
-
I've found myself writing a lot of express apps that do:
```python
from shiny import reactive, render
from shiny.express import input, ui
```
It might be a worth the simplicity/readability to…
-
Our latest PR breaks the result block.
Steps to reproduce:
- Add a stack with dataset block.
- Add a new stack with result block.
- Add select block to first stack and select the first column.…
-
# Changelog
- [ ] Tree shaking: export all components directly in `maz-ui` - e.g: `import { MazBtn } from 'maz-ui'` (analyse bundle)
- [ ] All components don't have any size: Component size should…
-
Thesis: the next big trend in JS development is embracing the principles of reactive programming\* - in other words, building apps as systems that intelligently react to changes in _state_, rather tha…
-
### Reduced Test Case
not reproducible with a link (or more correctly globally reproducible)
### Bug Description
Not exactly a bug or a feature request (except maybe a documentation issue).
Is…
-
I create a local variable and input data from a textfield.
The value is stored into the variable ( if I click on the button to show snackbar, I see the value in the message ), but the UI is not updat…
-
This is my code:
```
from pathlib import Path
from shiny import App, ui, render, reactive
left_sidebar = ui.sidebar("Left Sidebar", id="left_sidebar", bg="#f8f8f8")
right_sidebar = ui.sideb…
-
```R
library(shiny)
ui Error: Can not assign value to read-only reactiveValue `count`
```
```R
server Error in .getReactiveEnvironment()$currentContext() :
#> Operation not allowed without…