I've joined a legacy project that uses the Class Component as its base. OMG, I didn't like it, and especially the Next Context Consumer. It looks like a callback hell. I just added a new HOC that will auto-inject as props without writing too many nested consumers in code.
12.06.2025 03:18 โ ๐ 0 ๐ 0 ๐ฌ 0 ๐ 0
I learned the mental model of Javascript that is written by Dan. Well, for now I read and write the code better, my leader said. Honestly, it helps me alot. Thank you so much. I do not advertise, just share my thoughts
12.05.2025 11:51 โ ๐ 0 ๐ 0 ๐ฌ 0 ๐ 0
Hello. If I want to work for an EU company and relocate, do I need a formal college degree? because I read a post about work permit and it's required.
Anyone can confirm?
04.05.2025 15:14 โ ๐ 0 ๐ 0 ๐ฌ 0 ๐ 0
Well. I'm getting fed up with Jira. very slow OMG
02.05.2025 15:42 โ ๐ 0 ๐ 0 ๐ฌ 0 ๐ 0
Well done! Enjoy it now. thank you Dan!
02.05.2025 15:42 โ ๐ 1 ๐ 0 ๐ฌ 0 ๐ 0
I think via message?
29.04.2025 09:33 โ ๐ 1 ๐ 0 ๐ฌ 0 ๐ 0
So it will be ignored at run-time? Idk.
But what happens if I pass a state to the children? will the reconciliation mask it as changed or not? interesting
27.04.2025 10:20 โ ๐ 0 ๐ 0 ๐ฌ 0 ๐ 0
Oh. I tried to create an input with children. It is not accepted as I knew before. But for now, I can compile it successfully without any errors.
React.createElement("input", {
type: "text",
className: "my input",
defaultValue: "welcome"
}, React.createElement("span", null, "test"));
27.04.2025 10:18 โ ๐ 0 ๐ 0 ๐ฌ 1 ๐ 0
Return an element with additional props:
- type: HTMLElementType or SVGElementType or FunctionComponent<P> or string,
- ref: Ref<HTMLElement>
- key: string | null;
- props: an object, it's based on type (first argument)
27.04.2025 10:06 โ ๐ 0 ๐ 0 ๐ฌ 0 ๐ 0
First of all, it will receive 3 params,
- type: HTMLElementType or SVGElementType or FunctionComponent<P> or string,
- props: an object, it's based on type (first argument)
- children: an array of React Node
27.04.2025 10:06 โ ๐ 0 ๐ 0 ๐ฌ 1 ๐ 0
Continue now is investigate what is `React.createElement` do
27.04.2025 09:54 โ ๐ 0 ๐ 0 ๐ฌ 2 ๐ 0
TIL: How to see the result after transforming JSX to JS locally.
- First of all, install @babel/cli @babel/core @babel/preset-react
- Then create a component in a file (eg. react-test.jsx)
- Run:
`pnpm babel react-test.jsx --out-file react-test.js`
Open the react-test.js file and see the result
27.04.2025 09:53 โ ๐ 1 ๐ 0 ๐ฌ 1 ๐ 0
I think this is way I'm handling the task right now. No checklist, no preparation. Just jump on to code directly, and will ask for unclarified things when realizing, can not imagine the cases from beginning, etc...
27.04.2025 04:20 โ ๐ 1 ๐ 0 ๐ฌ 0 ๐ 0
Besides learning the React core, I will start a side project. It's a game to learn English. I think Pixi is good but anyone can suggest for me others?
26.04.2025 10:22 โ ๐ 1 ๐ 0 ๐ฌ 0 ๐ 0
Wow. Really cool
25.04.2025 16:01 โ ๐ 0 ๐ 0 ๐ฌ 0 ๐ 0
Node Modules Inspector
Visualize your node_modules, inspect dependencies, and more.
I urge everyone to take a look at node-modules.dev
@antfu.me has really been cooking with this lately, it wasn't that long ago that this was just a prototype, and now it's a very polished look into any package on npm.
So much valuable info, presented in a very digestible way.
24.04.2025 20:06 โ ๐ 54 ๐ 4 ๐ฌ 1 ๐ 0
I wish I live in Bangkok ๐ญ๐ญ
25.04.2025 14:47 โ ๐ 2 ๐ 0 ๐ฌ 0 ๐ 0
I just read a blog about React 19, and the game may be changed by it because developers like me will focus more on business than on taking care of the memorization.
23.04.2025 13:21 โ ๐ 0 ๐ 0 ๐ฌ 0 ๐ 0
yes I think I don't need to know this to use React but I want to understand the core and how is it running. I just want to deep dive on React.
23.04.2025 13:20 โ ๐ 3 ๐ 0 ๐ฌ 1 ๐ 0
I really appreciated it. thank you so much Dan!!!!!!
23.04.2025 13:13 โ ๐ 2 ๐ 0 ๐ฌ 0 ๐ 0
OMG. thank you for your response.
YES. I want to understand the core and the Fiber architect and how it's run when render/re-render and hooks .....
23.04.2025 13:04 โ ๐ 1 ๐ 0 ๐ฌ 1 ๐ 0
@danabra.mov sorry for tagging you on this. I just need your help a little bit. it's great if you can. thank you so much! ๐
23.04.2025 12:30 โ ๐ 1 ๐ 0 ๐ฌ 1 ๐ 0
I love Reactjs and work on this for 2 years. There are too many tuts for React but I can not find the way to understand core, the fiber architecture.. hmm can anyone help pls? ๐๐
23.04.2025 12:11 โ ๐ 5 ๐ 0 ๐ฌ 1 ๐ 0
https://github.com/hi-ogawa
@vitest.dev @vite.dev contributor
๐ณ๏ธโโง๏ธ๐ฎ๐ฉ she/it ยท 22
web dev, javascript pervert
dms open but rarely checked
mary.my.id for projects and other socials
โผใปแดฅใปโผ working on React Compiler. formerly known as [@]potetotes on the cursed place
Redux maintainer, building time-travel devtools at Replay.io. I blog about React, Redux, and TS at https://blog.isquaredsoftware.com . Answering questions anywhere there's a textbox on the internet, and otherwise out on the golf course!
i have no idea what i'm doing
๐ Tech Enthusiast | AI & Dev Tools ๐ ๏ธ
๐ฅ Sharing insights on Next.js, Payload, Supabase, Tailwind, AI, and serverless architecture.
๐บ Watch my tutorials & build with me: https://www.youtube.com/channel/UClxm1AYVvel_7Lhft3FPdhg
โA great love is not one who loves many, but one who loves one woman for lifeโ
Self-Taught Web Developer ๐ฆ | 170k+ Followers on Linkedin ๐จโ๐ผ | 180K+ Followers on Instagram ๐ | Follow for High-Quality GEMS ๐ | DM for Promos & Collabs ๐ฌ
๐ณ๏ธโโง๏ธ https://wolf.girl.technology/
pfp by me
banner by @spect-ion.bsky.social
did you see that cool bug?
A ship in harbor is safe, but that is not what ships are built for.
creator โ @sli.dev โข @unocss.dev โข @vueuse.org โข @vitest.dev โข elk.zone
core team โ @nuxt.com โข @vite.dev โข vuejs.org
maintainer โ @shiki.style โข eslint.style
he/him โ antfu.me
React ยท Next.js ยท Vercel
ะธ ััะพ-ัะพ ะฒะฐะถะฝะพะต ะผะตะถะดั
official Bluesky account (check username๐)
Bugs, feature requests, feedback: support@bsky.app