Skip to content
This repository has been archived by the owner on May 21, 2023. It is now read-only.

General Issues V1 #1

Open
3 of 4 tasks
juls0730 opened this issue Aug 8, 2022 · 1 comment
Open
3 of 4 tasks

General Issues V1 #1

juls0730 opened this issue Aug 8, 2022 · 1 comment
Labels
enhancement New feature or request

Comments

@juls0730
Copy link
Owner

juls0730 commented Aug 8, 2022

Issues that I have on a day-to-day basis but are too small to put into a single patch/issue but I'm noting them so you know about the active issues.

Breaking issue:

  • not using nuxi/nuxt-kit by default

  • not using nuxi to start the dev server and having nuxt-kit installed will cause the app to hang. Also, the nuxt version have to be at least 11 from what I saw.

  • compilerOptions.target

  • The target option in the tsxonfig.json is set to es5 by default, I have had issues on both the test apps I've used to test dev7, so I recommend setting it to es2020, that always works for me where as es5 does not.

  • Default nuxt auth + trpc integration #2

  • I currently do not have an integration with trpc and nuxt auth, but adding a default one is something I will try to get done

  • no type checking across client and server

  • Currently if you do not have the volar extension with VSCode then it will not typecheck and it will throw errors on working functions like useCookie() or useClient()

@juls0730 juls0730 added the enhancement New feature or request label Aug 8, 2022
@juls0730 juls0730 pinned this issue Oct 28, 2022
@juls0730
Copy link
Owner Author

Removed pinia suggestion as dev7 app is meant to be opinionated, If you wish to add a state management library your self feel free but this is not up to me.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant