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:
- Getting values in and out of form state
- Validation and error messages
- Handling form submission
Top comments (0)