Advanced Search
Search Results
244 total results found
Java Persistent API
Java
https://en.wikibooks.org/wiki/Java_Persistence/ManyToOne# https://en.wikibooks.org/wiki/Java_Persistence/OneToOne
React Routing
React Basics
React Router Traditional multi-page web application uses server based routing where the user requests for a page, the request goes to the server, and when they navigate through different parts of the web page it a new request will be sent to the server to req...
React Hooks
React Basics
useState The fundamental of storing information. useState hook allow you to create local state returning you both the value that you can access as well as a setter to modify the value. The modification of the state will trigger a re-rendering of the component...
Reducer
React Basics
https://react.dev/learn/extracting-state-logic-into-a-reducer