Ben Ilegbodu

Results 31 comments of Ben Ilegbodu
trafficstars

I'll put together an updated API draft + a high-level spec of the necessary changes here and in `node-plop` to run by you. Then if you give the 👍, I'll...

Ok, sorry for the delay. Got back from break this week and was able to start thinking through the API. It looks like the entirety of the API is in...

@amwmedia any thoughts on this?

I think this looks good! I'm assuming if you don't specify `templateRenderer` on the generator config you get the default handlebars? I really like passing in `plop` to the `renderFunction`...

Ahhh... I see. Hadn't really investigated `plop.load()`. So the `setTemplateRenderer()` part would go in a new NPM package called `plop-ejs`: ```js export default function (plop) { plop.setTemplateRenderer('ejs', (template, data, plop)...

I think we've got the API in a solid place, so I'll start dev on it.

Hey @amwmedia! So we missed one **big** part of this and that's `renderString(template, data)`. As you're no doubt aware, it's used by **everything** and now we'd need it to work...

Looks like we _both_ forgot about this 😉

First of all, I wanna say that this is **AWESOME***! I really love where this is going. The better we can all pool our individual efforts, the better the overall...

Agreed all around! Thanks for the response. So if the primitives come with an `accessibilityRole` prop then the web versions of the primitive can do special things as necessary but...