|
|
|
|
|
by anthony_doan
2672 days ago
|
|
I love Phoenix but creating form on that framework feels needlessly complex. Formex library is outdated and doesn't seem to work on Phoenix 1.4 but it makes it so much better to create form. With Phoenix form library you have to add code in several files (schema, context, controller, view, and template). I can never remember all of it correctly so I have to refer to pragprog text book all the time. Formex require less. I don't believe this is some sort of a deal breaker but it is important enough. There are tons of web app require forms CRUD operations admin like stuff to insert data via web. |
|