|
|
|
|
|
by the__alchemist
729 days ago
|
|
When I first learned react and web programming, I was very confused about this! React was advertised as fast! From reading react docs, articles, tutorials etc. There was a concept called "fiber" that was around the corner that would make websites even faster; it had demos where pixels would dance around the screen. I didn't grasp what made it faster, but assumed it was doing some binary magic in the web browser! I learned more, and ended up writing my own react-like framework in Rust/WASM. (Seed). Now, I program in HTML, CSS, and JS. If the project triggers a certain complexity threshold, I'll bring in TS. React advertising itself as fast was a lie. |
|