Skip to content

Conversation

@timdeschryver
Copy link
Member

@timdeschryver timdeschryver commented Jan 2, 2024

This PR adds documentation for a new API introduced in ATL.

@netlify
Copy link

netlify bot commented Jan 2, 2024

Deploy Preview for testing-library ready!

Name Link
🔨 Latest commit 4968adc
🔍 Latest deploy log https://app.netlify.com/sites/testing-library/deploys/659879d234e0710008b2cdcf
😎 Deploy Preview https://deploy-preview-1354--testing-library.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site configuration.

```typescript
const {rerender} = await render(Counter, {
componentProperties: {count: 4, name: 'Sarah'},
componentInputs: {count: 4, name: 'Sarah'},
Copy link
Member

Choose a reason for hiding this comment

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

Is there an implementation of the Counter component somewhere in this page? I wasn't able to find it. Maybe it will help to add it?

Copy link
Member Author

Choose a reason for hiding this comment

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

No, the implementation is "hidden" inside of the ATL repo.
I'll leave this for now. This comment makes me think if I should add a link to a working example (most of these already exist within ATL).
What's your opinion?

Copy link
Member

Choose a reason for hiding this comment

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

For the Counter component? Isn't it just for the example? I think it might help to have it here but if the component is big then a link might also work.

@timdeschryver timdeschryver merged commit 960d86f into main Jan 13, 2024
@timdeschryver timdeschryver deleted the atl-deferrable-views branch January 13, 2024 15:51
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

3 participants