Skip to content

Develop - #2

Merged
JSisques merged 4 commits into
stagingfrom
develop
Aug 8, 2026
Merged

Develop#2
JSisques merged 4 commits into
stagingfrom
develop

Conversation

@JSisques

@JSisques JSisques commented Aug 8, 2026

Copy link
Copy Markdown
Contributor

No description provided.

claude and others added 3 commits August 8, 2026 14:05
Extracts the code duplicated across gardenia-web and nextjs-template's
src/shared/ trees into a publishable library, mirroring the
@sisques-labs/nestjs-kit tooling pattern (semantic-release, GitHub Actions
CI/release, subpath exports):

- core (package root): find-by-criteria domain interfaces/enums,
  useDebouncedValue, i18n helpers, logHttpError, refreshTokenOnce
- /ui: the full shadcn/Radix component catalog (67 components)
- /next: route-handler proxy passthrough plus the 5 components that
  render next/image
- /http: dependency-injected axios/Apollo/TanStack Query factories
  replacing the hand-rolled, app-specific singleton clients, sharing one
  401-refresh mutex across both HTTP transports

Build via tsc + tsc-alias (preserves 'use client' directives per file),
tested with Vitest + RTL at an 80% coverage threshold.
Fast lint-staged on pre-commit, build + changed-tests on pre-push,
matching gardenia-web's convention instead of running the full
lint+build+test suite on every commit.
…cture-luth1k

feat: scaffold react-kit with core, ui, next and http modules
@github-actions github-actions Bot added documentation Docs-only changes tests Test-only changes ci CI/CD workflow changes dependencies Dependency updates config Config/tooling changes labels Aug 8, 2026
# 1.0.0-alpha.1 (2026-08-08)

### Features

* scaffold react-kit with core, ui, next and http modules ([a80d5c3](a80d5c3))
@github-actions

github-actions Bot commented Aug 8, 2026

Copy link
Copy Markdown

🎉 This PR is included in version 1.0.0-alpha.1 🎉

The release is available on:

Your semantic-release bot 📦🚀

@JSisques
JSisques merged commit 36f0861 into staging Aug 8, 2026
@github-actions

github-actions Bot commented Aug 8, 2026

Copy link
Copy Markdown

🎉 This PR is included in version 1.0.0-beta.1 🎉

The release is available on:

Your semantic-release bot 📦🚀

@github-actions

github-actions Bot commented Aug 8, 2026

Copy link
Copy Markdown

🎉 This PR is included in version 1.0.0 🎉

The release is available on:

Your semantic-release bot 📦🚀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

ci CI/CD workflow changes config Config/tooling changes dependencies Dependency updates documentation Docs-only changes released on @alpha released on @beta released tests Test-only changes

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants