Roadmap trở thành React Native developer

Chào các bô lão, em là newbie và em đang có ý định thiết kế 1 hybird-app, cụ thể là dùng React Native. Nhưng vấn đề là em tìm 1 road map để học thì trên mạng lại rất ít và không được chi tiết như road map của front-end hay back-end. Dưới đây là 1 road map để học React JS. Em có vài câu hỏi mong các bác trả lời giúp em:

  1. Nếu chỉ học React Native thì em có cần phải học hết tất cả các điều road map bên dưới không ?
  2. Nếu không thì cần học những điều gì ạ ?

Em cảm ơn trc :smiley:

  1. HTML, CSS cơ bản; Javascript cơ bản + ES6
  2. React cơ bản https://reactjs.org/docs/hello-world.html main concepts
  3. React Native cơ bản https://facebook.github.io/react-native/docs/getting-started
  4. State management: redux, redux thunk, redux observable
  5. Navigation https://facebook.github.io/react-native/docs/navigation, https://reactnavigation.org/, https://github.com/wix/react-native-navigation
  6. Animation https://facebook.github.io/react-native/docs/animations.
  7. Gesture https://facebook.github.io/react-native/docs/gesture-responder-system, https://kmagiera.github.io/react-native-gesture-handler/
  8. Write native component (học java / swift trước nhé) https://facebook.github.io/react-native/docs/native-modules-ios, https://facebook.github.io/react-native/docs/native-modules-android, https://github.com/react-native-community
  9. Publish app to store.
7 Likes
83% thành viên diễn đàn không hỏi bài tập, còn bạn thì sao?