lxsmnsyc Profile Banner
Alexis Munsayac πŸ‡΅πŸ‡­ Profile
Alexis Munsayac πŸ‡΅πŸ‡­

@lxsmnsyc

Followers
1K
Following
7K
Media
462
Statuses
4K

I make things. I teardown things. Hanging out @solid_js @carriyo_me formerly: @milliondotjs open for job opportunities :)

Philippines
Joined May 2017
Don't wanna be here? Send us removal request.
@lxsmnsyc
Alexis Munsayac πŸ‡΅πŸ‡­
2 months
Hi everyone!. I'm currently looking for a new remote JS/TS role, FT preferred. I'm a @solid_js core team, previously worked at @milliondotjs, React Scan. Built few frameworks and libraries, mostly bundling/ serialization!. Let me know if there's any opportunities out there!.
10
38
236
@lxsmnsyc
Alexis Munsayac πŸ‡΅πŸ‡­
20 days
RT @RyanCarniato: It was always more than about performance. I started Solid because I liked the mental model of Knockout more than React.….
0
43
0
@lxsmnsyc
Alexis Munsayac πŸ‡΅πŸ‡­
1 month
hot take:. Writeable memos are just bad. It breaks the single source of truth and on top of that, it assumes that either the computation or the setter has the same priority, and either one overwrites the other. It was basically controlled vs uncontrolled state argument.
4
1
18
@lxsmnsyc
Alexis Munsayac πŸ‡΅πŸ‡­
1 month
This is so cool.
@en_JS
Joe Savona
1 month
For compiler nerds: a writeup of the core inference rules and approach that React Compiler uses to decide which groups of instructions to memoize together. If something isn't clear let me know!
0
0
3
@lxsmnsyc
Alexis Munsayac πŸ‡΅πŸ‡­
1 month
Good question. I don't.
@catalinmpit
Catalin
1 month
How the hell do some developers make that much money as employees?
Tweet media one
0
0
3
@lxsmnsyc
Alexis Munsayac πŸ‡΅πŸ‡­
1 month
RT @youyuxi: I can understand why Bun does it, but these attempts of nudging users away from Vite and Vitest ignores the fact that Bun's co….
0
50
0
@lxsmnsyc
Alexis Munsayac πŸ‡΅πŸ‡­
1 month
RT @schanuelmiller: We just merged "devinxi" to main. TanStack Start is now just a Vite plugin - and that unlocks a ton of cool new stuff.….
Tweet media one
github.com
Version 1.121.0 - 6/10/25, 9:20 PM Changes Please follow the migration guide to upgrade: https://github.com/TanStack/router/discussions/2863#discussioncomment-13104960 Feat Merge alpha to main (#4...
0
52
0
@lxsmnsyc
Alexis Munsayac πŸ‡΅πŸ‡­
1 month
RT @matteocollina: Something that most people don’t realize when creating many wrapping abstractions: all those async functions *alway* add….
0
49
0
@lxsmnsyc
Alexis Munsayac πŸ‡΅πŸ‡­
1 month
there's an alternate reality where the rules of hooks doesn't exist. But sure, React Hooks is "alright".
@mjackson
MJ
1 month
Alright, it’s been 7 years now. Do you like React hooks? What’s the verdict?.
0
0
16
@lxsmnsyc
Alexis Munsayac πŸ‡΅πŸ‡­
2 months
one life skill I'd really love to learn is how to identify mushrooms (mainly, which are toxic/edible). but knowing how I manage my memory, I probably have to dispose some of my programming knowledge πŸ—Ώ.
1
0
6
@lxsmnsyc
Alexis Munsayac πŸ‡΅πŸ‡­
2 months
Haven't had much luck recently. Tough times, tough times.
@lxsmnsyc
Alexis Munsayac πŸ‡΅πŸ‡­
2 months
Hi everyone!. I'm currently looking for a new remote JS/TS role, FT preferred. I'm a @solid_js core team, previously worked at @milliondotjs, React Scan. Built few frameworks and libraries, mostly bundling/ serialization!. Let me know if there's any opportunities out there!.
1
0
16
@lxsmnsyc
Alexis Munsayac πŸ‡΅πŸ‡­
2 months
I don't even use Cursor.
@gabe_g2i
Gabe Greenberg
2 months
You're offered $1 million, but you can never use Cursor again. Do you accept?.
1
0
13
@lxsmnsyc
Alexis Munsayac πŸ‡΅πŸ‡­
2 months
didn't know the term was "progressive". In addition, seroval supports streaming JSON!.
@devagrawal09
Dev Agrawal
2 months
New post by Dan Abramov talks about the out of order data streaming techniques used by modern frameworks very nicely!. This is the technology that unlocks things like server components, single flight mutations, and returning promises/generators from server functions
Tweet media one
0
0
11
@lxsmnsyc
Alexis Munsayac πŸ‡΅πŸ‡­
2 months
this boosts my confidence
Tweet media one
0
0
1
@lxsmnsyc
Alexis Munsayac πŸ‡΅πŸ‡­
2 months
Okay Facebook, why
Tweet media one
1
0
9
@lxsmnsyc
Alexis Munsayac πŸ‡΅πŸ‡­
2 months
You just love to see it.
@typescript
TypeScript
2 months
Today we're announcing previews of the native port of TypeScript! These nightly previews will be available on npm and the VS Code marketplace!. npm install -D @​typescript/native-preview.npx tsgo --version. Read up more on our blog!.
0
0
3
@lxsmnsyc
Alexis Munsayac πŸ‡΅πŸ‡­
2 months
okay but TIL, polymorphic objects apply down to values. I thought it was only just for data types.
@isukkaw
Sukka / ζ―›η»’η»’ηš„ε€§ε°Ύε·΄πŸ¦Š
2 months
0
0
2
@lxsmnsyc
Alexis Munsayac πŸ‡΅πŸ‡­
2 months
Okay but seriously. why is there no `<media-query>` element.
0
0
2
@lxsmnsyc
Alexis Munsayac πŸ‡΅πŸ‡­
2 months
RT @jherr: JSON.stringify/JSON.parse have some serious limitations. Let's take a look at several popular alternatives to boost your JSON ga….
www.youtube.com
JSON.stringify and JSON.parse have problems. What are some good alternatives?Code: https://github.com/jherr/json-alternativesπŸ‘‰ ProNextJS Course: https://pro...
0
3
0
@lxsmnsyc
Alexis Munsayac πŸ‡΅πŸ‡­
2 months
Always regretted not being able to visit my grandfather in his supposed last days when he was looking for me. I've always been thankful for the people who provided me with remote work.
@davesnx
David Sancho
2 months
It's my grandma's last days, an awesome human and crazy funny. Remote work allows me to stay and work at the hospital when she's resting, take care of her when she's awake, and enjoy the last moments of our lives together. Freedom like this can't be paid, ty ahrefs.
0
0
4
@lxsmnsyc
Alexis Munsayac πŸ‡΅πŸ‡­
2 months
I'm still looking for a new role, but thank you for those who reached out!.
@lxsmnsyc
Alexis Munsayac πŸ‡΅πŸ‡­
2 months
Hi everyone!. I'm currently looking for a new remote JS/TS role, FT preferred. I'm a @solid_js core team, previously worked at @milliondotjs, React Scan. Built few frameworks and libraries, mostly bundling/ serialization!. Let me know if there's any opportunities out there!.
0
1
15