Skip to content

Latest commit

 

History

History
10 lines (6 loc) · 519 Bytes

README.md

File metadata and controls

10 lines (6 loc) · 519 Bytes

SPA framework

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.

Summary of workshop with homework

Telegraph