Welcome to MainStreet
ภาษาไทย Nextra is a framework on top of Next.js, that lets you build content focused websites. It has all the great features from Next.js, plus extra power to create Markdown-based content with ease.
What can we do?
ภาษาไทย Nextra is a framework on top of Next.js, that lets you build content focused websites. It has all the great features from Next.js, plus extra power to create Markdown-based content with ease.
ℹ️
Today is Friday.
- Write the press release
- Update the website
- Contact the media
removed
Syntax | Description | Test Text |
---|---|---|
Header | Title | Here's this |
Paragraph | Text | And more |
Strikethrough |
Visit https://nextjs.org (opens in a new tab).
Heading 1
Heading 2
Heading 3
console.log('hello, world')
Inlined syntax highlighting is also supported let x = 1
via:
import { useState } from 'react'
function Counter() {
const [count, setCount] = useState(0)
return <button onClick={() => setCount(count + 1)}>{count}</button>
}
import { useState } from 'react'
function Counter() {
const [count, setCount] = useState(0)
return <button onClick={() => setCount(count + 1)}>{count}</button>
}
console.log('hello, world')
import { useState } from 'react'
function Counter() {
const [count, setCount] = useState(0)
return <button onClick={() => setCount(count + 1)}>{count}</button>
}
example.js
console.log('hello, world ภาษาไทย')
Click here to read more.