Recently, I spoke at React Nexus on "Accessibility and TV Apps." One question I kept getting was: "As a ReactJS developer, how easy is it to start ...
For further actions, you may consider blocking this person and/or reporting abuse
I liked the part where you mentioned what the ReactJS developer will need to learn on top of his react knowledge.
apparently, the blog is opposite of what you said :)
😂
This is best article for understand of how to start react native.
thank you
Where do I type the code?
Do I save it as js files?
How do I run it to see it working?
Hello,
Where do I type the code? - You can use VScode or any your fav editor.
Do I save it as js files? - Just like ReactJS, the extension would be
Test.jsx
, orTest.tsx
How do I run it to see it working? -
You can follow this: reactnative.dev/docs/getting-started-without-a-framework or use expo
Thanks
How about Tailwind? Can I use tailwind over there too?
ReactNative is for native mobile app development. Tailwind is for the HTML elements, and in native mobile apps there is no HTML elements. But for people like us who love tailwind , there is Native wind for React Native.
How do we add styles though?
There is inbuilt StyleSheet. All we need to do is import from react native and start writing styling. React Native works on css flex box. reactnative.dev/docs/stylesheet