Packages

trait ReactNodeEncoder[A] extends AnyRef

Encode a value to a ReactNode. This can only be used for values that are themselves directly renderable because if you want to create a ReactNode from a component, you must call createElement with some props, and this typeclass does not have props anywhere!

Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. ReactNodeEncoder
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Abstract Value Members

  1. abstract def toNode(a: A): ReactNode