This is a simple example of how to use takumi-js in Next.js.
Before running the example, you need to build the native binary.
Make sure you have Rust installed.
bun --filter '*' run buildThen, run the development server.
cd example/nextjs
bun devVisit http://localhost:3000/hello?name=Kane to see the result.