Reflex Logo

Intro

Gallery

Hosting

Components

New

Learn

Components

API Reference

Onboarding

Library

/

Layout

/

Fragment

A Fragment is a Component that allow you to group multiple Components without a wrapper node.

Refer to the React docs at React/Fragment for more information on its use-case.

Component1

Component2

rx.fragment(rx.text("Component1"), rx.text("Component2"))

A React fragment to return multiple components from a function without wrapping it in a container.

Props

No component specific props

← ForeachGrid →

Did you find this useful?

HomeGalleryChangelogIntroductionHosting