curiouscoderscommunity / curious-coders

0 stars 0 forks source link

How to structure vanilla JavaScript programs? #9

Open RichStone opened 1 year ago

bouwe77 commented 1 year ago

Same question here, is it web HTML + JS, or JS only?

RichStone commented 1 year ago

For this one, I was specifically thinking about web but also happy to look into „js-only“ which then would be more like serever-side/node stuff?

Best Rich


Rich Steinmetz

richstone.io linkedin phone: +34 603 214 534 On 10 Nov 2022, 22:53 +0100, Bouwe K. Westerdijk @.***>, wrote:

Same question here, is it web HTML + JS, or JS only? — Reply to this email directly, view it on GitHub, or unsubscribe. You are receiving this because you authored the thread.Message ID: @.***>

bouwe77 commented 1 year ago

Can do whatever, although I do not have a recipe or a very clear opinion on this, I am sure we both have many ideas and thoughts on this just from experience. 👍

RichStone commented 1 year ago

yesss, and there are some patterns you can use: https://vanillajstoolkit.com/boilerplates/

But I'm not an expert on this either maybe we can mix it in with #20