Skip to content

React‐Native Repository Document (M.Erkam Gökcepınar)

m-erkam edited this page Mar 18, 2024 · 2 revisions

React Native is a JavaScript framework to create cross-platform mobile applications. It provides native UI controls and full access to the native platform to the developers. It has four key features which make the mobile development easier:

  • Declarative. React makes it painless to create interactive UIs. Declarative views make your code more predictable and easier to debug.
  • Component-Based. Build encapsulated components that manage their state, then compose them to make complex UIs.
  • Developer Velocity. See local changes in seconds. Changes to JavaScript code can be live reloaded without rebuilding the native app.
  • Portability. Reuse code across iOS, Android, and other platforms.

👍🏼 What I like

  • The roadmap of the repository and the extra resources in the readme file are highly useful for beginners.
  • React Native is flexible and scalable, cross platform mobile applications can be created with it.

👎🏼 What I dislike

  • Initial setup process can be complex to handle since it needs to have softwares like Nodejs.

📋 Lab Reports

📆 Meeting Notes

🧪 Lab Meetings

🗓️ General Meetings

⚙️ Backend Meetings

📝 Milestone Reports

📑 Project Artifacts

📖 Manuals

📑 Other Artifacts

📋 Software Requirements Specification

📊 Software Design Documents

✏️ User Scenarios & Mockups

🗂 Project Plan

🧪 Unit Tests

📜 Docs

👥 Team

SemanticFlix Archieve

📝 Milestone Reports

📆 Meeting Notes

🧾 Requirements

Project Plan

📊 Diagrams

👥 Team

📝 Researches

Repository Documentations

📁 Templates

Clone this wiki locally