|
|
|
|
|
by nu11ptr
83 days ago
|
|
That is actually still React. React is React Core + ReactDOM (web) renderer. React Native is the React Core + native renderer. They are both still React, and they both use Javascript, which while fast when JIT'd, is typically much slower than native code. I'm not commenting on whether this is a good or bad thing, but the article strikes me as a bit misleading. |
|