refine-frontends
refine-frontends copied to clipboard
A query builder for Vue and React
Results
2
refine-frontends issues
Sort by
recently updated
recently updated
newest added
This PR: - Fixes the error from React about updating the component while rendering by skipping calling the `onChange` callback during the first render ### Before ### After
This PR: - Removes the old Vue tests - Adds a `tests/cypress` directory - Adds `test:e2e:run:react` command to the root of the repo This command uses [`start-server-and-test`](https://github.com/bahmutov/start-server-and-test). This takes three...