Minimal styling, powered by Goober.
No puede seleccionar más de 25 temas Los temas deben comenzar con una letra o número, pueden incluir guiones ('-') y pueden tener hasta 35 caracteres de largo.
TheoryOfNekomata a51202635a Add examples for vanilla and React hace 1 año
..
public Add examples for vanilla and React hace 1 año
src/pages Add examples for vanilla and React hace 1 año
.eslintrc.json Add examples for vanilla and React hace 1 año
.gitignore Add examples for vanilla and React hace 1 año
README.md Add examples for vanilla and React hace 1 año
next.config.js Add examples for vanilla and React hace 1 año
package.json Add examples for vanilla and React hace 1 año
tsconfig.json Add examples for vanilla and React hace 1 año
yarn.lock Add examples for vanilla and React hace 1 año

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.