sandeeptharayilGit / VMS-diagrams

This repo keeps all diagrams and documents of VMS
0 stars 0 forks source link

Technology stack #3

Open sandeeptharayilGit opened 4 years ago

sandeeptharayilGit commented 4 years ago

Technology stack to be used

  1. React
  2. Redux
  3. Firebase /FirestorešŸ”„
  4. Typescript
  5. Nodejs
  6. Nextjs ?? https://nextjs.org/

Additional context

jyotishkp commented 4 years ago

https://react-firebase-js.com/

sandeeptharayilGit commented 4 years ago

https://react-firebase-js.com/

Not updated recently. The issue list and pending Pull requests show that this is not an active repo to rely on.

mohsinhere commented 4 years ago

firefly is also not actively maintained it seems...

mohsinhere commented 4 years ago

Technology stack to be used

  1. React
  2. Redux
  3. Firebase /FirestorešŸ”„
  4. Typescript
  5. Nodejs
  6. Nextjs ?? https://nextjs.org/

Additional context

  • Firebase provides auth, realtime db and hosting out of the box.
  • We can use firebase-ui for login page.
  • Need to find a better layout for entire app
  • Should we use Nextjs also?

Next JS is for static websites (landing page), right? Let us keep that for later as we can separate them out as 2 different apps as in eg: vms.com will be the landing page and app.vms.com will be the app itself.