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
@@ -31,13 +31,13 @@ After heavily tested the master branch, tag and release using SemVer.
31
31
32
32
> For more information creating branches, read the [PAYW Contributing Guidelines](https://github.com/paywteam/contributing-guidelines#git-branch-names).
33
33
34
-
# Development Guides
34
+
##Development Guides
35
35
36
36
-[Pages](#Pages)
37
37
-[Components](#Components)
38
38
-[Sass](#Sass)
39
39
40
-
## Pages
40
+
###Pages
41
41
42
42
Next.js gracefully generates routes based on the files/directories structure inside the `pages`. It is much easier to manage and visualize them and reduces overheads configuring the routes. You can write a page component just like the other normal React components.
43
43
@@ -107,15 +107,15 @@ Share the same props type if a page receives some data from server side.
107
107
+ }
108
108
```
109
109
110
-
### VSCode Snippet
110
+
**VSCode Snippet**
111
111
112
112
We prepare a simple snippet for creating a new page component.
0 commit comments