Hacker News new | ask | show | jobs
by koenvdb 1302 days ago
Yes, yes, yes! I wish the rest of our ASP.NET Razor stuff was in React so that everything would be traceable. Right now our code base is split between React and Razor with JS(/Jquery) all over the place. This results in files containing thousands of lines of code, which makes checking what logic is behind a button/form is incredibly hard. With React we have all logic for a certain component in the component itself, making it easy to figure out what is going on.