Skip to content
This repository was archived by the owner on Apr 5, 2022. It is now read-only.

mlshax/a4-components

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Assignment 4 - Components

Malek ElShakhs - https://glitch.com/~a4-mlshax

I tried to implement my application in the same way I did for project 3, however, I had multiple difficulties with react, first, I could not use react-create-app in glitch since it would immediately fill the free disk space for glitch. Instead of working on it in glitch, I just developed it locally and used localhost to test it. The second problem I had was that when I changed from the login page to the schedule page, the login page does not go away even when using history.replace. Finally, I was able to get the project onto glitch after I completed it, however, it was using too much CPU for the free version, and constantly has to close because it is using too much memory. It eventually stopped restarting, but the code was not working the same in glitch as in the localhost, it seems like the component is rendering, but not communicating with my server.js even though this worked locally.

All in all I would definitely prefer not using react since it seems inconvenient and bloated, while not making the code any simpler.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 89.4%
  • HTML 8.1%
  • CSS 2.5%