React or android | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

React or android

I started learning ReactJs and I realized that making complex UI is Ok in react and I can implement any design but when it comes to android I don't know how to make those complex design without losing performance and encountering with bugs. So is there any thing that I should learn to feel free to design in android and customize UI in whatever way I want like doing css stuff? should I learn react native? I spent months to learn android and it is hard for me to change my plan to develope react native apps.

21st Jun 2020, 6:59 AM
DarkDeveloper
DarkDeveloper - avatar
1 Answer
+ 1
React uses css to style components, learn css well, you would be able to style ui easily even the complex one. Styling Component with css would not losing performance of react, css is directly parsed by browsers.
21st Jun 2020, 3:21 PM
Calviղ
Calviղ - avatar