signumsoftware / framework

Open Source framework for writing data-centric applications using the latest versions of .Net Core, C# (not-nullable), ASP.NET Web API, Typescript (strict), React, D3 and Sql Server or PostgreeSQL
https://www.signumsoftware.com/en/Framework
MIT License
222 stars 85 forks source link

Replace refreshKey with DependenciesList #512

Closed JafarMirzaie closed 3 years ago

olmobrutall commented 3 years ago

Awesome work!

For reference for the others: this upgrade will replace refreshKey in many component (SearchControl, ValueSearchControl, EntityCombo, EntityCheckboxList...) to use a more standart deps?: DependencyList, following React convention:

https://github.com/DefinitelyTyped/DefinitelyTyped/blob/master/types/react/index.d.ts#L1084

Thanks for your help Jafar :)

JafarMirzaie commented 3 years ago

You're welcome