Alpine.js Component Communication Patterns - Code with Hugo - May 19th 2020
Welcome to the 76th Edition of the Code with Hugo newsletter about JavaScript, Node.js & Enterprise patterns.
Here are 3 links I think are worth your time this week,
-
"A guide to Alpine.js component communication" How to share information between Alpine.js components with the $dispatch magic property and the window/document as an event bus. (7 min read) : https://codewithhugo.com/alpinejs-component-communication-event-bus/
-
"Can I store the .git folder outside the files I want tracked?" (1 min read): https://stackoverflow.com/questions/505467/can-i-store-the-git-folder-outside-the-files-i-want-tracked
-
"Things I Learned From a Senior Software Engineer" (19 min read): https://medium.com/better-programming/things-i-learned-from-a-senior-software-engineer-3cf622f3d835
Bonus Post: App Ideas: 17 Web Apps You Can Build To Level Up Your Coding Skills: https://codewithhugo.com/coding-web-app-ideas/
An evergreen tweet with limited but not imperceptible snark from @corey_gwin:
Move slow and comprehend things.
— Corey Gwin (@corey_gwin) November 25, 2019
Earlier this month I decided to ship a Buttondown API wrapper for Node.js, you can see the repo at github.com/HugoDF/buttondown.
That's all for this week, stay tuned for more JavaScript tips to help you get stuff done.
Hugo