-
Notifications
You must be signed in to change notification settings - Fork 194
Open
Labels
Description
This is useful for filter out react unknown props then safely pass to dom element.
styled-components/utils/validAttr.js is a good example.
Use {}.hasOwnProperty replace Array.indexOf. It's boost more than 10x faster.