AdobeDocs / uxp-photoshop-plugin-samples

UXP Plugin samples for Photoshop 22 and higher.
MIT License
231 stars 78 forks source link

React sample doesn't work #28

Open AAverin opened 3 years ago

AAverin commented 3 years ago

Running react sample, this is what I get. But nothing is clickable and nothing seems to work.

image

Where can I find a working example written using modern React patterns and best practices? Documentation would also be great, samples don't do a good job explaining how to setup the environment and start development.

amandahuarng commented 3 years ago

We have fixed the React starter template on the UXP Developer Tools and it's available in this repo: https://github.com/AdobeDocs/uxp-photoshop-plugin-samples/tree/main/ui-react-starter

The template will be updated in UXP Developer Tools soon. @AAverin