DEV Community

Cover image for Create React App with chakraUI and formik libraries
Muhammad  Ahmad
Muhammad Ahmad

Posted on Edited on

Create React App with chakraUI and formik libraries

APP Overview

ReactBlog is a simple CRUD app that I built with React. Main goal of this app to learn how to implement hooks and how to use chakraUI and formik libraries with a react app.

Demo Link: reactBlog
GitHub repository: Github

Packages used in this app

  • ChakraUI
  • Formik
  • react-transition-group
  • react-animation-components
  • react-dotdotdot
  • react-image
  • react-icons

Here is a little description of ChakraUI and Formik

ChakraUI

Chakra UI is a simple, modular, and accessible component library that gives you all the building blocks you need to build your React applications.

Formik

Formik is the world's most popular open-source form library for React and React Native.
Formik is a small library that helps you with the 3 most annoying parts:

  1. Getting values in and out of form state
  2. Validation and error messages
  3. Handling form submission

Top comments (0)