This is a submission for the KendoReact Free Components Challenge.
What I Built
I have built an app to search for crypto coins, see a list of crypto coins, and see a chart for the selected crypto coin. It's responsive.
Demo
The link to the app is https://kendoreact-challenge.vercel.app/.
The link to the code repository is this.
The app is a Waku project. Waku is a framework to use React 19 made by the author of Jotai. This means that Server Actions and Server Components can be used. Specifically the approach explained in this post has been followed.
KendoReact Experience
The one thing I have to say is with respect to component Fade
(animation). It generates a child component under the hood. So if you plan to have height 100% you need to create a css file defining class k-child-animation-container
.
In general, all components were easy to use and documentation was well explained.
Top comments (0)