Minimal styling, powered by Goober.
Nelze vybrat více než 25 témat Téma musí začínat písmenem nebo číslem, může obsahovat pomlčky („-“) a může být dlouhé až 35 znaků.
TheoryOfNekomata a51202635a Add examples for vanilla and React před 1 rokem
..
public Add examples for vanilla and React před 1 rokem
src/pages Add examples for vanilla and React před 1 rokem
.eslintrc.json Add examples for vanilla and React před 1 rokem
.gitignore Add examples for vanilla and React před 1 rokem
README.md Add examples for vanilla and React před 1 rokem
next.config.js Add examples for vanilla and React před 1 rokem
package.json Add examples for vanilla and React před 1 rokem
tsconfig.json Add examples for vanilla and React před 1 rokem
yarn.lock Add examples for vanilla and React před 1 rokem

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.