|
1 | | -# React-Native-developer-roadmap |
| 1 | +# React Native Developer Roadmap |
2 | 2 | <img src="./images/undraw_developer_activity_bv83.png"/> |
3 | 3 | This is a complete guide to be A React Native. this repo contain all the resouces you need to master the React Native art,(Articles, Tutorials, Youtube Videos) |
4 | 4 |
|
@@ -31,9 +31,40 @@ After you get an idea about React Native, now it's time to start setting up the |
31 | 31 | - 📌 [React Native Environment set up on Mac OS with Xcode and Android Studio](https://medium.com/@pabasarajayawardhana/react-native-environment-set-up-on-mac-os-with-xcode-and-android-studio-324e64c8552e) |
32 | 32 |
|
33 | 33 | # Tutorials |
34 | | -# Debuggin |
| 34 | +Tutorials, will get help you to learn how things really work,with Tutorials you will get the experience and start learning |
| 35 | +#⚙️ Debugging |
| 36 | +This is an important phase in the software development, dubugging helps you identify bugs and solve them. |
| 37 | +In React Native, Debuggin can be done using some JavaScript debuggin tools like the developer tools in the Browser but not limited to that, there are some other tools that are specific to the React Native. |
| 38 | + |
| 39 | +### 📖 Articles |
| 40 | + |
| 41 | +- 📌 [Tools for debuggin React Native](https://www.sitepoint.com/tools-for-debugging-react-native/) |
| 42 | +- 📌[Debuggin in React Native](https://reactnative.dev/docs/debugging) |
| 43 | +- 📌[How To Debug React Native Apps Like A Pro? (Tools And Best Practices)](https://www.ideamotive.co/blog/how-to-debug-your-react-native-apps-like-a-pro) |
| 44 | +- 📌 [Debugging in React Native: Flipper vs React Native Debugger vs Reactotron](https://www.fullstacklabs.co/blog/debugging-react-native-apps-flipper-vs-react-native-debugger-vs-reactotron) |
| 45 | + |
| 46 | + |
| 47 | +### Debuggin tools |
| 48 | + - [React Native Debugger](https://github.com/jhen0409/react-native-debugger) |
| 49 | + - [Flipper](https://fbflipper.com/) |
| 50 | + - [reactotron](https://github.com/infinitered/reactotron) |
| 51 | + |
| 52 | + |
35 | 53 |
|
36 | 54 | # Styling |
| 55 | +Styling is in Important step in React Native development. |
| 56 | +### 📖 Articles |
| 57 | +- 📌 [Styling in React Native](https://blog.bitsrc.io/styling-in-react-native-c48caddfbe47) |
| 58 | +- 📌 [React Native style docs](https://reactnative.dev/docs/style) |
| 59 | +- 📌 [React Native styling tutorial with examples](https://blog.logrocket.com/react-native-styling-tutorial-with-examples/) |
| 60 | + |
| 61 | +### 📚 Styling libraries |
| 62 | +- 📒 [react-native-extended-stylesheet](https://github.com/vitalets/react-native-extended-stylesheet) |
| 63 | +- 📒 [styled-components](https://styled-components.com/docs/basics#react-native) |
| 64 | +- 📒 [react-native-CSS](https://github.com/sabeurthabti/react-native-css) |
| 65 | +- 📒 [react-native-tailwindcss](https://github.com/TVke/react-native-tailwindcss) |
| 66 | + |
| 67 | + |
37 | 68 | # UI libraries |
38 | 69 | # Tutorials to build react Projects |
39 | 70 | # Articles |
|
0 commit comments