Patterns
Patterns are solutions to common problems in software design. In this section, you can learn about several patterns that help with routing, state management, APIs, and other common components of RADFish applications. There are also patterns for testing, debugging, and other parts of the software development lifecycle.
📄️ State Management
An overview of managing application state effectively
📄️ Integrating with Backend Services
Use any network library to handle HTTP requests
📄️ Mock API
Simulate backend responses to unblock your development
📄️ Components and Usage
Learn to build and structure your components
📄️ Navigation
Handle navigation patterns in your application
📄️ Testing
Ensure code quality with Vitest and React Testing Library
📄️ Debugging
Strategies for debugging your applications
📄️ Offline Storage
Implement offline storage functionality (Coming soon)
📄️ Routing
Manage app routes with React Router