Saturday, September 23, 2023

158: Material UI Revisited

 Today I worked on a React app using Typescript and Material UI along with React Router. Material UI allows me to quickly make an app with well designed components without having to hand code everything. React Router allows the app to have multiple pages and views similar to a traditional web page. However, everything is done clientside and there is no need to send an HTTP get request to the server to load a new page. This way the app is snappy and feels fast. 

No comments:

Post a Comment

190: Sablier

 The CodeHawks platform has an upcoming audit on the Sablier protocol, so I decided to read through the docs and familiarize myself with the...