DEV Community

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

Posted on • Edited on

9 8

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

Sentry blog image

How to reduce TTFB

In the past few years in the web dev world, we’ve seen a significant push towards rendering our websites on the server. Doing so is better for SEO and performs better on low-powered devices, but one thing we had to sacrifice is TTFB.

In this article, we’ll see how we can identify what makes our TTFB high so we can fix it.

Read more

Top comments (0)

Cloudinary image

Optimize, customize, deliver, manage and analyze your images.

Remove background in all your web images at the same time, use outpainting to expand images with matching content, remove objects via open-set object detection and fill, recolor, crop, resize... Discover these and hundreds more ways to manage your web images and videos on a scale.

Learn more

👋 Kindness is contagious

Please leave a ❤️ or a friendly comment on this post if you found it helpful!

Okay