File tree Expand file tree Collapse file tree 9 files changed +31
-31
lines changed Expand file tree Collapse file tree 9 files changed +31
-31
lines changed Original file line number Diff line number Diff line change 21
21
</p >
22
22
<div class =" flex flex-col md:flex-row gap-6 md:gap-8" >
23
23
<p class =" text-xl text-gray-400 w-full max-w-lg" >
24
- That's why Elysia invest times to experiment with design
25
- decision to craft the most ergonomic way possible for
26
- everyone
24
+ That's why Elysia invests time to experiment with design
25
+ decisions to craft the most ergonomic way possible for
26
+ everyone.
27
27
</p >
28
28
<p class =" text-xl text-gray-400 w-full max-w-lg" >
29
- From built-in strict-type validation to unified types
29
+ From built-in strict-type validaiton to a unified type
30
30
system, and documentation generation, making an ideal
31
- framework for building server with TypeScript.
31
+ framework for building servers with TypeScript.
32
32
</p >
33
33
</div >
34
34
</section >
Original file line number Diff line number Diff line change 7
7
<h2
8
8
class =" text-2xl md:text-3xl leading-tight font-medium text-gray-400 mb-2"
9
9
>
10
- Can't find what looking for?
10
+ Can't find what you're looking for?
11
11
</h2 >
12
12
<h2
13
13
class =" text-5xl leading-tight font-semibold text-gray-400 mb-4 bg-clip-text text-transparent bg-gradient-to-tl from-fuchsia-500 to-blue-500"
16
16
</h2 >
17
17
</header >
18
18
<p class =" text-xl text-gray-400 w-full max-w-lg mb-4" >
19
- Elysia is one of the biggest community base for Bun first web framework .
19
+ Elysia is one of the biggest communities for Bun first web frameworks .
20
20
</p >
21
21
<p class =" text-xl text-gray-400 w-full max-w-lg" >
22
- You can ask your questions / propose a new feature / file a bug with our community and mainter .
22
+ You can ask your questions / propose a new feature / file a bug with our community and maintainers .
23
23
</p >
24
24
</section >
25
25
<section class =" flex flex-col w-full max-w-xl rounded-lg overflow-hidden" >
Original file line number Diff line number Diff line change @@ -42,8 +42,8 @@ const graphs = [
42
42
micro optimization.
43
43
</p >
44
44
<p class =" text-xl text-gray-400 w-full max-w-lg" >
45
- Elysia is able to outperform in various situation , being one of
46
- the top-perform TypeScript framework .
45
+ Elysia is able to outperform in various situations , being one of
46
+ the top-performing TypeScript frameworks .
47
47
</p >
48
48
</section >
49
49
<section class =" flex flex-col w-full max-w-xl" >
Original file line number Diff line number Diff line change 84
84
<h2
85
85
class =" relative text-5xl md:text-6xl md:leading-tight font-bold md:text-center leading-tight text-transparent bg-clip-text bg-gradient-to-r from-sky-300 to-indigo-400 mt-2 mb-8"
86
86
>
87
- Ergonomic Framework for Human <span
87
+ Ergonomic Framework for Humans <span
88
88
class =" absolute w-10 md:w-12 h-10 md:h-12 bottom-0 mb-4 ml-2 md:ml-0 md:mb-10 text-indigo-400"
89
89
>
90
90
<svg xmlns =" http://www.w3.org/2000/svg" viewBox =" 0 0 256 256" >
Original file line number Diff line number Diff line change @@ -29,14 +29,14 @@ new Elysia()
29
29
<p
30
30
class =" text-xl leading-normal text-gray-400 w-full max-w-lg mb-4"
31
31
>
32
- No need for additional method, just return a value to send data
33
- back to client
32
+ No need for an additional method, just return the value to send data
33
+ back to the client.
34
34
</p >
35
35
<p
36
36
class =" text-xl leading-normal text-gray-400 w-full max-w-lg mb-4"
37
37
>
38
- Whether it's a normal string, or complex JSON, just return value
39
- and Elysia will handle the rest
38
+ Whether it's a normal string, or complex JSON, just return the value
39
+ and Elysia will handle the rest.
40
40
</p >
41
41
</header >
42
42
</article >
Original file line number Diff line number Diff line change @@ -30,14 +30,14 @@ new Elysia()
30
30
<p
31
31
class =" text-xl leading-normal text-gray-400 w-full max-w-lg mb-4"
32
32
>
33
- Elysia generate OpenAPI 3.0 specs automatically to integrate
34
- with various tools across multiple languages
33
+ Elysia generates OpenAPI 3.0 specs automatically to integrate
34
+ with various tools across multiple languages.
35
35
</p >
36
36
<p
37
37
class =" text-xl leading-normal text-gray-400 w-full max-w-lg mb-4"
38
38
>
39
39
Thanks to OpenAPI compliance, Elysia can generate Swagger in one
40
- line with Swagger plugin
40
+ line with the Swagger plugin.
41
41
</p >
42
42
</header >
43
43
</article >
Original file line number Diff line number Diff line change @@ -65,12 +65,12 @@ onMounted(() => {
65
65
</h2 >
66
66
</header >
67
67
<p class =" text-xl text-gray-400 w-full max-w-lg mb-4" >
68
- Being one of the most popular choice for Bun web framework,
68
+ Being one of the most popular choices for a Bun web framework,
69
69
likely there is a plugin for what you want.
70
70
</p >
71
71
<p class =" text-xl text-gray-400 w-full max-w-lg" >
72
- If there's no plugin you need, it's easy to create one and share
73
- with community.
72
+ If the plugin you need is not there , it's easy to create one and share
73
+ it with the community.
74
74
</p >
75
75
<div class =" mt-8" >
76
76
<a
Original file line number Diff line number Diff line change 7
7
<h2
8
8
class =" text-5xl md:text-6xl md:leading-tight font-bold text-transparent bg-clip-text bg-gradient-to-br from-lime-300 to-cyan-300"
9
9
>
10
- Made for Human
10
+ Made for Humans
11
11
</h2 >
12
12
<h2
13
13
class =" text-3xl leading-tight font-medium text-gray-400 mb-8"
26
26
</p >
27
27
<div class =" flex flex-col md:flex-row gap-6 md:gap-8" >
28
28
<p class =" text-xl text-gray-400 w-full max-w-lg" >
29
- That's why Elysia invest times to experiment with design
30
- decision to craft the most ergonomic way possible for
31
- everyone
29
+ That's why Elysia invests time to experiment with design
30
+ decisions to craft the most ergonomic way possible for
31
+ everyone.
32
32
</p >
33
33
<p class =" text-xl text-gray-400 w-full max-w-lg" >
34
- From built-in strict-type validation to unified types
34
+ From built-in strict-type validaiton to a unified type
35
35
system, and documentation generation, making an ideal
36
- framework for building server with TypeScript.
36
+ framework for building servers with TypeScript.
37
37
</p >
38
38
</div >
39
39
</section >
Original file line number Diff line number Diff line change @@ -38,14 +38,14 @@ new Elysia()
38
38
<p
39
39
class =" text-xl leading-normal text-gray-400 w-full max-w-lg mb-4"
40
40
>
41
- Powered by TypeBox, Elysia enforce type-strict validation to
42
- ensure type integrity by default
41
+ Powered by TypeBox, Elysia enforces type-strict validation to
42
+ ensure type integrity by default.
43
43
</p >
44
44
<p
45
45
class =" text-xl leading-normal text-gray-400 w-full max-w-lg mb-4"
46
46
>
47
- Elysia infers types to TypeScript automatically to create
48
- unified type system like static type language
47
+ Elysia infers types to TypeScript automatically to create a
48
+ unified type system like in statically typed languages.
49
49
</p >
50
50
</header >
51
51
</article >
You can’t perform that action at this time.
0 commit comments