You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+6-6Lines changed: 6 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -47,15 +47,15 @@ npm run watch
47
47
48
48
The [examples/1-hello-world/](examples/1-hello-world/) directory contains a simple example demonstrating basic Shiny-React usage with both R and Python Shiny applications. The Shiny back end simply capitalizes the input value and sends it back to the front end.
49
49
50
-
**View app in Shinylive: [R](https://wch.github.io/shiny-react/1-hello-world-r.html) | [Python](https://wch.github.io/shiny-react/1-hello-world-python.html)**
50
+
**View app in Shinylive: <ahref="https://wch.github.io/shiny-react/1-hello-world-r.html"target="_blank">R</a> | <ahref="https://wch.github.io/shiny-react/1-hello-world-python.html"target="_blank">Python</a>**
51
51
52
52

53
53
54
54
### Input Component Examples
55
55
56
56
The [examples/2-inputs/](examples/2-inputs/) directory showcases various input components and their integration with Shiny. This comprehensive example demonstrates:
57
57
58
-
**View app in Shinylive: [R](https://wch.github.io/shiny-react/2-inputs-r.html) | [Python](https://wch.github.io/shiny-react/2-inputs-python.html)**
58
+
**View app in Shinylive: <ahref="https://wch.github.io/shiny-react/2-inputs-r.html"target="_blank">R</a> | <ahref="https://wch.github.io/shiny-react/2-inputs-python.html"target="_blank">Python</a>**
59
59
60
60
-**Text Input** - Basic text input with server-side transformation
61
61
-**Number Input** - Numeric input with range constraints
@@ -74,15 +74,15 @@ Each component follows consistent patterns and demonstrates real-time bidirectio
74
74
75
75
The [examples/3-outputs/](examples/3-outputs/) directory demonstrates outputs that consist of arbitrary JSON data, as well as plot outputs.
76
76
77
-
**View app in Shinylive: [R](https://wch.github.io/shiny-react/3-outputs-r.html) | [Python](https://wch.github.io/shiny-react/3-outputs-python.html)**
77
+
**View app in Shinylive: <ahref="https://wch.github.io/shiny-react/3-outputs-r.html"target="_blank">R</a> | <ahref="https://wch.github.io/shiny-react/3-outputs-python.html"target="_blank">Python</a>**
78
78
79
79

80
80
81
81
### Server-to-Client Messages Example
82
82
83
83
The [examples/4-messages/](examples/4-messages/) directory showcases advanced server-to-client communication patterns using custom message handlers. This example demonstrates how Shiny servers can proactively send messages to React components for real-time notifications, status updates, and other server-initiated events.
84
84
85
-
**View app in Shinylive: [R](https://wch.github.io/shiny-react/4-messages-r.html) | [Python](https://wch.github.io/shiny-react/4-messages-python.html)**
85
+
**View app in Shinylive: <ahref="https://wch.github.io/shiny-react/4-messages-r.html"target="_blank">R</a> | <ahref="https://wch.github.io/shiny-react/4-messages-python.html"target="_blank">Python</a>**
86
86
87
87
Key features demonstrated:
88
88
-**Custom Message Handlers** - Registering handlers for specific message types
@@ -96,7 +96,7 @@ Key features demonstrated:
96
96
97
97
The [examples/5-shadcn/](examples/5-shadcn/) directory demonstrates building modern, professional UIs using [shadcn/ui](https://ui.shadcn.com/) components with Tailwind CSS. This example shows how to integrate popular React component libraries with Shiny-React applications.
98
98
99
-
**View app in Shinylive: [R](https://wch.github.io/shiny-react/5-shadcn-r.html) | [Python](https://wch.github.io/shiny-react/5-shadcn-python.html)**
99
+
**View app in Shinylive: <ahref="https://wch.github.io/shiny-react/5-shadcn-r.html"target="_blank">R</a> | <ahref="https://wch.github.io/shiny-react/5-shadcn-python.html"target="_blank">Python</a>**
The [examples/6-dashboard/](examples/6-dashboard/) directory presents a comprehensive dashboard application with charts, tables, and interactive data visualization. This sophisticated example demonstrates how to build data-driven applications with Shiny-React.
113
113
114
-
**View app in Shinylive: [R](https://wch.github.io/shiny-react/6-dashboard-r.html) | [Python](https://wch.github.io/shiny-react/6-dashboard-python.html)**
114
+
**View app in Shinylive: <ahref="https://wch.github.io/shiny-react/6-dashboard-r.html"target="_blank">R</a> | <ahref="https://wch.github.io/shiny-react/6-dashboard-python.html"target="_blank">Python</a>**
115
115
116
116
Key features demonstrated:
117
117
-**Interactive Charts** - Dynamic data visualization with filtering
0 commit comments