String builder #282
                  
                    
                      amitu
                    
                  
                
                  started this conversation in
                Ideas & RFCs
              
            Replies: 0 comments
  
    Sign up for free
    to join this conversation on GitHub.
    Already have an account?
    Sign in to comment
  
        
    
Uh oh!
There was an error while loading. Please reload this page.
-
We have a decent dim builder right now. We also have markup support for building dom. How do we build more complex strings? Markup support can be extended to strings.
We also want to do "container management for strings", say a string contains a slot, and in that slot we want to put some strings. Basically we want to make some slot "current" so future string operations apply on that current slot.
We can have push operation which works on current slot:
We will have to do all this on frontend as well.
Beta Was this translation helpful? Give feedback.
All reactions