![]() - substr is Annex B - substring silently flips its arguments if they're in the "wrong order", which is confusing - slice is better than sliced bread (no pun intended) and also it works the same way on Arrays so there's less to remember --- > I'd be down to just lint and enforce a single form just for the potential compression savings by using a repeated string. _Originally posted by @sebmarkbage in https://github.com/facebook/react/pull/26663#discussion_r1170455401_ |
||
---|---|---|
.. | ||
public | ||
src | ||
.gitignore | ||
README.md | ||
package.json | ||
yarn.lock |
README.md
DOM Fixtures
A set of DOM test cases for quickly identifying browser issues.
Setup
To reference a local build of React, first run yarn build
at the root
of the React project. Then:
cd fixtures/dom
yarn
yarn start
The start
command runs a script that copies over the local build of react into
the public directory.