Skip to content

Commit f6ab89f

Browse files
authored
Update README.md
1 parent e4bbf9d commit f6ab89f

File tree

1 file changed

+10
-8
lines changed

1 file changed

+10
-8
lines changed

README.md

Lines changed: 10 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -32,27 +32,29 @@
3232
</div>
3333

3434
Key features:
35-
- 📖 library level code splitting
36-
- 🧙️ Prerendering compatible
37-
- 💡 TypeScript and Flow bindings
35+
- 1️⃣ Single source of truth - your __bundler drives__ everything.
36+
- 📖 __library__ level code __splitting__
37+
- 🧙️ __Prerendering__ compatible
38+
- 💡 __TypeScript__ and Flow bindings
3839
- 🌟 Async on client, sync on server. Supports __Suspense__ (even on server side)
3940
- 📦 could work with __any bunder__ - webpack or parcel - it does not matter
40-
- ✂️ could work with any import statement, passed from anywhere
41+
- ✂️ could work with any `import` statement, passed from anywhere*
4142

4243
Other features:
43-
- 🔥 Hot-Module-Replacement friendly
44+
- 🔥 Hot-Module-Replacement/React-Hot-Loader friendly
4445
- ⛓️ support forwardRef
45-
- Rect 16/Async ready
46-
- 🛠 HOC and Component API
47-
- 📦 and yes - this is the only __parcel-bundler compatible__ SSR-friendly React code splitting library
46+
- ⚛️ Rect 16/Async ready
47+
- 🛠 HOC and __Component__ API
4848
- 🐳 stream rendering support
49+
- 📦 and yes - this is the only __parcel-bundler compatible__ SSR-friendly React code splitting library
4950

5051
👍 Better than [React.Lazy](https://reactjs.org/docs/code-splitting.html#reactlazy):
5152
- SSR, Prerendering and Preloading support.
5253
- With or without Suspense, and easier Error cases support.
5354

5455
👍 Better than [Loadable-Component](https://github.com/smooth-code/loadable-components):
5556
- No bundler-related issues.
57+
- Easy way to use per-browser(modern/legacy) bundles.
5658
- Strong typing.
5759
- Prerendering support - `printDrainHydrateMarks` could be called from user space, so headless __browser could be your server__.
5860

0 commit comments

Comments
 (0)