Inspired by https://vijayt.com/post/static-website-using-nextjs-and-markdown/
Goal
Making a chain:
-
json
is a page content -
optional
js
adds handlers (i.e. onClick) -
react
is rendered from JS-Object -
static markup
produced by nextjs
Inspired by https://vijayt.com/post/static-website-using-nextjs-and-markdown/
Making a chain:
json
is a page content
optional js
adds handlers (i.e. onClick)
react
is rendered from JS-Object
static markup
produced by nextjs