All Projects → joe-bell → example-next-isr-with-swr

joe-bell / example-next-isr-with-swr

Licence: MIT license
Lightning fast static pages with ISR, instantly updated with SWR ⚡️

Programming Languages

typescript
32286 projects
javascript
184084 projects - #8 most used programming language
CSS
56736 projects

Projects that are alternatives of or similar to example-next-isr-with-swr

hugoblog
Hugoblog is responsive, simple, and clean that would fit for your personal blog based on Hugo Theme Static Site Generator (SSG)
Stars: ✭ 48 (+0%)
Mutual labels:  ssg
TimerInterrupt
This library enables you to use Interrupt from Hardware Timers on an Arduino, such as Nano, UNO, Mega, etc. It now supports 16 ISR-based timers, while consuming only 1 hardware Timer. Timers' interval is very long (ulong millisecs). The most important feature is they're ISR-based timers. Therefore, their executions are not blocked by bad-behavin…
Stars: ✭ 76 (+58.33%)
Mutual labels:  isr
xidoc
A consistent markup language
Stars: ✭ 40 (-16.67%)
Mutual labels:  ssg
vitext
The Next.js like React framework for better User & Developer experience!
Stars: ✭ 376 (+683.33%)
Mutual labels:  ssg
starter
Create a new Nuxt project, module, layer or start from a theme with our collection of starters.
Stars: ✭ 198 (+312.5%)
Mutual labels:  ssg
statyk
⚡Dead statyk site generator
Stars: ✭ 26 (-45.83%)
Mutual labels:  ssg
STM32 TimerInterrupt
This library enables you to use Interrupt from Hardware Timers on an STM32F/L/H/G/WB/MP1-based board. These STM32F/L/H/G/WB/MP1 Hardware Timers, using Interrupt, still work even if other functions are blocking. Moreover, they are much more precise (certainly depending on clock frequency accuracy) than other software timers using millis() or micr…
Stars: ✭ 27 (-43.75%)
Mutual labels:  isr
plain
network .md into .html with plaintext files
Stars: ✭ 70 (+45.83%)
Mutual labels:  ssg
graphql-codegen-plugin-typescript-swr
A GraphQL code generator plug-in that automatically generates utility functions for SWR.
Stars: ✭ 88 (+83.33%)
Mutual labels:  swr
swr-mutate-many
Little function to call mutate against multiple cached keys of SWR
Stars: ✭ 26 (-45.83%)
Mutual labels:  swr
chengpeiquan.com
My personal website. Base on Vite 2.0 and Vue 3.0. If you want to know how to use Vite to develop a project, you can refer to this repository.
Stars: ✭ 43 (-10.42%)
Mutual labels:  ssg
mongood
A MongoDB GUI with Fluent Design
Stars: ✭ 674 (+1304.17%)
Mutual labels:  swr
Nice
A static site generator that is not mean.
Stars: ✭ 23 (-52.08%)
Mutual labels:  ssg
ESP8266TimerInterrupt
This library enables you to use Interrupt from Hardware Timers on an ESP8266-based board. It now supports 16 ISR-based timers, while consuming only 1 hardware Timer. Timers' interval is very long (ulong millisecs). The most important feature is they're ISR-based timers. Therefore, their executions are not blocked by bad-behaving functions or tas…
Stars: ✭ 85 (+77.08%)
Mutual labels:  isr
booktez-client
📚진짜 독서가들의 독서법 - 북스테어즈 (React)
Stars: ✭ 53 (+10.42%)
Mutual labels:  swr
nextjs-ssr-isr-cdk-aws
🦄 ‏‏‎ ‎‏‏‎ ‎‏‏‎ ‎Next.js webapp using Server Side Rendering (SSR) and Incremental Static Regeneration (ISR) deployed with Serverless Nextjs CDK construct on AWS using CloudFront and Lambda@Edge
Stars: ✭ 78 (+62.5%)
Mutual labels:  isr
SAMD TimerInterrupt
This library enables you to use Interrupt from Hardware Timers on an SAMD-based board. These SAMD Hardware Timers, using Interrupt, still work even if other functions are blocking. Moreover, they are much more precise (certainly depending on clock frequency accuracy) than other software timers using millis() or micros(). That's mandatory if you …
Stars: ✭ 28 (-41.67%)
Mutual labels:  isr
vscode-azurestaticwebapps
Azure Static Web Apps extension for VS Code
Stars: ✭ 63 (+31.25%)
Mutual labels:  ssg
contrib-nextjs
Projeto desenvolvido no Contrib de Next.js
Stars: ✭ 11 (-77.08%)
Mutual labels:  ssg
presta
Minimalist serverless framework for SSR, SSG, serverless APIs and more.
Stars: ✭ 89 (+85.42%)
Mutual labels:  ssg

Next.js Incremental Static Regeneration with SWR

Lightning fast static pages with ISR, instantly updated with SWR ⚡️

FYI

This demo uses demo data stored in src/mock-db. Changes to posts won't be saved on refresh in this example, but would be if hooked up to a real-world database.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].