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: apps/web/content/blog/build-time-components.mdx
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -64,7 +64,7 @@ This is [Code Hike](https://codehike.org)
64
64
65
65
The mdx loader will process `content.md` in several steps.
66
66
67
-
The first step is **transforming the source string into a markdown abstract syntax tree** (mdast).
67
+
The first step is transforming the source string into a markdown abstract syntax tree (mdast).
68
68
69
69
## !!steps
70
70
@@ -468,7 +468,7 @@ wihout any of the downsides.
468
468
469
469
## Conclusion
470
470
471
-
In the talk [Mind the Gap](https://www.youtube.com/watch?v=zqhE-CepH2g), Ryan Florence explains how we have different solutions for handling the network in web apps, different solutions with different trade-offs. With the introduction of React Server Components, components are now able to _cross_ the network and those trade-offs are gone.
471
+
In the talk [Mind the Gap](https://www.youtube.com/watch?v=zqhE-CepH2g), Ryan Florence explains how we have different solutions for handling the network in web apps. Different solutions with different trade-offs. With the introduction of React Server Components, components are now able to _cross_ the network and those trade-offs are gone.
472
472
473
473
This same technology that abstracted the network layer is also abstracting the build-time layer.
0 commit comments