NullVoxPopuli
@nullvoxpopuli.com
17K followers 1.8K following 3.6K posts
Artificer of Code. OpenSource, TC39 Signals, StarbeamJS & @emberjs.com enthusiast and advocate Former @react.dev Where i'm at https://linktr.ee/nullvoxpopuli Projects tutorial.glimdown.com limber.glimdown.com #SwarmLyfe Queen of Blades, she/her, obv
Posts Media Videos Starter Packs
Pinned
nullvoxpopuli.com
We have attribute autocomplete!!! 🥳
nullvoxpopuli.com
Unsubscribed frow this app, and was met with the BEST little sad face eeee
nullvoxpopuli.com
2010 me would have been all over this

nice
nullvoxpopuli.com
macOS not allowing named args to (what are normally) the standard CLI tools is just ... so inane

macos
🚫 cp x y -r
✅ cp -r x y

everyone else: 🤷 it all works

It just makes sense to allow whatever.

and being strict about the order is just productivity destroying
nullvoxpopuli.com
Need a way to manage daemons, but can't use pm2 for licensing reasons?

I made a thing *for you*

In adhering to unix philosophy, it only manages daemons, and doesn't try to do the 300 other things that pm2 does
nullvoxpopuli.com
If you have a library agnostic tool (such as for css), i dare you to remove your jsx docs 😈

HTML is the common language we all speak
nullvoxpopuli.com
🚫 ui = fn(state)

fn(state) implies UI rendering is only pure functions.
This is not the case.

You read in external state all the time.
- URL
- use*Whatever hooks
- etc
nullvoxpopuli.com
No where else am i accused of being a bot so frequently

(I'm not the only one either)

nullvoxpopuli.com
Components are not the framework.

Components are a refactoring boundary made up of the primitives.

Components are "functions with a reactive UI for output"

That's it.
nullvoxpopuli.com
Release the benchmark files!
horsejs.com
React getting a little nervous about losing
Reposted by NullVoxPopuli
horsejs.com
React getting a little nervous about losing
nullvoxpopuli.com
Now that the react compiler is 1.0, anyone know what the build time is for an app with 20k+ modules?

(Also, build time with babel?)
Reposted by NullVoxPopuli
mastersuki.bsky.social
What aspect of @emberjs.com would pique your interest in learning more about it? What changes could be made to the framework to enhance its credibility within the #JavaScript community?
nullvoxpopuli.com
Thank you for sharing!
nullvoxpopuli.com
Yaaaaas

Git rekt mac and windows
nullvoxpopuli.com
How to set CSS Custom properties with Signals on a component:

1. define the style attribute
2. assign the custom property's value
nullvoxpopuli.com
Time to switch to neovim.

If you know you know.
nullvoxpopuli.com
In Ember, you can choose where your attributes / fallback attributes go -- it doesn't have to be the outer element!

This enables immense composition powers for component authors:

nullvoxpopuli.com
I think the author was just teasing and hasn't published it yet :(
nullvoxpopuli.com
I believe this to be true for ember as well.

I have a utility called "proper links"

Docs and demo here: ember-primitives.pag...