openreplay.hashnode.devBuilding Interactive Dashboards With Gridstack.JsA Dashboard is an excellent feature to add to applications. It is any user interface that allows for quick visualization of important information or reports users of an application need. Many applications include a dashboard page where their users se...Oct 15, 2023·14 min read
openreplay.hashnode.devAlternatives to React: Preactby Amazing Enyichi Agu Alternatives to React is a series of articles looking at different JavaScript front-end frameworks. All the examined frameworks are like React in syntax and operation, but they may have benefits React doesn't provide. The firs...Sep 16, 2022·11 min read
openreplay.hashnode.devAlternatives to React: Inferno.JSInferno JS is a JavaScript framework for building Front-End User Interfaces (UI). The official website of the framework states that "Inferno is an insanely fast, React-like library for building high-performance user interfaces on both the client and ...Jul 7, 2022·8 min read
openreplay.hashnode.devAlternatives to React: Solid JSby Amazing Enyichi Agu React is the highest JavaScript library in awareness and usage according to State of JS 2021, a yearly survey on JavaScript libraries. This means that React is the most popular JavaScript library or framework. This massive adop...Jun 26, 2022·8 min read
openreplay.hashnode.devRouting with React Router 6by Amazing Enyichi Agu Websites built with Javascript frameworks/libraries like Vue and React JS are Single Page Apps. This means that all the elements on the website are done on a single index.html page. But these frameworks have a way of making a p...Jun 15, 2022·15 min read