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

[FEATURE]: scaffolding React application #3

Closed
helabenkhalfallah opened this issue Jul 29, 2024 · 0 comments · Fixed by #7
Closed

[FEATURE]: scaffolding React application #3

helabenkhalfallah opened this issue Jul 29, 2024 · 0 comments · Fixed by #7
Assignees
Labels
feature New feature

Comments

@helabenkhalfallah
Copy link
Member

-> ESLint + recommended config + complexity config
-> Prettier + recommended config
-> TypeScript + recommended config
-> Monorepo: PNPM + Vite (or Turbo, or Nx)
-> Bundler: Vite
-> Unit tests: Vitest or Jest (two options available)
-> React: latest version
-> Architecture: HOFA (Hierarchy of Folders Architecture)
-> ZOD (schema validation)
-> CSS: choice between SCSS, Tailwind CSS, or CSS-in-JS

-> State Management & Query Management:

  • Yes, allow choice between Axios and Fetch
  • Yes, use TanStack Query by default via custom hook + service (Fetch or Axios)
  • For state management, allow complete choice; no default state manager / Options: Zustand, TanStack Query, RTK (Redux Toolkit)

-> SSR (Server-Side Rendering): requires further investigation

-> Naming Conventions:

@helabenkhalfallah helabenkhalfallah added the feature New feature label Jul 29, 2024
@helabenkhalfallah helabenkhalfallah self-assigned this Jul 29, 2024
@helabenkhalfallah helabenkhalfallah linked a pull request Aug 18, 2024 that will close this issue
9 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature New feature
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant