2017-08-26 01:03:30 +08:00
# Attribute Behavior Fixture
2017-10-15 04:26:10 +08:00
**WIP:** This is an MVP, still needs polish.
2017-08-26 01:03:30 +08:00
### Known Issues
- There are currently two errors thrown when the page loads;
`SyntaxError: missing ; before statement`
## Instructions
2021-11-25 09:37:09 +08:00
`yarn build --type=UMD_DEV react/index,react-dom && cd fixtures/attribute-behavior && yarn install && yarn start`
2017-08-26 01:03:30 +08:00
## 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.
2021-11-25 09:37:09 +08:00
The left box shows the property (or attribute) assigned by the latest stable release of React, and the
right box shows the property (or attribute) assigned by the locally built version of React.
2017-08-26 01:03:30 +08:00
2018-07-01 06:45:06 +08:00
Right now, we use a purple outline to call out cases where the assigned property
2017-08-26 01:03:30 +08:00
(or attribute) has changed between React 15 and 16.
---
2020-10-09 09:56:30 +08:00
This project was bootstrapped with [Create React App ](https://github.com/facebook/create-react-app ).
2017-08-26 01:03:30 +08:00
2021-07-30 20:56:55 +08:00
You can find the guide for how to do things in a CRA [here ](https://github.com/facebook/create-react-app/blob/main/packages/cra-template/template/README.md ).