you should use rum/static on components which take no arguments or whose arguments are immutable
honestly I wish that was a default
well after seeing tonsky's "it's fast or it's wrong" post I'm honesty wondering what the future is for Rum
It looked to me that he made Rum as a library that does not make choice for its users. He might expect the users to really write their own macros for having static as default.
I feel that it’s made as a library rather than a framework so it can be a tool for anyone who wants to write his own framework or set of patterns.
fair point