Skip to content

Instantly share code, notes, and snippets.

View rickyplouis's full-sized avatar
🏠
Working from home

Ricardo Pierre-Louis rickyplouis

🏠
Working from home
View GitHub Profile
@rickyplouis
rickyplouis / [keyword].tsx
Created December 27, 2023 18:15
SSR Example using Nextjs
import React from "react";
import { useRouter } from "next/router";
import { supabase } from "@/utils/supabaseClient";
import { GetServerSidePropsContext } from "next";
import { Author, Book } from "@/types";
import { Box, Flex, Grid, Text, Title, createStyles } from "@mantine/core";
import {
AuthorMiniView,
BookImage,
DefaultLayout,
import React from "react";
import { useRouter } from "next/router";
import { supabase } from "@/utils/supabaseClient";
import { GetServerSidePropsContext } from "next";
import { Author, Book } from "@/types";
import { Box, Flex, Grid, Text, Title, createStyles } from "@mantine/core";
import {
AuthorMiniView,
BookImage,
DefaultLayout,
@rickyplouis
rickyplouis / index.md
Last active February 26, 2017 17:18
Hack Illinois Contribution (GulpJS)