文件名称:pipe:使用模板字符串为 node.js 进行流式和异步模板渲染
文件大小:57KB
文件格式:ZIP
更新时间:2024-08-23 23:27:21
streaming template-engine async tagged-template tagged-template-literals
@jongleberry/管 使用模板字符串为 node.js 进行流式和异步模板渲染。 将变量或部分定义为在模板中返回的承诺或流或 thunk,它们将在渲染时进行评估。 这允许您创建快速、非阻塞的服务器端渲染应用程序,同时最大限度地减少用户的第一个字节时间。 例子 const pipe = require ( '@jongleberry/pipe' ) const render = function ( { currentUser } ) { return pipe ` <!DOCTYPE html> <html> <head> <title>Example</title> <link rel='stylesheet' href='entrypoint.css'> </head> <body
【文件预览】:
pipe-master
----.eslintrc(40B)
----utils()
--------index.js(261B)
----.github()
--------dependabot.yml(143B)
--------workflows()
----lib()
--------index.js(1KB)
----LICENSE(1KB)
----__tests__()
--------.eslintrc(22B)
--------errors.js(2KB)
--------__snapshots__()
--------types.js(2KB)
----README.md(4KB)
----.gitignore(32B)
----package-lock.json(176KB)
----package.json(1KB)