react-lua23
Version:
React
14 lines (8 loc) • 389 B
Markdown
# react-is
A Roblox Lua port of the `react-is` package from React, which provides constants and runtime check functions for the various valid types of elements that can be created.
Status: ✔️ Ported
Source: https://github.com/facebook/react/tree/master/packages/react-is
### ✏️ Notes
* Includes some guards where we confirm that values are tables before
### ❌ Excluded