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.
Files changed (2) hide show
  1. package/README.md +3 -3
  2. 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 lightweight, zero-dependency router tailored for React client-side rendered (CSR) websites, perfect for modern web architectures like JAMStack and build tools such as Vite.js. 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, making it an excellent choice for developers seeking a minimalist router with SEO benefits.
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
- ## Features
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
- Routerino empowers developers to define and manage routing and SEO concerns in one centralized location. This approach eliminates duplication when creating sitemaps and setting page metadata like descriptions or open-graph tags. The core fits in one file for easy vendoring if that suits your need.
9
+ ## Features
10
10
 
11
11
  Key capabilities:
12
12
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "routerino",
3
- "version": "1.1.2",
3
+ "version": "1.1.3",
4
4
  "description": "Tiny, SEO-focused router for React websites",
5
5
  "repository": {
6
6
  "type": "git",