Skip to content

chore: improve bundling + refactor router#10

Merged
lucacasonato merged 2 commits into
mainfrom
improved_bundling
Jun 1, 2021
Merged

chore: improve bundling + refactor router#10
lucacasonato merged 2 commits into
mainfrom
improved_bundling

Conversation

@lucacasonato

@lucacasonato lucacasonato commented Jun 1, 2021

Copy link
Copy Markdown
Member

This commit changes how bundling works, by bundling all routes at once.
Static JS assets are now cached immutably.

Additionally this PR completly refactors how the router works to make it
more modular. This allows users to opt out of the default oak server,
and instead create their own.

Closes #2
Closes #5

This commit changes how bundling works, by bundling all routes at once.
Static JS assets are now cached immutably.

Additionally this PR completly refactors how the router works to make it
more modular. This allows users to opt out of the default oak server,
and instead create their own.
@lucacasonato lucacasonato merged commit 31dbd99 into main Jun 1, 2021
@lucacasonato lucacasonato deleted the improved_bundling branch June 1, 2021 21:19
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.

Consider generating JS bundles all at once Caching of JIT JS bundles

1 participant