Custom delimiters
Mainly used for generating files based on React templates in Node.js, { } syntax conflicts with the syntax in React. Is it possible to customize the delimiter?
Custom delimiters (e.g. <% %>)
Maybe. Can you first describe why you want to mix React and Nue? Are you forced to do this, or the React mix solves some particular problem? Or is Nue lacking features? I want to understand!
Thanks
As Nuejs can run on the server and has elegant syntax, I hope to use Nuejs as a replacement for EJS to create a code generator tool. Based on templates, it can generate React code, similar to schematics-angular-builds.
Regardless of the purpose, I think it would be easier to use the delimiter if it could be changed as needed. For example, they anticipate many requests for "{{" and "}}" instead of "{" and "}" and so on.