Ditching TypeScript for JavaScript - Go Make Things: https://gomakethings.com/ditching-typescript-for-javascript/
Conversation
Notices
-
Adrian Cochrane (alcinnz@floss.social)'s status on Wednesday, 29-Mar-2023 02:28:03 JST Adrian Cochrane -
Ryuno-Ki (ryunoki@layer8.space)'s status on Wednesday, 29-Mar-2023 02:53:11 JST Ryuno-Ki @alcinnz
You know, today I had a session with a mentee who was trained in React.We went through a small problem (turning a CSV into a table) with Vanilla JS only (except for Papa Parse, because CSV can be tricky).
He … has material to study now.
In conversation permalink -
Ryuno-Ki (ryunoki@layer8.space)'s status on Wednesday, 29-Mar-2023 03:19:39 JST Ryuno-Ki Well, you can write spaghetti code with or without a framework.
I totally blame CodePen for this as it does not allow me to organise code in the way I prefer.I tried to mimic the structure to React.
But chasing async code (change event listeners from input elements) is confusing if you are not used to it.
Old-school memoisation was a trick he didn't knew.
Luckily functions are objects ^.^In conversation permalink Adrian Cochrane repeated this. -
dave (dave@pleroma.manicphase.me)'s status on Wednesday, 29-Mar-2023 03:19:58 JST dave @RyunoKi
Were they surprised at how much more intuitive it is to not use a framework?
@alcinnzIn conversation permalink Adrian Cochrane repeated this. -
Ryuno-Ki (ryunoki@layer8.space)'s status on Wednesday, 29-Mar-2023 05:29:46 JST Ryuno-Ki @dave
@alcinnz Personally I was highly inspired by a talk from someone of the https://frameworkless.js.org/ movement.In conversation permalink Attachments
Adrian Cochrane repeated this. -
Ryuno-Ki (ryunoki@layer8.space)'s status on Wednesday, 29-Mar-2023 05:47:17 JST Ryuno-Ki In conversation permalink
-