Function globals props Node isValidPropName
checks if a string can be used as a prop name returns 0 (invalid) or 1 (valid) as string operations are expensive, use this only when necessary, especially do not use in update loops
checks if a string can be used as a prop name returns 0 (invalid) or 1 (valid) as string operations are expensive, use this only when necessary, especially do not use in update loops