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

refactor: API v1.3 elysia htmx jsx #8

Merged
merged 34 commits into from
Oct 19, 2023
Merged

Conversation

sjdonado
Copy link
Owner

Aiming to close #7 and to prepare the ground for #6. But first I have to address several architectural pitfalls:

  1. Testing with snapshots is not a good idea at all, and the current stack makes things more difficult for integration/unit testing especially due to server/client coupling. The proposed solution handles testing as high priority, bun is delightful to work with.
  2. The current folder structure is a bit overkill, v2 will try to keep it as minimal as possible. This app does not need multiple layers and division of responsibilities (hopefully we are not the next google).
  3. This interesting idea Inverse search? #6 will require to separate adapters (extracting data for representation) from parsers (extracting metadata for internal logic).

Open to suggestions :)

@sjdonado sjdonado self-assigned this Oct 11, 2023
@sjdonado sjdonado changed the title [WIP] refactor/v2 elysia htmx jsx refactor/v2 elysia htmx jsx Oct 19, 2023
@sjdonado sjdonado changed the title refactor/v2 elysia htmx jsx Refactor API v1.3 elysia htmx jsx Oct 19, 2023
@sjdonado sjdonado changed the title Refactor API v1.3 elysia htmx jsx refactor: API v1.3 elysia htmx jsx Oct 19, 2023
@sjdonado sjdonado merged commit bd89985 into master Oct 19, 2023
1 check passed
@sjdonado sjdonado deleted the refactor/v2-elysia-htmx-jsx branch October 19, 2023 14:24
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Doesn't work with mobile links
1 participant