React filter documentation has landed!

Sam Ruby Sam Ruby on January 6, 2021

While filters can do one-for-one transformations, they can also do much more. The react filter will, for example, do the following:

  • Support multiple syntaxes for HTML, including JSX and direct calls to React.createElement.

  • Unifying all of the mechanisms to initialize, reference, and update state with assignments and references to instance variables.

  • Automatically bind all event handlers.

  • Eliminate the need to create event handlers for controlled components.

See the documentation for more details and live examples.