Added research notes for frontend stack.

This commit is contained in:
th3r00t
2023-03-18 02:46:45 -04:00
parent d6d9b42cd8
commit 4c615db234
2 changed files with 70 additions and 0 deletions

55
docs/Notes.html Normal file
View File

@@ -0,0 +1,55 @@
<!DOCTYPE html>
<html>
<head>
<link rel="Stylesheet" type="text/css" href="style.css">
<link rel="alternate" type="application/rss+xml" title="RSS" href="rss.xml">
<title>Notes</title>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
</head>
<body>
<div id="ux"><h1 id="ux" class="header"><a href="#ux">ux</a></h1></div>
<div id="ux-Next / React / Material / Typescript"><h2 id="Next / React / Material / Typescript" class="header"><a href="#ux-Next / React / Material / Typescript">Next / React / Material / Typescript</a></h2></div>
<div id="ux-Next / React / Material / Typescript-Guides"><h3 id="Guides" class="header"><a href="#ux-Next / React / Material / Typescript-Guides">Guides</a></h3></div>
<ul>
<li>
<img src="https://nextjs.org/docs/getting-started" alt="Next.js" />
<li>
<img src="https://blog.logrocket.com/using-next-js-with-typescript/" alt="Next w/ Typescript" />
<li>
<img src="https://react-typescript-cheatsheet.netlify.app/" alt="React Typescript Cheatsheet" />
<li>
<img src="https://reactjs.org/docs/hooks-intro.html" alt="React Hooks" />
<li>
<img src="https://reactjs.org/docs/hooks-custom.html" alt="React Custom Hooks" />
<li>
<img src="https://reactjs.org/docs/hooks-reference.html" alt="React Hooks Reference" />
<li>
<img src="https://material-ui.com/" alt="Material UI" />
<li>
<img src="https://material-ui.com/guides/typescript/" alt="Material UI w/ Typescript" />
<li>
<img src="https://material-ui.com/guides/server-rendering/" alt="Material UI Server Rendering" />
<li>
<img src="https://material-ui.com/guides/minimizing-bundle-size/" alt="Material UI Minimizing Bundle Size" />
<li>
<img src="https://material-ui.com/guides/composition/" alt="Material UI Composition" />
<li>
<img src="https://www.prisma.io/" alt="Prisma" />
</ul>
</body>
</html>

15
wiki/Notes.wiki vendored Normal file
View File

@@ -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}}