Minimal styling, powered by Goober.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
TheoryOfNekomata a51202635a Add examples for vanilla and React преди 1 година
..
public Add examples for vanilla and React преди 1 година
src/pages Add examples for vanilla and React преди 1 година
.eslintrc.json Add examples for vanilla and React преди 1 година
.gitignore Add examples for vanilla and React преди 1 година
README.md Add examples for vanilla and React преди 1 година
next.config.js Add examples for vanilla and React преди 1 година
package.json Add examples for vanilla and React преди 1 година
tsconfig.json Add examples for vanilla and React преди 1 година
yarn.lock Add examples for vanilla and React преди 1 година

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.