Skip to main content

Command Palette

Search for a command to run...

Progress on Programming in React and Angular

Updated
2 min read

During the previous week, I was working on validation of login page and and register for both an Angular project and React. And having gotten experience from both the angular and react perspective of validation ,I can say that creating validation code snippets in React is a bit more verbose than in Angular. In the react project I used, I installed a form library called “Formik”which helped in making react forms easier to create and validation constraint easier to define in the react App. While on angular,I used the normal html validation constraint in the tag attributes

During the week, I also learnt how to use the card component and modal. Modal is an overlay that pops up in the website it is a component made with Bootstrap.with the knowledge gained from this section of react-bootstrap library was able to make a modal pop-up for login and register. And also i used the card component to create dashboard sections so I will be able to navigate easily.

Also during the week I was able to learn much on REST service, on what POST,GET,PATCH,PUT methods are , and how to use them in simple programming case studies. as i continue on with this project i make sure i keep track of my progress on programming in angular and react in here.