stage0 icon indicating copy to clipboard operation
stage0 copied to clipboard

Tooks Stage0 and made it a littler user friendly

Open jon49 opened this issue 4 years ago • 0 comments

Thought you might like to see how I made Stage0 a littler friendly for my use case.

It added about 800 bytes to your library but I like how it came out. I don't use the reconciler part of your library as I like to do most of that type of work myself.

https://github.com/jon49/MealPlanner/blob/master/src/app/utils/hash-template.js

Here is the template:

https://github.com/jon49/MealPlanner/blob/master/src/app/meal-plans/edit/templates/_recipe.html.js#L24

And here is where it is used:

https://github.com/jon49/MealPlanner/blob/master/src/app/meal-plans/edit/templates/recipe.ts#L7

jon49 avatar Jun 08 '20 16:06 jon49