使用react开发个人helloblog-sakura博客主题
The Hello Blog Sakura is a blog system that follows a front-end and back-end separation approach to provide a blog system that focuses on API-oriented development. It features the Sakura style, is developed using React, and created by the author Bai Xiaochun.
Hello Blog Sakura is a front-end and back-end separated blog system that focuses on API-oriented development. With its Sakura style, React development, and user-friendly approach, it provides a customizable and visually appealing platform for bloggers to create their blog circles. By following the installation guide, users can quickly set up the theme and start building their blogs with ease.
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.