routerino 1.1.2 → 1.1.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +3 -3
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -2,11 +2,11 @@
|
|
|
2
2
|
|
|
3
3
|
> A lightweight, SEO-optimized React router for modern web applications
|
|
4
4
|
|
|
5
|
-
Routerino is a
|
|
5
|
+
Routerino is a zero-dependency router tailored for [React](https://reactjs.org/) [client-side rendered (CSR)](https://developers.google.com/web/updates/2019/02/rendering-on-the-web#csr) websites - perfect for modern web architectures like [JAMStack](https://jamstack.org/) or simple [Vite.js](https://vitejs.dev/)-React sites. It supports [Prerender](https://github.com/prerender/prerender) tags for SEO-friendly redirects and HTTP status codes, and can automatically generate a sitemap.xml file from your routes. Routerino **simplifies client-side routing** in React apps while **providing essential SEO optimizations out of the box** - a minimalist router with SEO benefits.
|
|
6
6
|
|
|
7
|
-
|
|
7
|
+
As a developer, I've always been passionate about creating user-friendly applications and websites. However, I've encountered challenges when it comes to routing and SEO optimization in React client-side rendered (CSR) websites. For many years, the de facto routing monoculture has led to a lack of diversity and innovation in the React ecosystem. Moreover, keeping up with the frequent API churn has been time-consuming and annoying. Frustrated, I set out to create Routerino—a lightweight, zero-dependency router that keeps routing simple and offers great SEO benefits out of the box.
|
|
8
8
|
|
|
9
|
-
|
|
9
|
+
## Features
|
|
10
10
|
|
|
11
11
|
Key capabilities:
|
|
12
12
|
|