0.1.2 • Published 11 months ago

uralsjs-ssr-app v0.1.2

Weekly downloads
-
License
MIT
Repository
-
Last release
11 months ago

uralsjs-ssr-app

Server side rendering application

API

/**
 * Function renders static html by ModelSets Record 
 */
export const ssrApp = <Keys extends string | number>(
    modelSets: Record<Keys, ModelSet<unknown, unknown>>, 
    html: string
) => string

Example

See example in ts/test folder

Author

Anatoly Starodubtsev tostar74@mail.ru

License MIT