Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Need to do some changes in code structure #4

Open
4 tasks
developerdavi opened this issue Mar 4, 2020 · 0 comments
Open
4 tasks

Need to do some changes in code structure #4

developerdavi opened this issue Mar 4, 2020 · 0 comments
Assignees
Labels
enhancement New feature or request

Comments

@developerdavi
Copy link
Owner

developerdavi commented Mar 4, 2020

The problem(s)

  1. Bad folder structure
  2. Low performance game loop
  3. Legacy React components
  4. Bad state management

The solution(s)

  • 1. Create a src folder and put the app code inside it, and separate as much as possible in more files and folders.
  • 2. Use the API provided by react-native-game-engine
  • 3. Convert everything to function components, using react hooks as well
  • 4. Implement Redux
@developerdavi developerdavi added the enhancement New feature or request label Mar 4, 2020
@developerdavi developerdavi self-assigned this Mar 4, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant