Skip to content

Latest commit

 

History

History
46 lines (34 loc) · 1.45 KB

README.md

File metadata and controls

46 lines (34 loc) · 1.45 KB

Build Status

Slicky

Javascript framework which combines features and ideas from angularjs, angular, vue and other frameworks. Fully immutable and typescript only!

This framework if written specifically for non-SPA's, if you're choosing framework for SPA, just go with angular or something else. (Maybe when there'll be router it could be used on SPA's also).

Still kinda experimental, but YOLO

Key points

  • Written for non SPA first
  • Purely immutable
  • Only with typescript
  • With AOT (ahead of time compilation)
  • Without router (yet)
  • Without animations (yet - will be soon)

Documentation

  1. Installation
  2. Bootstrap application
  3. Dependency injection
  4. Change detection
  5. Writing directives
  6. Components
  7. Templates
  8. Filters
  9. Ahead of time compilation
  10. Extensions
  11. Testing
  12. HTTP
  13. Forms

Examples

Extensions