react/fixtures/attribute-behavior
Clark Du b623bf43a0 Use value on <select> instead of setting selected on <option> (#11206) 2017-10-16 07:46:24 -04:00
..
public Remove UMD builds from fixture directory (#10547) 2017-08-25 17:17:31 -07:00
src Use value on <select> instead of setting selected on <option> (#11206) 2017-10-16 07:46:24 -04:00
.gitignore Fix warning deduplication in attribute table (#10594) 2017-09-01 18:37:45 -07:00
AttributeTableSnapshot.md Fix tabIndex attribute for SVG (#11033) 2017-10-02 18:52:26 +01:00
README.md Fix typos (#11204) 2017-10-14 16:26:10 -04:00
package.json Fix warning deduplication in attribute table (#10594) 2017-09-01 18:37:45 -07:00
yarn.lock Fix warning deduplication in attribute table (#10594) 2017-09-01 18:37:45 -07:00

README.md

Attribute Behavior Fixture

WIP: This is an MVP, still needs polish.

Known Issues

  • There are currently two errors thrown when the page loads; SyntaxError: missing ; before statement

Instructions

cd fixtures/attribute-behavior && yarn install && yarn start

Interpretation

Each row is an attribute which could be set on some DOM component. Some of them are invalid or mis-capitalized or mixed up versions of real ones. Each column is a value which can be passed to that attribute. Every cell has a box on the left and a box on the right. The left box shows the property (or attribute) assigned by React 15.*, and the right box shows the property (or attribute) assigned by the latest version of React 16.

Right now we use a purple outline to call out cases where the assigned property (or attribute) has changed between React 15 and 16.


This project was bootstrapped with Create React App.

You can find the guide for how to do things in a CRA here.