DEV Community

Cover image for KendoReact Challenge Submission: A Waku Project
roggc
roggc

Posted on

1

KendoReact Challenge Submission: A Waku Project

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.

coins list

coin chart

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.

Hostinger image

Get n8n VPS hosting 3x cheaper than a cloud solution

Get fast, easy, secure n8n VPS hosting from $4.99/mo at Hostinger. Automate any workflow using a pre-installed n8n application and no-code customization.

Start now

Top comments (0)