Hi,
We have both the above mentioned tools and would like to know what the difference between the 2 are?
Are we meant to use them side by side/together or do they operate independently?
From the docs I can see that the asp.net core package is focused on tag helpers/components used within a razor page binding back to data in the pagemodel, where as Essential JS involves binding to data in javascript.
We are building web apps using razor pages and do most of our work in the pagemodels with very little client side js (except for ajax requests and some jquery).
Would the best option be to use the Asp.NET Core controls?
Thanks
Tony