Adding API descriptions

This commit is contained in:
Rachel Nabors
2021-10-27 00:02:36 +01:00
parent 52bd6d9ed1
commit 1dfe8ad29c
4 changed files with 4 additions and 0 deletions

View File

@@ -1,6 +1,7 @@
---
title: React APIs
layout: API
description: "Hooks, ReactDOM, and more APIs."
---
<Intro>

View File

@@ -1,6 +1,7 @@
---
title: ReactDOM API
layout: API
description: "ReactDOM lets you render React components on a webpage."
---
<Intro>

View File

@@ -1,6 +1,7 @@
---
title: render()
layout: API
description: "Renders a piece of JSX into a browser DOM container node."
---
<Intro>

View File

@@ -1,6 +1,7 @@
---
title: useState()
layout: API
description: "useState is a Hook for 'remembering' information between renders and triggering renders."
---
<Intro>