Ayobami Ogundiran 🌟
16.1K posts

Ayobami Ogundiran 🌟
@codingnninja
🛠️ Inventing the future of the web with @korasjs | Creator | contributed to @firefoxDevTools | exDev@orgs | React ⚛️ | AI application Engineer/Researcher

"Vibe coding is for those who want to die poor" — Egbon Adugbo. 👌🏽

Why do you people act like you don’t know how your officers operate?

✅ State In a reactive system, a state is the data that represents the current attributes of an element which is liable to change. Changing a state of an element changes the nature of the element. ✅ State management It is a system of ensuring consistency in state changes.


💪🏾 Done. Only need to ensure buttons or other elements that are not part of the list be move to the bottom of the list. No more <For /> just map, flatmap or whatever for loop. There is no way you will build this system without fully understanding how modern UIs frameworks work

✅ Going fully React mode. Finally found a VSCode extension that works with html in nested arrow function with "return". For that reason, I might not ship <For /> but ship only <If /> if I am able to reconcile the target and source components.

✅ Nodes duplication I reinvent React and this is from my experience. Building re-rendering capable system requires nodes duplication as VDOM, GRAPH or DOM because it enables re-rendering system. Your main nodes is for UI and its duplicate for update. This enables re-renders
