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

Mobile/web developement #1

Closed
ctfrancia opened this issue May 29, 2020 · 8 comments
Closed

Mobile/web developement #1

ctfrancia opened this issue May 29, 2020 · 8 comments
Labels
good first issue Good for newcomers help wanted Extra attention is needed

Comments

@ctfrancia
Copy link
Owner

Currently for the platform, everything is done with SSR and while this works for the website I would like to transfer this all to React, so React Native for phones and React for Website. If you are taking this on then please start within the path 'ui/web' and 'ui/native' respectively if for website or native.

Also please include well documented README.md file with how to get started to help anyone else get started and contribute

@ctfrancia ctfrancia added good first issue Good for newcomers help wanted Extra attention is needed labels May 29, 2020
@akshay-nm
Copy link

I can start working on web part. I have worked with ejs before so hopefully that's a plus.

@akshay-nm
Copy link

akshay-nm commented Jun 8, 2020

I'll just replicate what you have at the moment. I have two options:

  • create-react-app (CSR)
  • next.js (SSR)

which one do you want?

@ctfrancia
Copy link
Owner Author

I don't know too much about Next.js. Kinda outta the loop with the JS eco-system. For mobile I was thinking about either a PWA or using react native. I think a pwa would be simpler no?

@ctfrancia
Copy link
Owner Author

Right now I am converting the datafetching to actual api's so that way it's more front end accessible

@akshay-nm
Copy link

Gotcha. I'll use create-react-app. That way we can have a PWA. And yes, if you are not using native features, just want an app that can be installed, has some offline features, uses the internet, then PWA is simpler.

@akshay-nm
Copy link

I'll just put everything in a directory name bcnchess-react.

@ctfrancia
Copy link
Owner Author

this is being closed because anything front end has been moved to: https://github.com/ctfrancia/fe-chess

@akshay-nm
Copy link

Roger that

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
good first issue Good for newcomers help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

2 participants