Online Users Page


QN

Previous notifications:
4 years ago
New Blog Entry In .:A-MAN:. lists stuff!
11 years ago
Regular accepted your friend request
More..
32CJ101
3 years ago
Company uses Nuxt/Vue and I actually really like it. It's a departure from React but it's still fairly intuitive, and the Nuxt commandline tool is great for setting up basic projects. No more having to set up tailwind via command, I can just grab it from a dropdown lmao. To test it out I took the whale hotline app and made a filter/locator.

Back

Please Login To Post

32CJ101
3 years ago
Actually, I take back what I said about NoSQL being any more integrated. Nuxt really is purely client-side so you'd have to have a separate REST or GraphQL to go along w/ it
Reply
32CJ101
3 years ago
As far as UI building goes, if you learn Tailwind you can make things like this in a matter of 30min. if you want to take a look, you can check it out here
Reply
32CJ101
3 years ago
I'm starting to like separate frontend/backend deployments for organizational reasons unless it's a static webpage, in which case you can actually use Nuxt (or NextJS for React) to have SSR static pages and speed up load time. If you have a ton of things built w/ CakePHP you would have to do some cost-benefit analysis to see if migrating to a new stack would be worth it resource and time-wise.
Reply
32CJ101
3 years ago
@umer936 Depends on what kind of stack you're going for. If you're willing to have a NoSQL backend it'll be highly integrated, but a separate ORM/SQL server with API endpoints works just as well. I've done it w/ React and Django. Vue is a little bit of a learning curve as it is.
Reply
62umer936
3 years ago
Hmm maybe I should switch us to this then.
Reply
32CJ101
3 years ago
Also, I WILL shill for tailwind, honestly so convenient
Reply
v3.2