View Single Post
09-23-16, 05:11 PM   #8
Kagura
A Fallenroot Satyr
Join Date: Nov 2008
Posts: 21
Why I want to do this myself is pretty simple:
- I really like the declarative way of creating a UI. Lua usually ends up being unreadable and especially because there are so many different possible solutions to the same problem (take class based OOP for example), one persons code becomes hard to read to others.
- I like coding with better tools and I want to switch out implementations easily without actually rewriting everything. This way I can 'compile' to a different class implementation without rewriting any of my code just to see the performance gain / loss.
- Last of all, I really thought it was a fun project :O

For clarity: I don't want to bring React to WoW at all. i just want to use the JSX syntax to create my 'components' because that really reads a lot easier.

Last edited by Kagura : 09-23-16 at 05:14 PM.
  Reply With Quote