Skip to content

Commit ed679f6

Browse files
committed
cleaning and updating packages
1 parent ac6f309 commit ed679f6

File tree

7 files changed

+353
-440
lines changed

7 files changed

+353
-440
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -213,8 +213,8 @@ Preact is a fast and compact React-compatible Virtual DOM library. But because i
213213

214214
| | React | Preact |
215215
| ------- | --------- | -------- |
216-
| Parsed | 262.7 KB | 150.5 KB |
217-
| Gzipped | 86.78 KB | 52.11 KB |
216+
| Parsed | 262.9 KB | 150.55 KB |
217+
| Gzipped | 86.84 KB | 52.09 KB |
218218

219219
### Why not any common i18n package?
220220
You can freely integrate any React compatible i18n solution. But if React Proto already uses Redux and RTK, why just not use them for this task? Therefore, I have created a custom internationalization solution with a minimum additional code. It supports translations dynamic loading, server side rendering based on user acceptable languages, strict typing, etc. At the moment it just does not support string processing like pluralization, but it could easily be added later.

0 commit comments

Comments
 (0)