Fix tags, languages and templates

This commit is contained in:
Angelos Chalaris
2023-05-07 12:49:46 +03:00
parent 5c913d20bd
commit 2ecadbada9
245 changed files with 479 additions and 240 deletions

View File

@@ -1,7 +1,8 @@
---
title: Breaking React - a common pattern to avoid
type: story
tags: [react,debugging]
language: react
tags: [debugging]
author: chalarangelo
cover: broken-screen
excerpt: As powerful as React is, it is also quite fragile at places. Did you know that a few lines can easily break your entire React application?