You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+11-8Lines changed: 11 additions & 8 deletions
Original file line number
Diff line number
Diff line change
@@ -4,19 +4,19 @@
4
4
</a>
5
5
</p>
6
6
<h1align="center">
7
-
Gatsby v3
7
+
Gatsby v4
8
8
</h1>
9
9
10
10
<palign="center">
11
11
⚛️ 📄 🚀
12
12
</p>
13
13
<palign="center">
14
14
<strong>
15
-
Fast in every way that matters
15
+
Static. That. Scales.
16
16
</strong>
17
17
</p>
18
18
<palign="center">
19
-
Gatsby is a free and open source framework based on React that helps developers build blazing fast websites and apps
19
+
Gatsby is a free and open source framework based on React that helps developers build blazing fast websites and apps. </br> It combines the control and scalability of dynamically rendered sites with the speed of static-site generation, creating a whole new web of possibilities.
@@ -66,6 +66,8 @@ Gatsby is a modern web framework for blazing fast websites.
66
66
limitations. Gatsby sites are fully functional React apps, so you can create high-quality,
67
67
dynamic web apps, from blogs to e-commerce sites to user dashboards.
68
68
69
+
-**Choose your Rendering Option.** You can choose alternative [rendering options](https://gatsbyjs.com/docs/conceptual/rendering-options/), namely Deferred Static Generation (DSG) and Server-Side Rendering (SSR), in addition to Static Site Generation (SSG) — on a per-page basis. This type of granular control allows you to optimize for performance and productivity without sacrificing one for the other.
70
+
69
71
-**Use a Modern Stack for Every Site.** No matter where the data comes from, Gatsby sites are
70
72
built using React and GraphQL. Build a uniform workflow for you and your team, regardless of
71
73
whether the data is coming from the same backend.
@@ -88,6 +90,7 @@ Gatsby is a modern web framework for blazing fast websites.
88
90
89
91
-[Get Up and Running in 5 Minutes](#-get-up-and-running-in-5-minutes)
90
92
-[Learning Gatsby](#-learning-gatsby)
93
+
-[Release Notes](#-release-notes)
91
94
-[Migration Guides](#-migration-guides)
92
95
-[How to Contribute](#-how-to-contribute)
93
96
-[License](#-license)
@@ -146,28 +149,28 @@ Wondering what we've shipped recently? Check out our [release notes](https://www
146
149
147
150
## 💼 Migration Guides
148
151
149
-
Already have a Gatsby site? These handy guides will help you add the improvements of Gatsby v3 to your site without starting from scratch!
152
+
Already have a Gatsby site? These handy guides will help you add the improvements of Gatsby v4 to your site without starting from scratch!
150
153
154
+
-[Migrate from v3 to v4](https://www.gatsbyjs.com/docs/reference/release-notes/migrating-from-v3-to-v4/)
151
155
-[Migrate from v2 to v3](https://www.gatsbyjs.com/docs/reference/release-notes/migrating-from-v2-to-v3/)
152
-
-[Migrate from v1 to v2](https://www.gatsbyjs.com/docs/reference/release-notes/migrating-from-v1-to-v2/)
153
156
154
157
## ❗ Code of Conduct
155
158
156
159
Gatsby is dedicated to building a welcoming, diverse, safe community. We expect everyone participating in the Gatsby community to abide by our [**Code of Conduct**](https://www.gatsbyjs.com/contributing/code-of-conduct/). Please read it. Please follow it. In the Gatsby community, we work hard to build each other up and create amazing things together. 💪💜
157
160
158
161
## 🤝 How to Contribute
159
162
160
-
Whether you're helping us fix bugs, improve the docs, or spread the word, we'd love to have you as part of the Gatsby community!:muscle::purple_heart:
163
+
Whether you're helping us fix bugs, improve the docs, or spread the word, we'd love to have you as part of the Gatsby community!
161
164
162
165
Check out our [**Contributing Guide**](https://www.gatsbyjs.com/contributing/how-to-contribute/) for ideas on contributing and setup steps for getting our repositories up and running on your local machine.
163
166
164
167
### A note on how this repository is organized
165
168
166
169
This repository is a [monorepo](https://trunkbaseddevelopment.com/monorepos/) managed using [Lerna](https://github.com/lerna/lerna). This means there are [multiple packages](https://github.com/gatsbyjs/gatsby/tree/master/packages) managed in this codebase, even though we publish them to NPM as separate packages.
167
170
168
-
### Contributing to Gatsby v2
171
+
### Contributing to Gatsby v3
169
172
170
-
We are only accepting critical security patches for Gatsby v2.
173
+
We are only accepting critical security patches for Gatsby v3.
Copy file name to clipboardExpand all lines: packages/gatsby/README.md
+21-17Lines changed: 21 additions & 17 deletions
Original file line number
Diff line number
Diff line change
@@ -4,17 +4,19 @@
4
4
</a>
5
5
</p>
6
6
<h1align="center">
7
-
Gatsby v3
7
+
Gatsby v4
8
8
</h1>
9
9
10
-
<h3align="center">
10
+
<palign="center">
11
11
⚛️ 📄 🚀
12
-
</h3>
13
-
<h3align="center">
14
-
Fast in every way that matters
15
-
</h3>
12
+
</p>
13
+
<palign="center">
14
+
<strong>
15
+
Static. That. Scales.
16
+
</strong>
17
+
</p>
16
18
<palign="center">
17
-
Gatsby is a free and open source framework based on React that helps developers build blazing fast websites and apps
19
+
Gatsby is a free and open source framework based on React that helps developers build blazing fast websites and apps. </br> It combines the control and scalability of dynamically rendered sites with the speed of static-site generation, creating a whole new web of possibilities.
Gatsby is a modern web framework for blazing fast websites.
62
64
63
65
-**Go Beyond Static Websites.** Get all the benefits of static websites with none of the
64
-
limitations. Gatsby sites are fully functional React apps so you can create high-quality,
66
+
limitations. Gatsby sites are fully functional React apps, so you can create high-quality,
65
67
dynamic web apps, from blogs to e-commerce sites to user dashboards.
66
68
69
+
-**Choose your Rendering Option.** You can choose alternative [rendering options](https://gatsbyjs.com/docs/conceptual/rendering-options/), namely Deferred Static Generation (DSG) and Server-Side Rendering (SSR), in addition to Static Site Generation (SSG) — on a per-page basis. This type of granular control allows you to optimize for performance and productivity without sacrificing one for the other.
70
+
67
71
-**Use a Modern Stack for Every Site.** No matter where the data comes from, Gatsby sites are
68
72
built using React and GraphQL. Build a uniform workflow for you and your team, regardless of
69
73
whether the data is coming from the same backend.
@@ -76,7 +80,7 @@ Gatsby is a modern web framework for blazing fast websites.
and more to ensure your site is fast — no manual tuning required.
78
82
79
-
-**Host at Scale for Pennies.** Gatsby sites don’t require servers so you can host your entire
83
+
-**Host at Scale for Pennies.** Gatsby sites don’t require servers, so you can host your entire
80
84
site on a CDN for a fraction of the cost of a server-rendered site. Many Gatsby sites can be
81
85
hosted entirely free on [Gatsby Cloud](https://www.gatsbyjs.com/cloud/) and other similar services.
82
86
@@ -86,6 +90,7 @@ Gatsby is a modern web framework for blazing fast websites.
86
90
87
91
-[Get Up and Running in 5 Minutes](#-get-up-and-running-in-5-minutes)
88
92
-[Learning Gatsby](#-learning-gatsby)
93
+
-[Release Notes](#-release-notes)
89
94
-[Migration Guides](#-migration-guides)
90
95
-[How to Contribute](#-how-to-contribute)
91
96
-[License](#-license)
@@ -99,7 +104,6 @@ You can get a new Gatsby site up and running on your local dev environment in 5
99
104
100
105
```shell
101
106
npm install -g gatsby-cli
102
-
103
107
```
104
108
105
109
2.**Create a Gatsby site from a Gatsby starter.**
@@ -145,28 +149,28 @@ Wondering what we've shipped recently? Check out our [release notes](https://www
145
149
146
150
## 💼 Migration Guides
147
151
148
-
Already have a Gatsby site? These handy guides will help you add the improvements of Gatsby v3 to your site without starting from scratch!
152
+
Already have a Gatsby site? These handy guides will help you add the improvements of Gatsby v4 to your site without starting from scratch!
149
153
154
+
-[Migrate from v3 to v4](https://www.gatsbyjs.com/docs/reference/release-notes/migrating-from-v3-to-v4/)
150
155
-[Migrate from v2 to v3](https://www.gatsbyjs.com/docs/reference/release-notes/migrating-from-v2-to-v3/)
151
-
-[Migrate from v1 to v2](https://www.gatsbyjs.com/docs/reference/release-notes/migrating-from-v1-to-v2/)
152
156
153
157
## ❗ Code of Conduct
154
158
155
159
Gatsby is dedicated to building a welcoming, diverse, safe community. We expect everyone participating in the Gatsby community to abide by our [**Code of Conduct**](https://www.gatsbyjs.com/contributing/code-of-conduct/). Please read it. Please follow it. In the Gatsby community, we work hard to build each other up and create amazing things together. 💪💜
156
160
157
161
## 🤝 How to Contribute
158
162
159
-
Whether you're helping us fix bugs, improve the docs, or spread the word, we'd love to have you as part of the Gatsby community!:muscle::purple_heart:
163
+
Whether you're helping us fix bugs, improve the docs, or spread the word, we'd love to have you as part of the Gatsby community!
160
164
161
165
Check out our [**Contributing Guide**](https://www.gatsbyjs.com/contributing/how-to-contribute/) for ideas on contributing and setup steps for getting our repositories up and running on your local machine.
162
166
163
167
### A note on how this repository is organized
164
168
165
169
This repository is a [monorepo](https://trunkbaseddevelopment.com/monorepos/) managed using [Lerna](https://github.com/lerna/lerna). This means there are [multiple packages](https://github.com/gatsbyjs/gatsby/tree/master/packages) managed in this codebase, even though we publish them to NPM as separate packages.
166
170
167
-
### Contributing to Gatsby v2
171
+
### Contributing to Gatsby v3
168
172
169
-
We are only accepting critical security patches for Gatsby v2.
173
+
We are only accepting critical security patches for Gatsby v3.
0 commit comments