From 4c615db2347b82235d50d1b4cb23f396d570b00e Mon Sep 17 00:00:00 2001 From: th3r00t Date: Sat, 18 Mar 2023 02:46:45 -0400 Subject: [PATCH] Added research notes for frontend stack. --- docs/Notes.html | 55 +++++++++++++++++++++++++++++++++++++++++++++++++ wiki/Notes.wiki | 15 ++++++++++++++ 2 files changed, 70 insertions(+) create mode 100644 docs/Notes.html create mode 100644 wiki/Notes.wiki diff --git a/docs/Notes.html b/docs/Notes.html new file mode 100644 index 0000000..871ba81 --- /dev/null +++ b/docs/Notes.html @@ -0,0 +1,55 @@ + + + + + +Notes + + + + + +

ux

+

Next / React / Material / Typescript

+

Guides

+ + + + diff --git a/wiki/Notes.wiki b/wiki/Notes.wiki new file mode 100644 index 0000000..394e580 --- /dev/null +++ b/wiki/Notes.wiki @@ -0,0 +1,15 @@ += ux = +== Next / React / Material / Typescript == +=== Guides === +- {{https://nextjs.org/docs/getting-started|Next.js}} +- {{https://blog.logrocket.com/using-next-js-with-typescript/|Next w/ Typescript}} +- {{https://react-typescript-cheatsheet.netlify.app/|React Typescript Cheatsheet}} +- {{https://reactjs.org/docs/hooks-intro.html|React Hooks}} +- {{https://reactjs.org/docs/hooks-custom.html|React Custom Hooks}} +- {{https://reactjs.org/docs/hooks-reference.html|React Hooks Reference}} +- {{https://material-ui.com/|Material UI}} +- {{https://material-ui.com/guides/typescript/|Material UI w/ Typescript}} +- {{https://material-ui.com/guides/server-rendering/|Material UI Server Rendering}} +- {{https://material-ui.com/guides/minimizing-bundle-size/|Material UI Minimizing Bundle Size}} +- {{https://material-ui.com/guides/composition/|Material UI Composition}} +- {{https://www.prisma.io/|Prisma}}