Skip to content

Commit b6a6b72

Browse files
committed
docs: 📝 cleaned up docs
1 parent c7d3ea2 commit b6a6b72

File tree

2 files changed

+11
-11
lines changed

2 files changed

+11
-11
lines changed

README.md

+10-10
Original file line numberDiff line numberDiff line change
@@ -2,19 +2,19 @@
22

33
[Book][book][Crate Page][crate][API Documentation][docs][Contributing][contrib]
44

5-
Perseus is a blazingly fast frontend web development framework built in Rust with support for major rendering strategies, reactivity without a virtual DOM, and extreme customizability. It wraps the lower-level capabilities of [Sycamore](https://github.com/sycamore-rs/sycamore) and provides a NextJS-like API!
5+
Perseus is a blazingly fast frontend web development framework built in Rust with support for major rendering strategies, reactivity without a virtual DOM, and extreme customizability. It wraps the lower-level capabilities of [Sycamore](https://github.com/sycamore-rs/sycamore)!
66

7-
- Supports static generation (serving only static resources)
8-
- Supports server-side rendering (serving dynamic resources)
9-
- Supports revalidation after time and/or with custom logic (updating rendered pages)
10-
- Supports incremental regeneration (build on demand)
11-
- Open build matrix (use any rendering strategy with anything else, mostly)
12-
- CLI harness that lets you build apps with ease and confidence
13-
- Full i18n support out-of-the-box with [Fluent](https://projectfluent.org)
7+
- 📕 Supports static generation (serving only static resources)
8+
- 🗼 Supports server-side rendering (serving dynamic resources)
9+
- 🔧 Supports revalidation after time and/or with custom logic (updating rendered pages)
10+
- 🛠️ Supports incremental regeneration (build on demand)
11+
- 🏭 Open build matrix (use any rendering strategy with anything else)
12+
- 🖥️ CLI harness that lets you build apps with ease and confidence
13+
- 🌐 Full i18n support out-of-the-box with [Fluent](https://projectfluent.org)
1414

1515
## Usage
1616

17-
Here's a taste of Perseus (see [the *tiny* example](https://github.com/arctic-hen7/perseus/tree/main/examples/tiny) for more):
17+
Here's a taste of Perseus (see [the _tiny_ example](https://github.com/arctic-hen7/perseus/tree/main/examples/tiny) for more):
1818

1919
```rust
2020
use perseus::{define_app, ErrorPages, Template};
@@ -61,7 +61,7 @@ These tasks still need to be done before Perseus can be pushed to v1.0.0.
6161
* [x] Support i18n out of the box
6262
* [x] Implement custom router
6363
* [x] Allow direct modification of the document head
64-
* [x] Improve SEO and initial load performance
64+
* [x] Improve SEO and initial load performance
6565
* [ ] Support custom template hierarchies
6666
* [ ] Pre-built integrations
6767
- [x] Actix Web

docs/next/src/what-is-perseus.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ Perseus aims to be more convenient than any other Rust web framework by taking a
6666
Basically, here's your workflow:
6767

6868
1. Create a new project.
69-
2. Define your app in under 30 lines of code (coming down to 15 with v0.2.0!)
69+
2. Define your app in around 12 lines of code and some listing.
7070
3. Code your amazing app.
7171
4. Run `perseus serve`.
7272

0 commit comments

Comments
 (0)