Monday, October 9, 2023

169: Firebase & React

 Combining Firebase with React allows a single developer to quickly create full stack applications. The React frontend interacts with the Firebase backend using a package of hooks. With these the application can query the database and write to it. The frontend will re-render any time there's a change to the Firebase database, so this combo is perfect for all kinds of applications with real time data. 

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...