{"id":37709,"date":"2023-04-20T00:00:02","date_gmt":"2023-04-20T04:00:02","guid":{"rendered":""},"modified":"2023-04-20T00:00:02","modified_gmt":"2023-04-20T04:00:02","slug":"script-coding-code-a-reddit-clone-with-react-nextjs-firebase-v9-chakra-ui-ndash-full-course","status":"publish","type":"post","link":"https:\/\/ericbrooks.com\/whuzzup\/script-coding-code-a-reddit-clone-with-react-nextjs-firebase-v9-chakra-ui-ndash-full-course\/","title":{"rendered":"[#Script #Coding] Code a Reddit Clone with React, Next.js, Firebase v9, Chakra UI &ndash; Full Course"},"content":{"rendered":"<div align=\"center\" style=\"padding: 2%;\"><iframe loading=\"lazy\" title=\"Code a Reddit Clone with React, Next.js, Firebase v9, Chakra UI \u2013 Full Course\" width=\"640\" height=\"360\" src=\"https:\/\/www.youtube.com\/embed\/rCm5RVYKWVg?feature=oembed\" frameborder=\"0\" allow=\"accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share\" referrerpolicy=\"strict-origin-when-cross-origin\" allowfullscreen><\/iframe><\/div>\n<blockquote style=\"text-align: left; background-color: #E4E4E4; border: 3px dotted gray; padding:2%;\"><p>\n<a href=\"https:\/\/www.youtube.com\/watch?v=rCm5RVYKWVg\" target=\"offsite\" rel=\"nofollow noopener noreferrer\"><\/p>\n<h3>Code a Reddit Clone with React, Next.js, Firebase v9, Chakra UI &ndash; Full Course<\/h3>\n<p><\/a><\/p>\n<p>By <a href=\"https:\/\/www.youtube.com\/channel\/UC8butISFwT-Wl7EV0hUK0BQ\" target=\"offsite\" rel=\"nofollow noopener noreferrer\"><strong>freeCodeCamp.org<\/strong><\/a><br \/><strong>Published<\/strong>: Jan 25, 2023<\/p>\n<p><em style=\"font-family: 'Times New Roman',Times,serif; color: #666;\"><span style=\"font-size: 3.5em; font-weight: bold;\">&#0147;<\/span><\/em><br \/>\n<a href=\"https:\/\/www.youtube.com\/watch?v=rCm5RVYKWVg\" target=\"offsite\" rel=\"nofollow noopener noreferrer\"><img decoding=\"async\" src=\"https:\/\/i3.ytimg.com\/vi\/rCm5RVYKWVg\/hqdefault.jpg\" class=\"alignright\" align=\"right\" alt=\"freeCodeCamp.org\" style=\"width: 200px; height: auto;\" \/><\/a> Learn to build a Reddit clone from scratch using React, Firebase, Next.js, Chakra UI, and TypeScript. The application features authentication, Firestore database, cloud functions, security rules, Transactions, deployment, and more.<\/p>\n<p>This course was created by <a href=\"https:\/\/www.youtube.com\/channel\/UCxwvyK3-Xs4zvoGWFT_iDmw\" target=\"offsite\" rel=\"nofollow noopener noreferrer\">@shadmerhi<\/a>.<\/p>\n<p>Code: <a href=\"https:\/\/github.com\/shadeemerhi\/reddit-clone-yt\" target=\"offsite\" rel=\"nofollow noopener noreferrer\">https:\/\/github.com\/shadeemerhi\/reddit-clone-yt<\/a><\/p>\n<ul><strong>Contents<\/strong><\/p>\n<li>(0:00:00) Intro &amp; Project Demo<\/li>\n<li>(0:08:25) Begin Project (Preface, Create Next App, Next.js fundamental concepts: pages and client-side routing)<\/li>\n<li>(0:11:26) Core package installations (Chakra-React, Firebase, Recoil) and &amp; ChakraProvider setup &amp; Quick Note on React 18 (w\/ Chakra)<\/li>\n<li>(0:14:12) Create Chakra Theme (theme setup &amp; explanation and global styling)<\/li>\n<li>(0:19:28) React TypeScript Intro &amp; Next.js Layout Component<\/li>\n<li>(0:22:40) Begin Navbar (Navbar in Layout Component, component folder structure debrief)<\/li>\n<li>(0:24:30) Navbar Logos &amp; Chakra UI Styling Fundamentals (flexbox, component styling, responsive design w\/ media queries)<\/li>\n<li>(0:29:56) SearchInput Component<\/li>\n<li>(0:36:37) Authentication buttons &amp; Chakra UI global component styling explanation<\/li>\n<li>(0:44:59) Authentication Modal Intro (Chakra UI modal skeleton)<\/li>\n<li>(0:47:23) Recoil Setup &amp; Intro, Recoil Atoms with TypeScript, Auth Modal w\/ global Recoil State<\/li>\n<li>(0:57:44) Authentication Modal Content (Login &amp; Sign Up forms, React form state, React events w\/ TypeScript)<\/li>\n<li>(1:18:57) OAuth Buttons (Sign In w\/ Google, Facebook, Github, etc.)<\/li>\n<li>(1:23:49) Firebase Setup (Create new Firebase Project, Client SDK\u2019s)<\/li>\n<li>(1:30:31) User Creation (react-firebase-hooks, useCreateUser firebase hook)<\/li>\n<li>(1:40:22) Firebase Error Handling (TypeScript indexing, custom error messages)<\/li>\n<li>(1:46:13) Google Authentication (useSignInWithGoogle hook)<\/li>\n<li>(1:51:28) Sign in Existing users (useSignInWithEmailAnPassword firebase hook)<\/li>\n<li>(1:56:45) useAuthState firebase hook (currently signed-in user, modify navbar UI for authenticated user)<\/li>\n<li>(2:03:54) Reset Passwords (useSendPasswordResetEmail firebase hook)<\/li>\n<li>(2:09:04) Navbar Icons (react-icons)<\/li>\n<li>(2:16:47) User Dropdown Menu (Chakra Menu component)<\/li>\n<li>(2:26:54) User Karma (custom user properties)<\/li>\n<li>(2:28:55) Community Directory in Navbar (create community intro)<\/li>\n<li>(2:38:09) Create Community Modal 1: Skeleton<\/li>\n<li>(2:44:34) Create Community Modal 2: Body (input, character count, community type list)<\/li>\n<li>(3:01:20) Create Communities &amp; Cloud Firestore Database<\/li>\n<li>(3:17:37) Joining Communities 1 (User communities, SQL vs. NoSQL Data Modelling)<\/li>\n<li>(3:27:31) Cloud Functions (firebase-admin, Authentication, Adding Custom User Properties)<\/li>\n<li>(3:38:43) Cloud Functions Alternative for Custom User Properties, optional<\/li>\n<li>(3:43:46) Joining Communities 2 (Firestore Transactions and Sub-Collections)<\/li>\n<li>(3:50:12) Community Page (Server-side Rendering w\/ NextJS, data fetching w\/ getServerSideProps)<\/li>\n<li>(4:01:44) Community Not Found component<\/li>\n<li>(4:04:36) Community Page Header component<\/li>\n<li>(4:14:30) Custom PageContent Layout component (React children)<\/li>\n<li>(4:25:20) Community Data Recoil Atom (global communities state)<\/li>\n<li>(4:30:29) useCommunityData Custom Hook (Creating Custom Hooks in React)<\/li>\n<li>(4:39:35) Fetch User Community Snippets (getMyCommunities function)<\/li>\n<li>(4:50:59) Join &amp; Leave Communities (Firestore Database Batched Writes)<\/li>\n<li>(5:04:26) Create Post Page &amp; CreatePostLink Component<\/li>\n<li>(5:08:17) NewPostForm 1: FormTabsComponent (Multi-step React forms)<\/li>\n<li>(5:20:36) NewPostForm 2: PostTextInputs (Post Title &amp; Body)<\/li>\n<li>(5:31:50) NewPostForm 3: ImageUpload Component<\/li>\n<li>(5:49:13) handleCreatePost Function (Save Posts to Firestore, Upload Image to Firebase Storage)<\/li>\n<li>(6:07:45) Fetch All Posts in Community (usePosts custom hook, Firestore queries)<\/li>\n<li>(6:17:56) PostItem Component<\/li>\n<li>(6:38:07) PostLoader Component (Chakra UI Skeletons)<\/li>\n<li>(6:43:17) Deleting Posts (handleDelete function, TypeScript promises)<\/li>\n<li>(6:54:23) About Community Component (currentCommunity recoil state)<\/li>\n<li>(7:10:19) Customize Community Image (useSelectFile custom react hook, Admin\/Moderator permissions)<\/li>\n<li>(7:30:24) Voting on Posts (user postVotes collection batched writes)<\/li>\n<li>(8:11:30) Single Post Page (Next.js Dynamic [pid] route, event propagation)<\/li>\n<li>(8:29:25) Single Post Link Sharing (refresh dilemma, fetchPost fallback function)<\/li>\n<li>(8:35:09) Community Data Refresh Dilemma (getCommunityData fallback function)<\/li>\n<li>(8:43:49) Commenting on Posts (comment collection data modelling)<\/li>\n<li>(9:08:46) CommentItem Component<\/li>\n<li>(9:29:41) Deleting Comments<\/li>\n<li>(9:37:25) Community Navigation Dropdown (communityDirectory recoil atom)<\/li>\n<li>(9:55:31) useDirectory custom react hook<\/li>\n<li>(10:14:15) Home Page (Governing logic)<\/li>\n<li>(10:21:48) Home Feed for Logged-Out Users<\/li>\n<li>(10:38:11) Home Feed for Logged-In Users<\/li>\n<li>(10:54:20) Post Votes for Feed Posts<\/li>\n<li>(11:00:01) Top Communities Component (and supporting components)<\/li>\n<li>(11:20:34) Deployment with Vercel<\/li>\n<li>(11:32:06) Firebase Security Rules<\/li>\n<li>(11:41:48) Project Completion &amp; Outro<\/li>\n<\/ul>\n<div style=\"text-align: center; font-weight: bold\">[<a href=\"https:\/\/www.youtube.com\/watch?v=rCm5RVYKWVg\" target=\"offsite\" rel=\"nofollow noopener noreferrer\" title=\"Read More on YouTube\">READ MORE<\/a>]<\/div>\n<p><em style=\"font-family: 'Times New Roman',Times,serif; color: #666;\"><span style=\"font-size: 3.5em; font-weight: bold;\">&#0148;<\/span><\/em><\/p><\/blockquote>\n","protected":false},"excerpt":{"rendered":"<p>Learn to build a Reddit clone from scratch using React, Firebase, Next.js, Chakra UI, and TypeScript. The application features authentication, Firesto&#8230;<\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[380],"tags":[],"class_list":["post-37709","post","type-post","status-publish","format-standard","hentry","category-video-tutorials"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.5 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>[#Script #Coding] Code a Reddit Clone with React, Next.js, Firebase v9, Chakra UI &ndash; Full Course - WHUZZUP!<\/title>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/ericbrooks.com\/whuzzup\/script-coding-code-a-reddit-clone-with-react-nextjs-firebase-v9-chakra-ui-ndash-full-course\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"[#Script #Coding] Code a Reddit Clone with React, Next.js, Firebase v9, Chakra UI &ndash; Full Course - WHUZZUP!\" \/>\n<meta property=\"og:description\" content=\"Learn to build a Reddit clone from scratch using React, Firebase, Next.js, Chakra UI, and TypeScript. The application features authentication, Firesto...\" \/>\n<meta property=\"og:url\" content=\"https:\/\/ericbrooks.com\/whuzzup\/script-coding-code-a-reddit-clone-with-react-nextjs-firebase-v9-chakra-ui-ndash-full-course\/\" \/>\n<meta property=\"og:site_name\" content=\"WHUZZUP!\" \/>\n<meta property=\"article:publisher\" content=\"https:\/\/www.facebook.com\/EricBrooksDotComWeb\/\" \/>\n<meta property=\"article:author\" content=\"EricBrooksDotComWeb\" \/>\n<meta property=\"article:published_time\" content=\"2023-04-20T04:00:02+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/i3.ytimg.com\/vi\/rCm5RVYKWVg\/hqdefault.jpg\" \/>\n<meta name=\"author\" content=\"Eric Brooks\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:creator\" content=\"@EricBrooksCom\" \/>\n<meta name=\"twitter:site\" content=\"@EricBrooksCom\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"Eric Brooks\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"3 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\\\/\\\/ericbrooks.com\\\/whuzzup\\\/script-coding-code-a-reddit-clone-with-react-nextjs-firebase-v9-chakra-ui-ndash-full-course\\\/#article\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/ericbrooks.com\\\/whuzzup\\\/script-coding-code-a-reddit-clone-with-react-nextjs-firebase-v9-chakra-ui-ndash-full-course\\\/\"},\"author\":{\"name\":\"Eric Brooks\",\"@id\":\"https:\\\/\\\/ericbrooks.com\\\/whuzzup\\\/#\\\/schema\\\/person\\\/3b162468e1f9814f6e9f61460db00a3a\"},\"headline\":\"[#Script #Coding] Code a Reddit Clone with React, Next.js, Firebase v9, Chakra UI &ndash; Full Course\",\"datePublished\":\"2023-04-20T04:00:02+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\\\/\\\/ericbrooks.com\\\/whuzzup\\\/script-coding-code-a-reddit-clone-with-react-nextjs-firebase-v9-chakra-ui-ndash-full-course\\\/\"},\"wordCount\":562,\"commentCount\":0,\"publisher\":{\"@id\":\"https:\\\/\\\/ericbrooks.com\\\/whuzzup\\\/#organization\"},\"image\":{\"@id\":\"https:\\\/\\\/ericbrooks.com\\\/whuzzup\\\/script-coding-code-a-reddit-clone-with-react-nextjs-firebase-v9-chakra-ui-ndash-full-course\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/i3.ytimg.com\\\/vi\\\/rCm5RVYKWVg\\\/hqdefault.jpg\",\"articleSection\":[\"Video Tutorials\"],\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"CommentAction\",\"name\":\"Comment\",\"target\":[\"https:\\\/\\\/ericbrooks.com\\\/whuzzup\\\/script-coding-code-a-reddit-clone-with-react-nextjs-firebase-v9-chakra-ui-ndash-full-course\\\/#respond\"]}]},{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/ericbrooks.com\\\/whuzzup\\\/script-coding-code-a-reddit-clone-with-react-nextjs-firebase-v9-chakra-ui-ndash-full-course\\\/\",\"url\":\"https:\\\/\\\/ericbrooks.com\\\/whuzzup\\\/script-coding-code-a-reddit-clone-with-react-nextjs-firebase-v9-chakra-ui-ndash-full-course\\\/\",\"name\":\"[#Script #Coding] Code a Reddit Clone with React, Next.js, Firebase v9, Chakra UI &ndash; Full Course - WHUZZUP!\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/ericbrooks.com\\\/whuzzup\\\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\\\/\\\/ericbrooks.com\\\/whuzzup\\\/script-coding-code-a-reddit-clone-with-react-nextjs-firebase-v9-chakra-ui-ndash-full-course\\\/#primaryimage\"},\"image\":{\"@id\":\"https:\\\/\\\/ericbrooks.com\\\/whuzzup\\\/script-coding-code-a-reddit-clone-with-react-nextjs-firebase-v9-chakra-ui-ndash-full-course\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/i3.ytimg.com\\\/vi\\\/rCm5RVYKWVg\\\/hqdefault.jpg\",\"datePublished\":\"2023-04-20T04:00:02+00:00\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/ericbrooks.com\\\/whuzzup\\\/script-coding-code-a-reddit-clone-with-react-nextjs-firebase-v9-chakra-ui-ndash-full-course\\\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/ericbrooks.com\\\/whuzzup\\\/script-coding-code-a-reddit-clone-with-react-nextjs-firebase-v9-chakra-ui-ndash-full-course\\\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/ericbrooks.com\\\/whuzzup\\\/script-coding-code-a-reddit-clone-with-react-nextjs-firebase-v9-chakra-ui-ndash-full-course\\\/#primaryimage\",\"url\":\"https:\\\/\\\/i3.ytimg.com\\\/vi\\\/rCm5RVYKWVg\\\/hqdefault.jpg\",\"contentUrl\":\"https:\\\/\\\/i3.ytimg.com\\\/vi\\\/rCm5RVYKWVg\\\/hqdefault.jpg\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/ericbrooks.com\\\/whuzzup\\\/script-coding-code-a-reddit-clone-with-react-nextjs-firebase-v9-chakra-ui-ndash-full-course\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/ericbrooks.com\\\/whuzzup\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"[#Script #Coding] Code a Reddit Clone with React, Next.js, Firebase v9, Chakra UI &ndash; Full Course\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/ericbrooks.com\\\/whuzzup\\\/#website\",\"url\":\"https:\\\/\\\/ericbrooks.com\\\/whuzzup\\\/\",\"name\":\"WHUZZUP!\",\"description\":\"What&#039;s new at EricBrooks.Com plus news and gossip all over CyberTown\",\"publisher\":{\"@id\":\"https:\\\/\\\/ericbrooks.com\\\/whuzzup\\\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/ericbrooks.com\\\/whuzzup\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Organization\",\"@id\":\"https:\\\/\\\/ericbrooks.com\\\/whuzzup\\\/#organization\",\"name\":\"WHUZZUP!\",\"url\":\"https:\\\/\\\/ericbrooks.com\\\/whuzzup\\\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/ericbrooks.com\\\/whuzzup\\\/#\\\/schema\\\/logo\\\/image\\\/\",\"url\":\"https:\\\/\\\/ericbrooks.com\\\/images\\\/posts\\\/cropped-favicon_64-1.png\",\"contentUrl\":\"https:\\\/\\\/ericbrooks.com\\\/images\\\/posts\\\/cropped-favicon_64-1.png\",\"width\":512,\"height\":512,\"caption\":\"WHUZZUP!\"},\"image\":{\"@id\":\"https:\\\/\\\/ericbrooks.com\\\/whuzzup\\\/#\\\/schema\\\/logo\\\/image\\\/\"},\"sameAs\":[\"https:\\\/\\\/www.facebook.com\\\/EricBrooksDotComWeb\\\/\",\"https:\\\/\\\/x.com\\\/EricBrooksCom\",\"https:\\\/\\\/www.instagram.com\\\/ericbrooksdotcom\\\/\",\"https:\\\/\\\/www.linkedin.com\\\/in\\\/ericbrooksdotcom\",\"https:\\\/\\\/myspace.com\\\/ericbrooksdotcom\",\"https:\\\/\\\/www.pinterest.com\\\/ericbrookscom\\\/\",\"https:\\\/\\\/www.youtube.com\\\/user\\\/ericbrooksdotcom\"]},{\"@type\":\"Person\",\"@id\":\"https:\\\/\\\/ericbrooks.com\\\/whuzzup\\\/#\\\/schema\\\/person\\\/3b162468e1f9814f6e9f61460db00a3a\",\"name\":\"Eric Brooks\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/62114f8baf9a3737e7686125b69907010ad6aff5dfc07c12707e8a18bb49bc34?s=96&d=blank&r=x\",\"url\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/62114f8baf9a3737e7686125b69907010ad6aff5dfc07c12707e8a18bb49bc34?s=96&d=blank&r=x\",\"contentUrl\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/62114f8baf9a3737e7686125b69907010ad6aff5dfc07c12707e8a18bb49bc34?s=96&d=blank&r=x\",\"caption\":\"Eric Brooks\"},\"description\":\"Web &amp; Graphic Designer, Blogger, Musician, Evil Clown. I also code websites and promote people for a living. Still kind of a jerk, though. Approach with food.\",\"sameAs\":[\"https:\\\/\\\/ericbrooks.com\",\"EricBrooksDotComWeb\",\"ericbrooksdotcom\",\"ericbrookscom\\\/\",\"https:\\\/\\\/x.com\\\/EricBrooksCom\"],\"url\":\"https:\\\/\\\/ericbrooks.com\\\/whuzzup\\\/author\\\/site-admin\\\/\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"[#Script #Coding] Code a Reddit Clone with React, Next.js, Firebase v9, Chakra UI &ndash; Full Course - WHUZZUP!","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/ericbrooks.com\/whuzzup\/script-coding-code-a-reddit-clone-with-react-nextjs-firebase-v9-chakra-ui-ndash-full-course\/","og_locale":"en_US","og_type":"article","og_title":"[#Script #Coding] Code a Reddit Clone with React, Next.js, Firebase v9, Chakra UI &ndash; Full Course - WHUZZUP!","og_description":"Learn to build a Reddit clone from scratch using React, Firebase, Next.js, Chakra UI, and TypeScript. The application features authentication, Firesto...","og_url":"https:\/\/ericbrooks.com\/whuzzup\/script-coding-code-a-reddit-clone-with-react-nextjs-firebase-v9-chakra-ui-ndash-full-course\/","og_site_name":"WHUZZUP!","article_publisher":"https:\/\/www.facebook.com\/EricBrooksDotComWeb\/","article_author":"EricBrooksDotComWeb","article_published_time":"2023-04-20T04:00:02+00:00","og_image":[{"url":"https:\/\/i3.ytimg.com\/vi\/rCm5RVYKWVg\/hqdefault.jpg","type":"","width":"","height":""}],"author":"Eric Brooks","twitter_card":"summary_large_image","twitter_creator":"@EricBrooksCom","twitter_site":"@EricBrooksCom","twitter_misc":{"Written by":"Eric Brooks","Est. reading time":"3 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/ericbrooks.com\/whuzzup\/script-coding-code-a-reddit-clone-with-react-nextjs-firebase-v9-chakra-ui-ndash-full-course\/#article","isPartOf":{"@id":"https:\/\/ericbrooks.com\/whuzzup\/script-coding-code-a-reddit-clone-with-react-nextjs-firebase-v9-chakra-ui-ndash-full-course\/"},"author":{"name":"Eric Brooks","@id":"https:\/\/ericbrooks.com\/whuzzup\/#\/schema\/person\/3b162468e1f9814f6e9f61460db00a3a"},"headline":"[#Script #Coding] Code a Reddit Clone with React, Next.js, Firebase v9, Chakra UI &ndash; Full Course","datePublished":"2023-04-20T04:00:02+00:00","mainEntityOfPage":{"@id":"https:\/\/ericbrooks.com\/whuzzup\/script-coding-code-a-reddit-clone-with-react-nextjs-firebase-v9-chakra-ui-ndash-full-course\/"},"wordCount":562,"commentCount":0,"publisher":{"@id":"https:\/\/ericbrooks.com\/whuzzup\/#organization"},"image":{"@id":"https:\/\/ericbrooks.com\/whuzzup\/script-coding-code-a-reddit-clone-with-react-nextjs-firebase-v9-chakra-ui-ndash-full-course\/#primaryimage"},"thumbnailUrl":"https:\/\/i3.ytimg.com\/vi\/rCm5RVYKWVg\/hqdefault.jpg","articleSection":["Video Tutorials"],"inLanguage":"en-US","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/ericbrooks.com\/whuzzup\/script-coding-code-a-reddit-clone-with-react-nextjs-firebase-v9-chakra-ui-ndash-full-course\/#respond"]}]},{"@type":"WebPage","@id":"https:\/\/ericbrooks.com\/whuzzup\/script-coding-code-a-reddit-clone-with-react-nextjs-firebase-v9-chakra-ui-ndash-full-course\/","url":"https:\/\/ericbrooks.com\/whuzzup\/script-coding-code-a-reddit-clone-with-react-nextjs-firebase-v9-chakra-ui-ndash-full-course\/","name":"[#Script #Coding] Code a Reddit Clone with React, Next.js, Firebase v9, Chakra UI &ndash; Full Course - WHUZZUP!","isPartOf":{"@id":"https:\/\/ericbrooks.com\/whuzzup\/#website"},"primaryImageOfPage":{"@id":"https:\/\/ericbrooks.com\/whuzzup\/script-coding-code-a-reddit-clone-with-react-nextjs-firebase-v9-chakra-ui-ndash-full-course\/#primaryimage"},"image":{"@id":"https:\/\/ericbrooks.com\/whuzzup\/script-coding-code-a-reddit-clone-with-react-nextjs-firebase-v9-chakra-ui-ndash-full-course\/#primaryimage"},"thumbnailUrl":"https:\/\/i3.ytimg.com\/vi\/rCm5RVYKWVg\/hqdefault.jpg","datePublished":"2023-04-20T04:00:02+00:00","breadcrumb":{"@id":"https:\/\/ericbrooks.com\/whuzzup\/script-coding-code-a-reddit-clone-with-react-nextjs-firebase-v9-chakra-ui-ndash-full-course\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/ericbrooks.com\/whuzzup\/script-coding-code-a-reddit-clone-with-react-nextjs-firebase-v9-chakra-ui-ndash-full-course\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/ericbrooks.com\/whuzzup\/script-coding-code-a-reddit-clone-with-react-nextjs-firebase-v9-chakra-ui-ndash-full-course\/#primaryimage","url":"https:\/\/i3.ytimg.com\/vi\/rCm5RVYKWVg\/hqdefault.jpg","contentUrl":"https:\/\/i3.ytimg.com\/vi\/rCm5RVYKWVg\/hqdefault.jpg"},{"@type":"BreadcrumbList","@id":"https:\/\/ericbrooks.com\/whuzzup\/script-coding-code-a-reddit-clone-with-react-nextjs-firebase-v9-chakra-ui-ndash-full-course\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/ericbrooks.com\/whuzzup\/"},{"@type":"ListItem","position":2,"name":"[#Script #Coding] Code a Reddit Clone with React, Next.js, Firebase v9, Chakra UI &ndash; Full Course"}]},{"@type":"WebSite","@id":"https:\/\/ericbrooks.com\/whuzzup\/#website","url":"https:\/\/ericbrooks.com\/whuzzup\/","name":"WHUZZUP!","description":"What&#039;s new at EricBrooks.Com plus news and gossip all over CyberTown","publisher":{"@id":"https:\/\/ericbrooks.com\/whuzzup\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/ericbrooks.com\/whuzzup\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https:\/\/ericbrooks.com\/whuzzup\/#organization","name":"WHUZZUP!","url":"https:\/\/ericbrooks.com\/whuzzup\/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/ericbrooks.com\/whuzzup\/#\/schema\/logo\/image\/","url":"https:\/\/ericbrooks.com\/images\/posts\/cropped-favicon_64-1.png","contentUrl":"https:\/\/ericbrooks.com\/images\/posts\/cropped-favicon_64-1.png","width":512,"height":512,"caption":"WHUZZUP!"},"image":{"@id":"https:\/\/ericbrooks.com\/whuzzup\/#\/schema\/logo\/image\/"},"sameAs":["https:\/\/www.facebook.com\/EricBrooksDotComWeb\/","https:\/\/x.com\/EricBrooksCom","https:\/\/www.instagram.com\/ericbrooksdotcom\/","https:\/\/www.linkedin.com\/in\/ericbrooksdotcom","https:\/\/myspace.com\/ericbrooksdotcom","https:\/\/www.pinterest.com\/ericbrookscom\/","https:\/\/www.youtube.com\/user\/ericbrooksdotcom"]},{"@type":"Person","@id":"https:\/\/ericbrooks.com\/whuzzup\/#\/schema\/person\/3b162468e1f9814f6e9f61460db00a3a","name":"Eric Brooks","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/secure.gravatar.com\/avatar\/62114f8baf9a3737e7686125b69907010ad6aff5dfc07c12707e8a18bb49bc34?s=96&d=blank&r=x","url":"https:\/\/secure.gravatar.com\/avatar\/62114f8baf9a3737e7686125b69907010ad6aff5dfc07c12707e8a18bb49bc34?s=96&d=blank&r=x","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/62114f8baf9a3737e7686125b69907010ad6aff5dfc07c12707e8a18bb49bc34?s=96&d=blank&r=x","caption":"Eric Brooks"},"description":"Web &amp; Graphic Designer, Blogger, Musician, Evil Clown. I also code websites and promote people for a living. Still kind of a jerk, though. Approach with food.","sameAs":["https:\/\/ericbrooks.com","EricBrooksDotComWeb","ericbrooksdotcom","ericbrookscom\/","https:\/\/x.com\/EricBrooksCom"],"url":"https:\/\/ericbrooks.com\/whuzzup\/author\/site-admin\/"}]}},"_links":{"self":[{"href":"https:\/\/ericbrooks.com\/whuzzup\/wp-json\/wp\/v2\/posts\/37709","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/ericbrooks.com\/whuzzup\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/ericbrooks.com\/whuzzup\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/ericbrooks.com\/whuzzup\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/ericbrooks.com\/whuzzup\/wp-json\/wp\/v2\/comments?post=37709"}],"version-history":[{"count":0,"href":"https:\/\/ericbrooks.com\/whuzzup\/wp-json\/wp\/v2\/posts\/37709\/revisions"}],"wp:attachment":[{"href":"https:\/\/ericbrooks.com\/whuzzup\/wp-json\/wp\/v2\/media?parent=37709"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/ericbrooks.com\/whuzzup\/wp-json\/wp\/v2\/categories?post=37709"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/ericbrooks.com\/whuzzup\/wp-json\/wp\/v2\/tags?post=37709"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}