isprojects / mstform

Mobx State Tree Form-library
MIT License
81 stars 3 forks source link

Only set local raw when explicitly calling setRaw. #144

Closed randywanga closed 3 years ago

randywanga commented 3 years ago

Turned out to be a very simple change - simply not setting the local _raw in validate was enough to improve frontend validate performance while still keeping the original behavior intact. All tests still pass without any changes and I couldn't find any changes in application behavior either.