You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Ryan Johnson edited this page Aug 12, 2018
·
12 revisions
Tech Stack
TypeScript (to distribute centralized type definitions)
Deploy to NPM (consume via import or require())
Support
Browsers: IE11, Edge, Firefox, Chrome, Safari
Environments: ES6 (will require bundling in consuming app)
React: v15+
Standards
Component Names Should be Without Prefix
Given that the majority of public React component libraries do not prefix their exported components, and the lack of any solid pros/cons of prefixed vs unprefixed (aside from the number of characters to type), it's best to go with the implied industry standard of unprefixed components.