4 个仓库
User interfaces built using the React library for creating single-page applications.
Distinct from React Libraries: Candidates focus on specific React libraries or components (avatars, calendars) rather than the general identity of a React-based frontend.
Explore 4 awesome GitHub repositories matching web development · React Frontends. Refine with filters or upvote what's useful.
This project is a React-based video frontend designed as a YouTube clone. It provides a user interface for browsing and playing video content, recreating the layout and navigation of a professional video sharing platform. The interface is constructed using Tailwind CSS to implement a responsive web design. It focuses on the development of a video streaming layout, including the implementation of video players, sidebars, and navigation elements.
Provides a full user interface for browsing and playing video content built with the React framework.
这是一个使用 MERN 栈(MongoDB、Express、React 和 Node.js)构建的全栈社交媒体应用。该平台旨在让用户分享和查看个人生活事件与回忆。 该项目集成了用于用户界面的 React 前端,以及用于管理 API 请求和数据流的 Node.js 和 Express 后端。它利用 MongoDB 文档数据库来存储和检索用户帖子和回忆。 该应用实现了用于客户端与服务器之间通信的 REST API,采用单页应用(SPA)架构进行导航,并使用基于组件的 UI 设计。它还利用中间件进行请求处理,并使用客户端状态管理来更新界面,而无需刷新整个页面。
Features a React-based frontend for interacting with the social media event feed as a single page application.
本项目是一个 React 学习资源,包含入门文件和参考项目。它提供了一系列全栈 React 项目模板和组件库示例,用于演示如何构建交互式用户界面和单页应用程序。 该资源包含一个状态管理指南,涵盖了 Hooks、Reducers 和 Context Providers 的使用。它提供了管理本地组件状态、同步全局应用数据以及处理复杂状态转换的实用实现。 内容涵盖了全栈 Web 开发,包括服务端渲染和使用 Server Actions 处理表单。它还涉及客户端路由、模块化 UI 组合,以及前端应用与外部数据库和身份验证服务的集成。
Builds interactive single-page applications using the React library and component-based architecture.
本项目是一个 .NET Clean Architecture 模板,旨在将领域逻辑与基础设施和 Web 框架分离。它为 C# 应用程序和 React Redux 前端提供了一个项目结构,创建了一个专注于可维护性的可测试后端。 该实现以领域驱动设计(DDD)为核心,使用实体和值对象对核心业务领域进行建模,以管理复杂需求。它利用解耦架构确保业务逻辑独立于外部框架和数据库技术。 该项目涵盖了全栈应用引导、解耦数据访问集成以及自动化业务逻辑测试。该应用程序被打包为容器化 Web 应用,以确保在不同托管环境中的一致部署。
Ships a React-based frontend utilizing Redux for global state management to interact with the backend.