Learning Chakra UI

Lami Olowoniyi / June 10, 2022

1 min read

Chakra UI is a great framework for building front-facing application for the web, today I'll share my experience reading the docs.

const hello = 'Hello, world!'
var x = 6

if (x > 5)
    console.log(hello)