|
|
|
|
|
by afontaine
3675 days ago
|
|
From what I understand, you can't just "go native" from ReactJS because React Native uses specific components for mobile. While you can't just port over, the way you think about components and your API endpoints can be re-used. It's also nice that they both work with components which allows for less "context switching." |
|