EAEsther Adebayoinestheragbaje.hashnode.dev·Jun 15, 2024 · 11 min readBuilding a Job Board with Next.js, Chakra UI, and DirectusJob boards are an ideal way to connect job seekers to career opportunities. However, creating one involves far more than putting up postings. As developers, we need to incorporate essential features like job listing management, search functionality, ...00
EAEsther Adebayoinestheragbaje.hashnode.dev·Jun 15, 2024 · 8 min readHow to build a simple form with validation using yup and formik (beginner friendly)Just imagine the frustration that may come from filling a poorly validated form :( You'll probably bounce off the page. On surface level, forms are very simple to build, but when it comes to validating them, it may become a bit of a challenge. I trie...00
EAEsther Adebayoinestheragbaje.hashnode.dev·Jun 15, 2024 · 5 min readLearn to use StorybookJS in your React ProjectStorybook is a UI development environment that allows developers interact with components in isolation because it runs outside the app. It is like a playground for UI components. To understand this better, imagine you have a couple of components in y...00