elastic / next-eui-starter

Start building Kibana protoypes quickly with the Next.js EUI Starter
https://elastic.github.io/next-eui-starter/
Apache License 2.0
93 stars 30 forks source link

Converting Kibana examples from TS to JS #68

Closed miukimiu closed 2 years ago

miukimiu commented 2 years ago

One of the feedbacks we had from the working group Coded Prototypes is that is difficult to use Typescript. So I tested and renamed one of the page's folders to use *.js instead of *.tsx.

It seems to work well, and we can merge this so that consumers can see that they can use *.js for faster prototypes.

But @cindychangy mentioned that she found some issues using this starter with *.js files so I'll add her as a reviewer.

cindychangy commented 2 years ago

@miukimiu: Great that you added this, not sure why I was getting a build issue initially but I ran it locally and everything works as expected 👍.