We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Deno 新增了一种 jsx 的编译方式叫 precompile,直接产出字符串,而非 React.createElement 这种需要创建很多临时对象的方式,可以让服务端的 jsx 渲染速度提升 7-20 倍。
参考:https://sorrycc.com/speeding-up-javascript-ecosystem-part-9/
The text was updated successfully, but these errors were encountered:
No branches or pull requests
参考:https://sorrycc.com/speeding-up-javascript-ecosystem-part-9/
The text was updated successfully, but these errors were encountered: