MaterialUI This blog introduces some tips on how to use MaterialUI. For the MaterialUI Documentation, please refer to the official website. 2024-10-09 CS142 #Web Development
Stanford CS142 笔记 - Server Communication This blog introduces how the frontend communicates with backend 2024-10-08 CS142 #Web Development
Stanford CS142 笔记 - Single Page Application This blog introduces single page application and React Router 2024-08-13 CS142 #Web Development
Stanford CS142 笔记 - How React Works This blog introduces everything we need to know to understand React, like what Frontend does behind the scene when we use React. 2024-08-12 CS142 #Web Development
Stanford CS142 笔记 - DOM This blog introduces DOM (Document Object Model) 2024-08-06 CS142 #Web Development
Stanford CS142 笔记 - JavaScript This blog introduces arrow functions and traditional functions, first class functions in javascript, "this" keyword, binding, and closures 2024-08-02 CS142 #Web Development #JavaScript
MIT Weblab笔记 - React State Management This blog introduces React context, reducers, and redux 2024-07-29 MIT Weblab #Web Development #React
MIT Weblab笔记 - Typescript This blog introduces syntax of Typescript 2024-07-24 MIT Weblab #Web Development #Typescript
MIT Weblab笔记 - Sockets This blog introduces how to enable live chat using sockets 2024-07-21 MIT Weblab #Web Development #sockets
MIT Weblab笔记 - Authentication This blog introduces how to set up accounts and log in for a web application. 2024-07-18 MIT Weblab #Web Development #JWT