Skip to content

Conversation

@foodaka
Copy link
Contributor

@foodaka foodaka commented Jul 15, 2025

No description provided.

},
"dependencies": {
"@aave/client": "file:../../packages/client",
"@aave/env": "file:../../packages/env",
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

No need to import the internal packages either. All needed interfaces are re-exported from @aave/client and @aave/react respectively.

Suggested change
"@aave/env": "file:../../packages/env",

"dependencies": {
"@aave/client": "file:../../packages/client",
"@aave/env": "file:../../packages/env",
"@aave/react": "file:../../packages/react",
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I would start with:

Suggested change
"@aave/react": "file:../../packages/react",
"@aave/react": "workspace:*",

for now that we are experimenting and we don't have published packages yet. Maybe over time we can change this to latest and make them runnable from stackblitz (but requires for us to have published the packages on npm).

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

added in 983a0b6

"@aave/env": "file:../../packages/env",
"@aave/react": "file:../../packages/react",
"react": "^18.3.1",
"react-dom": "^18.3.1"
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

should we try React 19?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

bumped in 983a0b6

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

is 'create-app' name intentional or comes from Lens repo?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

i just added it as the first pass bare bones one

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

lens-looking aave 😄

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

hehe fixed in 983a0b6

Copy link
Contributor

@cesarenaldi cesarenaldi left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Remember to add examples folder to the pnpm-workspace.yaml:

packages:
  - 'packages/*'
  - 'examples/*'

Once examples become stable and we can transition them to use @aave/react@latest (when packages are published) so that people can see them working with a click on stackblitz, we can revisit this configuration.

@foodaka foodaka merged commit 922c812 into main Jul 15, 2025
1 of 2 checks passed
@cesarenaldi cesarenaldi deleted the feat/example-template branch August 28, 2025 07:16
cesarenaldi added a commit that referenced this pull request Sep 2, 2025
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.

3 participants