#
Vercel
Vercel is the optimal workflow for frontend teams.
All-in-one: Static and Jamstack deployment, Serverless Functions, and Global CDN.
Here are 4,113 public repositories matching this topic...
React Hooks for data fetching
react
fetch
hooks
hook
typescript
react-native
nextjs
zeit
data-fetching
stale-while-revalidate
suspense
swr
vercel
-
Updated
Jan 5, 2022 - TypeScript
Asynchronous HTTP microservices
-
Updated
Dec 24, 2021 - JavaScript
OAuth Proxy
nodejs
javascript
aws
middleware
oauth
lambda
koa
oauth2
express
node
authentication
aws-lambda
server
js
serverless
hapi
azure
gcp
authorization
vercel
-
Updated
Jan 3, 2022 - JavaScript
nodejs
testing
firefox
qa
chrome
video
parallel
e2e-tests
webkit
recorder
end-to-end-testing
netlify
sanity-test
browser-tests
e2e-testing
puppeteer
qa-wolf
playwright
vercel
-
Updated
Nov 16, 2021 - TypeScript
-
Updated
Dec 25, 2021 - TypeScript
Open Graph Image as a Service - generate cards for Twitter, Facebook, Slack, etc
-
Updated
Dec 20, 2021 - TypeScript
An index & manager of Onedrive based on serverless. Can be deployed to Heroku/Glitch/Vercel/Replit/SCF/FG/FC/CFC/PHP web hosting/VPS.
heroku
serverless
onedrive
sharepoint
glitch
cfc
scf
fg
fc
aliyun-fc
replit
tencent-scf
onemanager
vercel
huaweicloud-fg
baidu-cfc
-
Updated
Jan 1, 2022 - HTML
A Next.js site using new SSG support with a Notion backed blog
-
Updated
Nov 24, 2021 - TypeScript
Make your own running home page
gpx
garmin
strava
data-visualization
data-analysis
mapbox
adidas
nike
garmin-watch
github-secret
vercel
club-nike
-
Updated
Jan 1, 2022 - Python
andrewshrout
commented
Dec 10, 2020
Feature request
The account details page is set up to imply that you can update your account. Entry forms and buttons that actually update these things in the database would be nice.
Describe the solution you'd like
An example of updating the name (so I can implement the email update), or full implementation by default.
Describe alternatives you've considered
Currently goin
Projeto construido durante a Imersão React edição NextJS da Alura!
-
Updated
Jan 5, 2022 - JavaScript
A static blog build on top of Notion and NextJS, deployed on Vercel.
-
Updated
Dec 27, 2021 - JavaScript
react
ecommerce
nextjs
headless
starter-template
starter
shopify
jamstack
sanity
next-js
tailwindcss
framer-motion
vercel
-
Updated
Dec 28, 2021 - JavaScript
▲ Vercel PHP runtime • vercel-php • now-php • 🐘 + λ = ❤
-
Updated
Jan 5, 2022 - TypeScript
Experimental demo of React Server Components with Next.js. Deployed serverlessly on Vercel.
-
Updated
Nov 19, 2021 - JavaScript
A service for capitalizing your title properly
-
Updated
Nov 15, 2021 - JavaScript
The Task Queueing Solution for Serverless.
-
Updated
Jan 5, 2022 - TypeScript
A starter project for next js with authentication - Contains React 17 + Typescript + Tailwind CSS 2 + React Query 3 + GitHub Auth + LinkedIn Auth + Password-less Auth + Fauna DB + ESLint + Prettier + Husky
typescript
authentication
nextjs
passwordless
faunadb
fauna
passwordless-login
passwordless-authentication
github-authentication
tailwind
tailwindcss
next-auth
nextjs-starter
nextjs-boilerplate
react-query
vercel
linkedin-authentication
github-auth
react-query-devtools
-
Updated
Sep 1, 2021 - JavaScript
Open
[BUG] Broken links
7
siriak
commented
Nov 24, 2021
Description of the bug
Description
Code implementation links of algorithms when opened are giving 404 errors. I observed such behavior for Bubble sort.
Actual behavior
- Go to https://the-algorithms.com/algorithm/bubble-sort
- Scroll down to Code Implementation links
- Click on Java
Actual behavior
4. See Github 404 page (the link is https://github.com/TheAlgorithms/Java/blob/ma
- Organization
- vercel
- Website
- vercel.com


Describe the feature you'd like to request
As per the docs: https://nextjs.org/docs/advanced-features/custom-document#caveats
styled-jsx is not allowed inside custom
_document.jsand I was getting 500 errors on all SSR pages when deploying a site to production that had a<style>tag inside a custom_document.js.I think it's a good idea to add an ESLint rule to remind users about