Similar Posts
Easy to Create, Signup form with Material UI || ReactJS
Here’s an easy step by step on how to create a signup form with material UI. first, we have to install Material-UI package. Go to https://material-ui.com/getting-started/installation/ and you can see how to install it. You can install it with npm or yarn. // with npm npm install @material-ui/core // with yarn yarn add @material-ui/core Then…
Create a login and register with React and Strapi Backend
From our previous blog in making a register page with React js + Ant Design (see.. http://about.lovia.id/3-easy-step-to-create-signup-form-with-ant-design-reactjs/), for now we’re gonna connect it to our Strapi Backend and make it functional. The frontend is using the miluv-pwa repository and the backend is using lovia-profile repository. The core thing that we need to do is we…
One Comment
Comments are closed.