mirror of
https://github.com/reactjs/react.dev.git
synced 2026-02-22 20:01:57 +00:00
Adding API descriptions
This commit is contained in:
@@ -1,6 +1,7 @@
|
||||
---
|
||||
title: React APIs
|
||||
layout: API
|
||||
description: "Hooks, ReactDOM, and more APIs."
|
||||
---
|
||||
|
||||
<Intro>
|
||||
|
||||
@@ -1,6 +1,7 @@
|
||||
---
|
||||
title: ReactDOM API
|
||||
layout: API
|
||||
description: "ReactDOM lets you render React components on a webpage."
|
||||
---
|
||||
|
||||
<Intro>
|
||||
|
||||
@@ -1,6 +1,7 @@
|
||||
---
|
||||
title: render()
|
||||
layout: API
|
||||
description: "Renders a piece of JSX into a browser DOM container node."
|
||||
---
|
||||
|
||||
<Intro>
|
||||
|
||||
@@ -1,6 +1,7 @@
|
||||
---
|
||||
title: useState()
|
||||
layout: API
|
||||
description: "useState is a Hook for 'remembering' information between renders and triggering renders."
|
||||
---
|
||||
|
||||
<Intro>
|
||||
|
||||
Reference in New Issue
Block a user