Minimal styling, powered by Goober.
Não pode escolher mais do que 25 tópicos Os tópicos devem começar com uma letra ou um número, podem incluir traços ('-') e podem ter até 35 caracteres.
TheoryOfNekomata a51202635a Add examples for vanilla and React há 1 ano
..
public Add examples for vanilla and React há 1 ano
src/pages Add examples for vanilla and React há 1 ano
.eslintrc.json Add examples for vanilla and React há 1 ano
.gitignore Add examples for vanilla and React há 1 ano
README.md Add examples for vanilla and React há 1 ano
next.config.js Add examples for vanilla and React há 1 ano
package.json Add examples for vanilla and React há 1 ano
tsconfig.json Add examples for vanilla and React há 1 ano
yarn.lock Add examples for vanilla and React há 1 ano

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.