Giter VIP home page Giter VIP logo

Comments (6)

mlorant avatar mlorant commented on June 2, 2024

Might consider the Django third-party floppyforms? The rendering is based on templates instead of string interpolation. Performances are not that great (and it is focused on HTML rendering, of course), but maybe there are some interesting ideas...

from django-adapters.

meshy avatar meshy commented on June 2, 2024

Might consider the Django third-party floppyforms? The rendering is based on templates instead of string interpolation.

I really like the idea of being able to modify the templates for form rendering. I tend to use crispy-forms to that end (although it's not quite the same).

If I recall correctly the performance problem is due to {% include %} being slow for some reason. I seem to remember @mjtamlyn having ideas about how this might be improved?

Perhaps selective use of jinja2 templates would be worth considering? (It's worth mentioning that I would prefer Django templates, however.)

from django-adapters.

luzfcb avatar luzfcb commented on June 2, 2024

if floppyforms and crispy-forms are included in this list, perhaps it would be good to look also:

https://github.com/jpic/xmodelform
https://github.com/fusionbox/django-betterforms

from django-adapters.

LilyFoote avatar LilyFoote commented on June 2, 2024

I don't think floppyforms or crispy forms are in scope for this issue - as far as I'm aware they're both entirely focused on backend rendering. This issue is more about being able to render on the frontend.

from django-adapters.

meshy avatar meshy commented on June 2, 2024

This issue is more about being able to render on the frontend.

Aah, sorry about that. I'd not understood the issue title.

from django-adapters.

kmmbvnr avatar kmmbvnr commented on June 2, 2024

Here is on the client form rendering for the react-native

https://github.com/gcanti/tcomb-form-native
https://github.com/gcanti/tcomb-json-schema

from django-adapters.

Related Issues (20)

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.