React
React (also known as React.js or ReactJS) is a JavaScript library that makes developing interactive user interfaces simple.
Here are 1,238 public repositories matching this topic...
A modular, high performance, headless e-commerce platform built with Python, GraphQL, Django, and React.
-
Updated
Dec 23, 2021 - Python
Visualizer for pandas data structures
-
Updated
Dec 22, 2021 - Python
A modern, web-based photo management server. Run it on your home server and it will let you find the right photo from your collection on any device. Smart filtering is made possible by object recognition, face recognition, location awareness, color analysis and other ML algorithms.
-
Updated
Nov 18, 2021 - Python
There should be routes that trigger an email for "forgot" and "reset" password options. These can be celery tasks but probably need a separate container for a simple SMTP server in order to send the emails.
The fullstack Vue project has an example of a containerized SMTP server.
latex widget
For example: https://github.com/talyssonoc/react-katex
Server for the ListenBrainz project, including the front-end (javascript/react) code that it serves and all of the data processing components that LB uses.
-
Updated
Dec 23, 2021 - Python
Create highly interactive web pages purely in Python
-
Updated
Dec 23, 2021 - Python
Hi,
I'm new to plotly dash and I've googled but I don't see a way to make a filter a dropdown akin to excel filters.
I've seen people do "hacks" but this should be the default behaviour out of the box (or at least a setting).
I'm currently evaluating plotly dash vs tools such as metabase and metabase has this out of the box.
From a UX pov, filters with a dropdown is a huge win and impo
When a lot of data has been added, it might be annoying to find the data you want to refund/report. It would be good to have an easy way to search for the events.
Search params can be put into the customFilter function that is passed to handleAddedData.
类似 xadmin 的基于Model 快速生成前后台管理增删改查,筛选,搜索的后台管理自动化工具。Antd 界面好看现代化!前后端分离!无损二次开发!由Django Restful Framework 和 Ant Design Pro V4 驱动
-
Updated
Nov 16, 2021 - Python
hyperglass is the network looking glass that tries to make the internet better.
-
Updated
Dec 23, 2021 - Python
OSINT tool - gets data from services like shodan, censys etc. in one app
-
Updated
Dec 20, 2021 - Python
django 开发的BBS博客项目, 此项目包含多用户注册,话题模块,发布文章,文章评论,课程、社区BBS以及消息提示,关注,采用邮箱注册,激活验证登录,以及QQ注册登录,招募作者发布教程在后台管理系统发布, pc采用模板渲染,cms采用vue drf前后分离,登录采用JWT认证登录、移动端采用react开发,
-
Updated
Oct 21, 2021 - Python
-
Updated
Dec 2, 2021 - Python
A robust, and flexible open source User & Entity Behavior Analytics (UEBA) framework used for Security Analytics. Developed with luv by Data Scientists & Security Analysts from the Cyber Security Industry. [PRE-ALPHA]
-
Updated
Nov 10, 2021 - Python
A tiny blogging platform that lets you write posts in Google Docs and syncs with a Google Drive directory.
-
Updated
Jun 10, 2021 - Python
When a user clicks the 'Add Data Source' button, it would be nice if they could select a relevant template which shows them how to structure the code. So to do this, we need to build out a library of useful templates :)
Contributors are absolutely welcome, and anyone who knows how to pull in data as a pandas DataFrame is qualified. All you need to do is check out the [feature/data-source-te
Public Opinion Mining System of Taiwanese Forums
-
Updated
Nov 20, 2021 - Python
Created by Jordan Walke
Released March 2013
Latest release 9 months ago
- Repository
- facebook/react
- Website
- reactjs.org
- Wikipedia
- Wikipedia


In recent versions (can't say from exactly when), there seems to be an off-by-one error in dcc.DatePickerRange. I set
max_date_allowed = datetime.today().date(), but in the calendar, yesterday is the maximum date allowed. I see it in my apps, and it is also present in the first example on the DatePickerRange documentation page.E