Minimal styling, powered by Goober.
Non puoi selezionare più di 25 argomenti Gli argomenti devono iniziare con una lettera o un numero, possono includere trattini ('-') e possono essere lunghi fino a 35 caratteri.
TheoryOfNekomata a51202635a Add examples for vanilla and React 1 anno fa
..
public Add examples for vanilla and React 1 anno fa
src/pages Add examples for vanilla and React 1 anno fa
.eslintrc.json Add examples for vanilla and React 1 anno fa
.gitignore Add examples for vanilla and React 1 anno fa
README.md Add examples for vanilla and React 1 anno fa
next.config.js Add examples for vanilla and React 1 anno fa
package.json Add examples for vanilla and React 1 anno fa
tsconfig.json Add examples for vanilla and React 1 anno fa
yarn.lock Add examples for vanilla and React 1 anno fa

README.md

goofy-goober

React Example (using Next)

The setup for Next can be found in src/pages/_app.tsx for the initialization and src/pages/_document.tsx for collecting styles for server-side rendering. Actual usage can be found in src/pages/index.tsx.

Install dependencies and run the example, which can be viewed on http://localhost:3000.