Skip to content

Commit ad285b8

Browse files
Tom GotsmanTom Gotsman
authored andcommitted
star history image
1 parent bfe2af7 commit ad285b8

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed
216 KB
Loading

blog/2025-06-20-reflex-dash.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,10 @@ meta: [
1313

1414

1515
---
16-
16+
```python exec
17+
import reflex as rx
18+
from reflex_image_zoom import image_zoom
19+
```
1720

1821

1922
**Plotly Dash** and **Reflex** are Python frameworks for building interactive data dashboards. Both enable data scientists and quantitative analysts in finance to create and deploy rich web-based financial dashboards without extensive web-development experience, though they take different approaches.
@@ -26,6 +29,10 @@ Below we will analyze the strengths and weaknesses of each framework across seve
2629
4. [Deployment & Scalability](#deployment-&-scalability)
2730

2831

32+
```python eval
33+
image_zoom(rx.image(src="/blog/star-history-reflex-dash.png", border_radius="10px", alt="Reflex vs Dash Github Star History")
34+
)
35+
```
2936

3037
## Language & Framework Design
3138

0 commit comments

Comments
 (0)