From 2dab3ee73c1df8aa1e2428968c331641945848a7 Mon Sep 17 00:00:00 2001 From: ompatalbansi Date: Mon, 29 Dec 2025 23:20:20 +0530 Subject: [PATCH] inserted first contribution --- react/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/react/README.md b/react/README.md index a590a19672..a007d32a1f 100644 --- a/react/README.md +++ b/react/README.md @@ -1,6 +1,6 @@ # Airbnb React/JSX Style Guide -*A mostly reasonable approach to React and JSX* +*A mostly reasonable approach to the React and JSX* This style guide is mostly based on the standards that are currently prevalent in JavaScript, although some conventions (i.e async/await or static class fields) may still be included or prohibited on a case-by-case basis. Currently, anything prior to stage 3 is not included nor recommended in this guide.