I have seen redwoodjs, but this is looking real good too. looking forward for v1.
@PaulSebastianM4 жыл бұрын
Forget the auto-generated HTTP API client. The REPL/console is the best feature here!
@md.fazlulkarim88474 жыл бұрын
Nice intro. My opinion is ... Blitz should try to be the next WordPress for no code people. Not Drupal. It seems they are trying to be both. I will definitely try this. Kudos.
@goodbrainwork4 жыл бұрын
wordpress and drupal are cms, blitz is a framework, they are different beasts.
@Holochovnik4 жыл бұрын
Looks nice, but i would be afraid about another magic layer between my code and application. So if something go wrong will be really hard to debug that.
@flybayer_official4 жыл бұрын
It's a very thin "magic" layer and it'll be fully documented. So it won't be magic and there's extremely little that can go wrong :)
@alfieqashwa4 жыл бұрын
@@flybayer_official do blitz has authentication like next-auth? and or the authorization also?
@theuniverse6854 жыл бұрын
Maybe this is good to create an MVP... release something on the market really fast, but I dont feel confortable in keeping using something like that. Btw, really cool framework
@PaulSebastianM4 жыл бұрын
You mean the data fetching? Doesn't seem like it forces you to use `useQuery` and if it's anything like what Redwoodjs seems to be like, the backend and frontend is separately deployable and scalable and both projects seem to have AWS Lambda support.