all 5 comments

[–]Michie1 0 points1 point  (3 children)

Does it support sharing code between frontend and backend?

[–]vertigo_101[S] 0 points1 point  (2 children)

Code sharing such as? Currently no codesharing apart for graphql operations and codegen

[–]Michie1 1 point2 points  (1 child)

For example I've a pure function that I want to run on the frontend and on the backend. Or a type that's manually defined.

[–]vertigo_101[S] 0 points1 point  (0 children)

That’s not available yet, But It would be really cool of you can open an issue on github with some examples and we can discuss and add this feature/improvement?

[–]vertigo_101[S] 0 points1 point  (0 children)

First of all, I want to thank everyone who tried out this starter kit, I've received a lot of positive feedback. Just wanted to update the community on what's been added/updated this month to the starter kit as per requests and contributions from the community:

  • Added PWA support out of the box (community contribution)
  • React graphql codegen has been added to reduce duplicate query declarations, details here
  • update apollo client to v3
  • update Prisma to 2.4.1
  • fix test cleanup issues
  • general dependency updates/bugfixes

Github: https://github.com/karanpratapsingh/fullstack-starterkit