Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Building web forms with Next.js and Vercel #32525

Merged
merged 92 commits into from Feb 1, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
92 commits
Select commit Hold shift + click to select a range
ccbc0f9
First commit
MaedahBatool Dec 15, 2021
c947893
Test Commit
MaedahBatool Dec 15, 2021
0c63133
First draft
MaedahBatool Dec 15, 2021
fe03f78
Update docs/guides/building-forms.md
MaedahBatool Dec 15, 2021
32cdcab
Update docs/guides/building-forms.md
MaedahBatool Dec 15, 2021
135d912
Update docs/guides/building-forms.md
MaedahBatool Dec 15, 2021
e74dba3
Update docs/guides/building-forms.md
MaedahBatool Dec 15, 2021
1901fee
Update docs/guides/building-forms.md
MaedahBatool Dec 15, 2021
e959731
Update intro.
MaedahBatool Dec 15, 2021
ff276d0
Update docs/guides/building-forms.md
MaedahBatool Dec 15, 2021
e6458f9
Improve docs in part 5
MaedahBatool Dec 15, 2021
a32952b
Update docs/guides/building-forms.md
MaedahBatool Dec 15, 2021
d4a7f76
Update docs/guides/building-forms.md
MaedahBatool Dec 15, 2021
fb9a4d6
Update docs/guides/building-forms.md
MaedahBatool Dec 15, 2021
cf32c4c
Update docs/guides/building-forms.md
MaedahBatool Dec 15, 2021
9ba1ba1
Update docs/guides/building-forms.md
MaedahBatool Dec 15, 2021
8bab84d
Update docs/guides/building-forms.md
MaedahBatool Dec 15, 2021
62d3f80
Update docs/guides/building-forms.md
MaedahBatool Dec 15, 2021
1465dd0
Update docs/guides/building-forms.md
MaedahBatool Dec 15, 2021
28abd17
Update docs/guides/building-forms.md
MaedahBatool Dec 15, 2021
b2712b3
Update docs/guides/building-forms.md
MaedahBatool Dec 15, 2021
ad6bc1f
Update docs/guides/building-forms.md
MaedahBatool Dec 15, 2021
0716c57
Update docs/guides/building-forms.md
MaedahBatool Dec 15, 2021
f4a050f
Update docs/guides/building-forms.md
MaedahBatool Dec 15, 2021
501b793
Fix Form function in JSX
MaedahBatool Dec 15, 2021
a492be6
Update docs/guides/building-forms.md
MaedahBatool Dec 15, 2021
f9bd33b
Update docs/guides/building-forms.md
MaedahBatool Dec 15, 2021
e8b7771
Update guide contents
MaedahBatool Dec 17, 2021
fd3db46
Add different cloud computing companies
MaedahBatool Dec 17, 2021
8cd8a9f
Update docs/guides/building-forms.md
MaedahBatool Dec 17, 2021
b4790aa
Add details about JavaScript validation
MaedahBatool Dec 17, 2021
54f80b0
Update docs/guides/building-forms.md
MaedahBatool Dec 20, 2021
49038df
Update docs/guides/building-forms.md
MaedahBatool Dec 20, 2021
3dafb7a
Improve code for validation without JS
MaedahBatool Dec 20, 2021
6b0b711
Improve regex docs
MaedahBatool Dec 20, 2021
8450ad6
Add regular expression example
MaedahBatool Dec 20, 2021
ceceba3
Explain regex example
MaedahBatool Dec 20, 2021
88e1e74
Add regex image
MaedahBatool Dec 20, 2021
58ac1d9
Add demo videos
MaedahBatool Dec 20, 2021
cdc923e
Improve small fixes
MaedahBatool Dec 22, 2021
edcbc0f
Fix images
MaedahBatool Dec 22, 2021
b3b4860
Fix images
MaedahBatool Dec 22, 2021
8027f44
Improve scripts
MaedahBatool Dec 22, 2021
68d86e4
Improve scripts
MaedahBatool Dec 22, 2021
213b70f
Merge branch 'vercel:canary' into forms
MaedahBatool Jan 17, 2022
e91fa8b
Merge branch 'vercel:canary' into forms
MaedahBatool Jan 17, 2022
96b5ad0
Add links to example repo
MaedahBatool Jan 17, 2022
650eaad
Merge branch 'canary' into forms
MaedahBatool Jan 18, 2022
91b50aa
Merge branch 'vercel:canary' into forms
MaedahBatool Jan 24, 2022
a50d039
Test cloudinary images
MaedahBatool Jan 24, 2022
c0684e7
Test cloudinary images
MaedahBatool Jan 24, 2022
a565fa7
Add resized images
MaedahBatool Jan 24, 2022
7af79e5
Test videos
MaedahBatool Jan 24, 2022
b825580
Remove images folder
MaedahBatool Jan 24, 2022
1eaf9a7
test video
MaedahBatool Jan 24, 2022
5f8be8f
Fix link
MaedahBatool Jan 24, 2022
e767baf
New video component
MaedahBatool Jan 24, 2022
0385f48
Add images in readme
MaedahBatool Jan 24, 2022
d93721c
Merge branch 'vercel:canary' into forms
MaedahBatool Jan 25, 2022
c637506
Update docs/guides/building-forms.md
MaedahBatool Jan 26, 2022
ebb9105
Update docs/guides/building-forms.md
MaedahBatool Jan 26, 2022
0bf9d1e
Update docs/guides/building-forms.md
MaedahBatool Jan 26, 2022
fde9578
Update docs/guides/building-forms.md
MaedahBatool Jan 26, 2022
c5e160d
Update docs/guides/building-forms.md
MaedahBatool Jan 26, 2022
c5a3bef
Update docs/guides/building-forms.md
MaedahBatool Jan 26, 2022
ce86ddb
Update docs/guides/building-forms.md
MaedahBatool Jan 26, 2022
b8a83f7
Update docs/guides/building-forms.md
MaedahBatool Jan 26, 2022
618f2d2
Update docs/guides/building-forms.md
MaedahBatool Jan 26, 2022
84bf7df
Update docs/guides/building-forms.md
MaedahBatool Jan 26, 2022
4e0ec89
Update docs/guides/building-forms.md
MaedahBatool Jan 26, 2022
f7c9402
Add mdx frontmatter details
MaedahBatool Jan 26, 2022
aaa99b9
Remove videos from guide
MaedahBatool Jan 26, 2022
d91560e
Update docs/guides/building-forms.md
MaedahBatool Jan 26, 2022
98a477d
Update docs/guides/building-forms.md
MaedahBatool Jan 26, 2022
675687c
Update docs/guides/building-forms.md
MaedahBatool Jan 26, 2022
2ab15aa
Update docs/guides/building-forms.md
MaedahBatool Jan 26, 2022
c7e5e79
Update docs/guides/building-forms.md
MaedahBatool Jan 26, 2022
0908302
Update docs/guides/building-forms.md
MaedahBatool Jan 26, 2022
d76ca2f
Update docs/guides/building-forms.md
MaedahBatool Jan 26, 2022
1260b98
Update docs/guides/building-forms.md
MaedahBatool Jan 26, 2022
03656a4
Fix typo for Name
MaedahBatool Jan 26, 2022
6ed75b5
Fix code changes
MaedahBatool Jan 26, 2022
b99e1c6
Improve docs
MaedahBatool Jan 26, 2022
6a432f0
Merge branch 'canary' into forms
MaedahBatool Jan 27, 2022
f9b4ce3
Improve conclusion
MaedahBatool Jan 27, 2022
4e66321
Improve code syntax
MaedahBatool Jan 27, 2022
8f8f07d
Merge branch 'canary' into forms
MaedahBatool Jan 27, 2022
8cc17a1
Merge branch 'canary' into forms
MaedahBatool Jan 28, 2022
1264a54
Merge branch 'canary' into forms
MaedahBatool Jan 31, 2022
24a3f16
Merge branch 'vercel:canary' into forms
MaedahBatool Feb 1, 2022
f4ac681
Add lint tests
MaedahBatool Feb 1, 2022
70ce89f
Fix yarn language test
MaedahBatool Feb 1, 2022
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view