sdawood / json-tots

JSON Template of Templates
MIT License
9 stars 4 forks source link

Question: self-referencing templates #5

Closed infinioo closed 5 years ago

infinioo commented 5 years ago

How are self-referencing templates going to work and when do you think they will be available?

sdawood commented 5 years ago

Currently my thought process and my existing proof of concept goes like this:

You would #tag a node or a leaf You would @tag mention the tagged element in another template leaf

Basic dependency resolution is applied and leaf rendering happens in order

I want to make it available along with async and stream references

Development is 60% done and would be available in a branch soon

Hang in there, tots 2.0 beta is coming soon

sdawood commented 5 years ago

Check current iteration in v2.x.x please closes #5