Skip to content

Commit

Permalink
Moved the file, fix frontmatter and table of contents
Browse files Browse the repository at this point in the history
  • Loading branch information
mariana-caetano committed Oct 18, 2024
1 parent 75e4371 commit 4c97588
Showing 1 changed file with 2 additions and 6 deletions.
Original file line number Diff line number Diff line change
@@ -1,16 +1,12 @@
---
title: "Experimental exports - Hooks and Components"
slug: "experimental-exports-hooks-and-components"
hidden: false
createdAt: "2024-09-17T17:30:15.623Z"
updatedAt: ""
---

FastStore provides [hooks](#list-of-hooks-and-components) and components to extend native features within your [custom sections](https://developers.vtex.com/docs/guides/faststore/building-sections-creating-a-new-section) and [overridden components](https://developers.vtex.com/docs/guides/faststore/overrides-overview).

For example, you can create a custom [BuyButton](https://developers.vtex.com/docs/guides/faststore/molecules-buy-button) that adds products to the cart and displays a personalized message based on user preferences or order history.

Before you begin
## Before you begin

All experimental [hooks and components](#list-of-hooks-and-components) are suffixed with `_unstable`, indicating that they are subject to change and may not be stable for use in production.

Expand Down Expand Up @@ -53,7 +49,7 @@ All experimental [hooks and components](#list-of-hooks-and-components) are suffi
Explore the features of the experimental hooks and the `Image_unstable` component.

- [Hooks](#hooks)
- [`Image_unstable` component](#image_unstable-component)
- [`Image_unstable`](#image)

### Hooks

Expand Down

0 comments on commit 4c97588

Please sign in to comment.