Clarence Bakosiclx.hashnode.dev·Feb 26, 2023Build a Fullstack serverless application using React, Chakra UI, Hookstate, and SupabaseIntroduction Supabase is a popular serverless database in recent years. The library includes several features that can be used to create fully scalable applications. Supabase makes use of the following features: Database: Each application uses a ful...14 likes·21.2K readsReact
Clarence BakosiforOpen Replay's Technical Blogopenreplay.hashnode.dev·Feb 23, 2023State Management in React with Hookstateby Clarence Bakosi Managing the state of a medium-sized application as a React Developer can be difficult. It is relatively simple to pass state from one component to another when developing small-scale applications. When the application's scale chan...65 readsReact