RXNT / react-jsonschema-form-conditionals

react-jsonschema-form-conditionals

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

When schema is large with large amount of rules and properties, performance drops significantly

mavarazy opened this issue · comments

This showed up during internal development, with a schema size of 50 fields and 30 rules, execution is very slow. Scripts take off too much time to process.

Possible solution is to make schema, uiSchema, rules, Engine and extraActions constant, so that we could precompile runRules and reuse it.