Code Monkey home page Code Monkey logo

templates's Introduction

Reflex Templates

A repository of Reflex template apps.

templates's People

Contributors

lendemor avatar carlosabadia avatar masenf avatar alek99 avatar lineindent avatar elijahahianyo avatar obourdon avatar adhami3310 avatar picklelo avatar mcw0933 avatar

Stargazers

 avatar Erin Mikail Staples avatar  avatar Alex_Woo avatar  avatar Mike Odnis avatar Rayan Elguerdaoui avatar Adarsh Gourab Mahalik avatar Ozgur Ersoz avatar M.Kishoreraj avatar  avatar Kārlis Mencis avatar  avatar Sandra Ramos avatar Derrick avatar am avatar Moe avatar A. S. M. Muhiminul Hasan avatar Jason Zhou avatar Lucho avatar Sundaresan avatar André Bianchi avatar Dennis Akinwonjowo avatar 傅真东 avatar Mihir Chate avatar  avatar  avatar  avatar humfricz avatar Michael Asomugha avatar Mark Friedgan avatar  avatar Sam My avatar Olabode James avatar Jarrod Barnes avatar Josselin avatar Jadilson Guedes avatar Funso Oyedele avatar  avatar Jay Gopalan avatar Sumanth avatar  avatar YvanKOB avatar Steven Athouel avatar John Mattos avatar  avatar  avatar Runar Gundersen avatar Muscl3N3rd avatar Stefan Oblinger avatar  avatar  avatar Jesus Pacheco avatar ToriRDC avatar Anas Khan avatar Diwank Singh Tomer avatar Mingjer Lee avatar Santiago López avatar  avatar  avatar  avatar Brian Herrmann avatar  avatar guoxue avatar  avatar M. Namakshenas avatar ASAK avatar Nick Tullos avatar Zhitong avatar  avatar Reflex Support avatar  avatar Eu-Bin KIM avatar Gabriel Cisneros avatar elvis kahoro avatar  avatar Mac Mondragon avatar Jes Fink-Jensen avatar  avatar  avatar

Watchers

 avatar  avatar  avatar Gabriel Cisneros avatar Reflex Support avatar

templates's Issues

Customer Data App issues

Should maybe make the db non persistance, a user could add profane things

also if you spam click delete it will pop up an error

Some __init__.py files are almost empty

Here they are:

find . -name .git -prune -o -name __pycache__ -prune -o -name .web -prune -o \! -name '*~' -type f -ls | grep __init | awk '$7==1{print}'
13112085726        8 -rw-r--r--    1 olivierbourdon   staff                   1 Sep 27 16:39 ./ci_template/cijob/backend/__init__.py
13112085727        8 -rw-r--r--    1 olivierbourdon   staff                   1 Sep 27 16:39 ./dashboard/dashboard/backend/__init__.py

and their contents:

(reflex) MacBook-Pro-Olivier-3:templates olivierbourdon$ od -x ./dashboard/dashboard/backend/__init__.py
0000000      000a                                                        
0000001
(reflex) MacBook-Pro-Olivier-3:templates olivierbourdon$ od -x ./ci_template/cijob/backend/__init__.py
0000000      000a                                                        
0000001

Should be empty like all other ones to avoid any confusion

Sales App Form bug

Lets you submit with anything but if it fails validation it wont add to table... should maybe not let you submit the form

DeprecationWarning: Unannotated event handler arguments has been deprecated in version 0.6.3

Hi! I see that in this part of the code (from dashboard template):

def template(
    route: str | None = None,
    title: str | None = None,
    description: str | None = None,
    meta: str | None = None,
    script_tags: list[rx.Component] | None = None,
    on_load: rx.event.EventHandler | list[rx.event.EventHandler] | None = None,
) -> Callable[[Callable[[], rx.Component]], rx.Component]:

With the recent changes, it’s throwing this warning:

DeprecationWarning: Unannotated event handler arguments have been deprecated in version 0.6.3. Provide type annotations for event handler arguments. It will be completely removed in version 0.7.0.

and in VSCode, it’s suggesting an error on that line:
image

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.