Retax-Client
This is the client side of the retax. It calls the retax-core to build the client app and render it.
How it works?
I assume that you will use retax to create a retax app. If you want to bootstrap a client app manually, you could do the following.
I am considering to expose from retax-client a instantiated bootstrapper to help you.
;; ;;; // you could create a top-level IoC container if you don't want to do the following yourself;;;;; ; ; bootstrapper.configretaxConfig; ; bootstrapper.bootstrapmountPoint.then;
FAQ
I don't understand how this library is built
Check builder and builder-ts-library
Typescript support
This project is shipped with typescript typings. If you are using typescript@^1.6, you don't have to do anything, it will detect the definition types automatically.
License
MIT License (MIT)