Component & View
This patch release changes raj/react
to accept the Component
class directly as we never really needed the whole React, and variants like PureComponent
can now be used. In the raj/runtime
, we also renamed the "renderer" argument to "view", aligning with the React binding style view(state, dispatch)
.