Minimal styling, powered by Goober.
25'ten fazla konu seçemezsiniz Konular bir harf veya rakamla başlamalı, kısa çizgiler ('-') içerebilir ve en fazla 35 karakter uzunluğunda olabilir.
TheoryOfNekomata a51202635a Add examples for vanilla and React 1 yıl önce
..
public Add examples for vanilla and React 1 yıl önce
src/pages Add examples for vanilla and React 1 yıl önce
.eslintrc.json Add examples for vanilla and React 1 yıl önce
.gitignore Add examples for vanilla and React 1 yıl önce
README.md Add examples for vanilla and React 1 yıl önce
next.config.js Add examples for vanilla and React 1 yıl önce
package.json Add examples for vanilla and React 1 yıl önce
tsconfig.json Add examples for vanilla and React 1 yıl önce
yarn.lock Add examples for vanilla and React 1 yıl önce

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.