Raaghu Documentation, is a documentation website built using React 18, Raaghu Design System and Docusaurus, for Raaghu Frontend Suite and ABP Commercial.
React is a widely used JavaScript library for building user interfaces and single-page applications. It follows a component-based architecture and uses a virtual DOM to efficiently update and render UI components
Bootstrap is the most popular CSS Framework for developing responsive and mobile-first websites.
Documentation themes are built specifically for writing technical and product documentation. They are normally written and maintained in Markdown. The often include a navigation menu, search bar, clear headings, semantic document structure and clean typography.
Million is a compiler that makes React components up to 70% faster by replacing React's virtual DOM with a more efficient fine-grained reactivity system. It provides automatic optimizations with minimal code changes.
TypeScript is a superset of JavaScript, providing optional static typing, classes, interfaces, and other features that help developers write more maintainable and scalable code. TypeScript's static typing system can catch errors at compile-time, making it easier to build and maintain large applications.