Row conditional rendering based on record access rights

My use case is straight forward. Table row Edit and Delete actions. It’s so frustrating not being able provide to this part of the UX that LEX has out of the box. The default form Save/Cancel buttons should read the current users access rights.

I do understand that LEX doesn’t run into this issue as they don’t offer the same level of features in one page, thereby keeping the load time down, but I would prefer to have the option include this level of conditional rendering at the expense of load time. Then I would be able to navigate the discussion with ease, as then the client could make the call of load time vs. features available.

Long term, I’d like to see conditional rendering of this type lazy load in order to keep load time down. Delay both the queries for user access rights and then render applicable elements.

At the very least, we should be able to replicate the UX of the LEX record detail page when it comes to current users access rights.