使用react开发个人helloblog-sakura博客主题
Hello Blog is a blog system that follows the front-end and back-end separation principle, allowing developers to focus on the interface development without being tied to the back-end. It is built using React and has a beautiful sakura style. The project includes both a back-end API (helloblog) and a back-end administration system (helloblog-admin). The main purpose of the project is to provide a simple and easy-to-use blog system for bloggers.
Hello Blog is a blog system that follows a front-end and back-end separation approach, allowing developers to focus on interface development. It provides a simple and easy-to-use blog system with a beautiful sakura style. The project includes both a back-end API and a back-end administration system. Installation of the system is straightforward, and the blog example can be accessed for preview.
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
Styled Components is a popular library for styling React components using CSS syntax. It allows you to write CSS in your JavaScript code, making it easier to create dynamic styles that are specific to each component.
Ant Design is a React UI library that provides a set of pre-designed components and design resources for building high-quality, responsive web applications.
Redux is a state management library for JavaScript apps that provides a predictable and centralized way to manage application state. It enables developers to write actions and reducers that update the state in response to user interactions, server responses, and other events, and can be used with a variety of front-end frameworks and back-end technologies.