Basic SPA for kottans frontend course. Contains simple Component
and Router
classes. Router
extends Component
.
Component
has internal state and can accept data thru props from parent component. Have couple lifecycle methods.
Router
have onEnter
callback, understands redirectTo
key. Also, can extract parameters from url and pass it to chidlren.