DEV Community

Discussion on: The Million.js Manifesto

Collapse
 
miketalbot profile image
Mike Talbot ⭐ • Edited

BTW I did read your other article, but I didn't get a concrete feeling for the API constraints you refer to. Do we not have a constrained API in the DOM?

Collapse
 
aidenybai profile image
Aiden Bai

Thanks for reading my other articles! Constraints isn't probably the best word for the job, but I feel like it's the only one that fits right now. When you develop for the purpose of compiling down to imperative operations, your API pattern will be toward that. It's difficult to see a well optimized React API pattern compiling down to imperative operations.

Thread Thread
 
miketalbot profile image
Mike Talbot ⭐

Yes I see your point.