Re: [pylons-discuss] Re: what's replaced colander/deform/etc

2015-06-15 Thread Tom Lazar
FTR same here. although for a next project i will give wichert’s toolkit a spin. it looks cleaner and with less moving parts. cornice sometimes seems to get a bit in the way. but otherwise we’re happy with it, too. hth, tom On 14 Jun 2015, at 20:50, Vincent Catalano

[pylons-discuss] Re: what's replaced colander/deform/etc

2015-06-14 Thread Blaise Laflamme
Hi Chris, if you're going to do ReactJS-ish things colander just works fine, you won't need any HTML thingies from the backend. You would also want to look at doing REST by yourself or use the excellent rest_toolkit from Wiggy. You can also use one of the multiple available form tools from the

Re: [pylons-discuss] Re: what's replaced colander/deform/etc

2015-06-14 Thread Vincent Catalano
Hello Chris, Blaise is right. If you are planning on going the ReactJS route, you shouldn't need much (or anything) for HTML on the back-end. For my REST applications, I use Colander with the REST framework Cornice https://cornice.readthedocs.org/en/latest/. -Vincent On Sun, Jun 14, 2015 at