Minimal styling, powered by Goober.
Nie możesz wybrać więcej, niż 25 tematów Tematy muszą się zaczynać od litery lub cyfry, mogą zawierać myślniki ('-') i mogą mieć do 35 znaków.
TheoryOfNekomata a51202635a Add examples for vanilla and React 1 rok temu
..
public Add examples for vanilla and React 1 rok temu
src/pages Add examples for vanilla and React 1 rok temu
.eslintrc.json Add examples for vanilla and React 1 rok temu
.gitignore Add examples for vanilla and React 1 rok temu
README.md Add examples for vanilla and React 1 rok temu
next.config.js Add examples for vanilla and React 1 rok temu
package.json Add examples for vanilla and React 1 rok temu
tsconfig.json Add examples for vanilla and React 1 rok temu
yarn.lock Add examples for vanilla and React 1 rok temu

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.