feat: move categories to tags

This commit is contained in:
Devin Haska 2024-02-17 00:10:43 -08:00
parent b6c9a2b75c
commit 327b38f35b
56 changed files with 125 additions and 136 deletions

View file

@ -2,7 +2,7 @@
title: How does React's Suspense work?
date: 2019-10-26
excerpt: The Suspense is killing me.
categories: ["react"]
tags: ["react"]
---
First and foremost, this post is writing about stuff that is part of the Experimental branch of React, so by the time you read this it could be out of date. Ill try to keep things up to date as they develop.