Skip to content

Commit 6303077

Browse files
committed
copy edits
1 parent 3d2c930 commit 6303077

File tree

1 file changed

+2
-4
lines changed
  • content/posts/2025/02/06/redesign

1 file changed

+2
-4
lines changed

content/posts/2025/02/06/redesign/index.md

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ If you want to close the Buzzmo section, just press the section title:
5151

5252
![Bongo closed tabs](Bongo_with_closed_tabs.png)
5353

54-
If you want to minimize the sidebar completely, you can (if you are a subscriber—free accounts will still see an ad in the sidebar):
54+
If you want to minimize the sidebar, you can (if you are a subscriber—free accounts will still see an ad in the sidebar):
5555

5656
![Bongo with collapsed sidebar](Bongo_collapsed.png)
5757

@@ -61,9 +61,7 @@ Finally, here's a preview of the new game complete sidebar - this is mostly the
6161

6262
## A Brief Technical Afterword
6363

64-
This will be brief, for the frontend engineers in the audience.
65-
66-
The original puzzmo.com website was [written in React Native](https://www.youtube.com/watch?v=2NItowAgfNA) because we planned to release a cross-platform native app. We have since changed our mobile app strategy (we're excited about the new plans!), which means we don't need to use React Native Web. This is great. React Native for Web is an impressive project, but ultimately quite a leaky abstraction that we all found quite challenging to work with. We are switching to standard React (bundled with Vite), and this project is the first step toward making it happen.
64+
The original puzzmo.com website was [written in React Native](https://www.youtube.com/watch?v=2NItowAgfNA) because we planned to release a cross-platform native app. We have since changed our mobile app strategy (we're excited about the new plans!), which means we don't need to use React Native Web. This is great. React Native for Web is an impressive project, but ultimately quite a leaky abstraction that we all found challenging to work with. We are switching to standard React (bundled with Vite), and this project is the first step toward making it happen.
6765

6866
We've already switched out React Native's router for [wouter](https://github.com/molefrog/wouter), and we've started moving all styling over to [stylex](https://stylexjs.com/), and reworking our internal components to use [Base UI](https://base-ui.com/). These changes have already been _great_ for performance, bundle size, and usability (finally, we will have hover states and real anchor links), and they unlock more flexibility around animation and interactivity in the future.
6967

0 commit comments

Comments
 (0)