mirror of
https://github.com/run-llama/create-llama.git
synced 2026-07-15 05:08:15 -04:00
Add support for NextJS RSC #74
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @marcusschiesser on GitHub (Oct 7, 2024).
Originally assigned to: @marcusschiesser on GitHub.
We need first to find out what kind of artifact we would like to generate:
Goal is to generate a NextJS optimized example first - then we integrate it into the code generator
@himself65 commented on GitHub (Oct 28, 2024):
To this one, for now @llamaindex/core is supporting nextjs rsc and we are using it in our new document website.
in the future, we goona decoupling the module into core or a new module. Making sure import llamaindex could work without configuration