mirror of
https://github.com/bigskysoftware/htmx.git
synced 2025-10-02 23:35:13 +00:00
surface MOAhD
This commit is contained in:
parent
2a4c49410d
commit
00794a31b8
@ -1,5 +1,6 @@
|
|||||||
---
|
---
|
||||||
layout: layout.njk
|
layout: layout.njk
|
||||||
|
tags: posts
|
||||||
title: A Real World React -> htmx Port
|
title: A Real World React -> htmx Port
|
||||||
---
|
---
|
||||||
|
|
||||||
@ -27,16 +28,9 @@ Until now.
|
|||||||
|
|
||||||
## Video
|
## Video
|
||||||
|
|
||||||
[//]: # (You can (should!) watch the entire presentation here:)
|
You can (should!) watch the entire presentation here:
|
||||||
|
|
||||||
[//]: # ()
|
<iframe width="1265" height="720" src="https://www.youtube.com/embed/3GObi93tjZI" title="DjangoCon 2022 | From React to htmx on a real-world SaaS product: we did it, and it's awesome!" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
|
||||||
[//]: # (<iframe width="615" height="350" src="https://www.youtube.com/embed/dQw4w9WgXcQ" )
|
|
||||||
|
|
||||||
[//]: # (title="Rick Astley - Never Gonna Give You Up (Official Music Video)" frameborder="0" )
|
|
||||||
|
|
||||||
[//]: # (allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>)
|
|
||||||
|
|
||||||
The video of this talk is not publically available yet, but if you just want the executive summary:
|
|
||||||
|
|
||||||
## Executive Summary
|
## Executive Summary
|
||||||
|
|
||||||
@ -69,22 +63,6 @@ effective and able to contribute more value. It also makes development more fun
|
|||||||
feature. Finally, it can lead to better optimized software, since the developer can make optimizations anywhere in
|
feature. Finally, it can lead to better optimized software, since the developer can make optimizations anywhere in
|
||||||
the stack without needing to coordinate with other developers.
|
the stack without needing to coordinate with other developers.
|
||||||
|
|
||||||
## Q&A
|
|
||||||
|
|
||||||
Here are some questions we asked David:
|
|
||||||
|
|
||||||
Q: How did you hear about htmx? What made you consider using it for Contexte?
|
|
||||||
|
|
||||||
Q: These are eye-popping numbers. Did you expect htmx to perform this well for you?
|
|
||||||
|
|
||||||
Q: Your team went from having a strong back-end/front-end split to a team of full-stack developers. How did that change
|
|
||||||
affect development?
|
|
||||||
|
|
||||||
Q: Surely there were areas where htmx wasn't as nice as react. Can you give some?
|
|
||||||
|
|
||||||
Q: Do you have any insights for other people considering htmx?
|
|
||||||
|
|
||||||
|
|
||||||
## Slides
|
## Slides
|
||||||
|
|
||||||
The slides for the presentation can be found here (be sure to check the excellent speakers notes!)
|
The slides for the presentation can be found here (be sure to check the excellent speakers notes!)
|
||||||
|
@ -18,8 +18,8 @@ directly in HTML, using [attributes](https://htmx.org/reference#attributes), so
|
|||||||
|
|
||||||
htmx is small ([~12k min.gz'd](https://unpkg.com/htmx.org/dist/)),
|
htmx is small ([~12k min.gz'd](https://unpkg.com/htmx.org/dist/)),
|
||||||
[dependency-free](https://github.com/bigskysoftware/htmx/blob/master/package.json),
|
[dependency-free](https://github.com/bigskysoftware/htmx/blob/master/package.json),
|
||||||
[extendable](https://htmx.org/extensions) &
|
[extendable](https://htmx.org/extensions),
|
||||||
IE11 compatible
|
IE11 compatible & [has reduced code base size by 67% when compared to react]
|
||||||
|
|
||||||
## motivation
|
## motivation
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user