Skip to content

Conversation

@chiefcll
Copy link
Contributor

Updated to latest solid release and fixed first creating an empty array, processing that, and then processing a new array forcing solid to do a lot of additional work.

}}
</For>
<Index each={data()}>{(row) => (
<view x={row().x} y={row().y} width={row().width} height={row().height} color={row().color}>
Copy link
Contributor

Choose a reason for hiding this comment

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

Youre using View all over your example app - similar for Text vs text ... sounds like this is not respective of what you would use in a real app.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Updated

Copy link
Contributor

@wouterlucas wouterlucas left a comment

Choose a reason for hiding this comment

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

Please keep usage of View and Text otherwise looks good.

@chiefcll
Copy link
Contributor Author

We've been moving away from using the component and and moving towards just using raw and nodes. Most of the components now in solid just use lowercase.

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.

2 participants