Theo Browne: Next.js is a backend framework

Поділитися
Вставка
  • Опубліковано 4 лис 2024

КОМЕНТАРІ • 256

  • @CoryTheSimmons
    @CoryTheSimmons 2 роки тому +839

    The presenter is pretty good at this kind of stuff. He should start streaming.

    • @frankyb702
      @frankyb702 2 роки тому +73

      He should work for twitch!

    • @toastrecon
      @toastrecon 2 роки тому +25

      Maybe better if he had a newsletter that he faxed out every week or so

    • @ThePenitentOneArg
      @ThePenitentOneArg 2 роки тому +44

      Maybe he could start a UA-cam channel as well!

    • @nikhilpsathyanathan
      @nikhilpsathyanathan 2 роки тому +5

      He has a yt channel

    • @lutfiikbalmajid
      @lutfiikbalmajid 2 роки тому +4

      @@frankyb702 he was work for twitch, and also he is a streamer.

  • @zombiefacesupreme
    @zombiefacesupreme 2 роки тому +57

    It's hard to argue against this with the full implementation of server components.

    • @sicario55
      @sicario55 2 роки тому +8

      "Any application that can be written in JavaScript, will eventually be written in JavaScript.” Jeff Atwood

    • @RaZziaN1
      @RaZziaN1 2 роки тому +9

      @@sicario55 No it will be rewritten in javascript, just different javascript framework :)

  • @keshavkishorram7678
    @keshavkishorram7678 2 роки тому +16

    I love how he explains things.

  • @abenjamin13
    @abenjamin13 2 роки тому +12

    NextJS was just described to me the other day as a “Fullstack” framework

  • @mozahid9803
    @mozahid9803 Рік тому +3

    Thanks, working on my first next.js app and I was going to try and use it it with rails as a backend. But it seems like it meets the criteria for just going serverless! So excited to test this out.

  • @raygan3
    @raygan3 2 роки тому +12

    Using presigned url does might be dangerous if a malicious user will spam your bucket with many large files, as you cant validate the file size

  • @remyvanlis2955
    @remyvanlis2955 2 роки тому +14

    Yesterday, I created a fresh nextjs 13 app for the sole purpose of back end stuff. It's actually going to be a REST API and I'm probably going to cry a lot, but it's just because I have to deliver this to someone who doesn't deserve a good backend. Sad to hear it's actually a backend framework now.

    • @malinaeemi8603
      @malinaeemi8603 2 роки тому +7

      You nicely summed up in, "... to someone who doesn't deserve a good backend ..." :D

  • @andydataguy
    @andydataguy Рік тому

    Haven't watched Theo's videos in awhile. Glad to see his face! Will have to get back into binging his streams

  • @devagr
    @devagr 2 роки тому +24

    7:06 this tweet makes no sense, the guy has no idea what he is talking about

    • @t3dotgg
      @t3dotgg 2 роки тому +15

      None at all

  • @al3030
    @al3030 2 роки тому +2

    Cool video. Learned some interesting points about where Next can be tricky. I look forward to explore your suggestions!

  • @malinaeemi8603
    @malinaeemi8603 2 роки тому +7

    It is a backend framework, but for something like hackathon or small workshop or proof-of-concept applications. This is exciting!
    However, for anything remotely serious, who are we kidding?

    • @angelurena
      @angelurena 2 роки тому +2

      I get your point, but not all production-ready or "serious" applications are complex enough to justify going for a different solution. Sometimes the requirements can be properly satisfied with a simple stack.

  • @aaaaanh
    @aaaaanh 2 роки тому +1

    I'd ponder this UA-camr might find success on Twitch doing live coding stuff and hot takes

  •  2 роки тому +27

    "statefull backends"
    So, it's basically what php was doing back in the 2002.
    What a awesome evolution.

    • @angelurena
      @angelurena 2 роки тому +8

      He's advocating for stateless backends (serverless), not stateful.

  • @holidaycat
    @holidaycat Рік тому +1

    I would only consider this for smaller solutions to be honest.
    In most business contexts, APIs are made to stay and have sufficient complexity to warrant their own system components.
    For smaller projects or hobby Projects, or as a general BFF I agree.

  • @brunomello7499
    @brunomello7499 2 роки тому +56

    At what point should I ditch the "old school pattern" of having a separate backend (nodejs express app that provides json API routes) and a frontend (react with create-react-app or nextjs) in favour of "joining" these two in a single application (nextjs with API routes)
    This might be a dumb question, but isn't this approach mixing the concerns instead of separating them? Before you had an application that only worries about backend stuff and an application that only worries about frontend stuff, and now you have these two things that used to be completely separate mixed in a single code base. This seems counter productive?

    • @QazJer
      @QazJer 2 роки тому +26

      I think the idea is that before, front end and back end were so different in their duties and syntax that it didn't make sense to mix them. Now it becomes simpler to just have 1 code base where everything is there since there's no "bridge" to manage between them.

    • @brunomello7499
      @brunomello7499 2 роки тому

      @@QazJer yeah, I guess that makes sense. I wonder if at some point having all the code in a single codebase makes it harder to work on

    • @JavierPortillo1
      @JavierPortillo1 2 роки тому +8

      You are right in the feeling that we as programmers should be separating concerns. The question now is: What do we separate? The natural and historical answer has been "Lets separate the back-end and the front-end", but should we? What if we started to think of the web as what it is: Just another IO device. I think that tools like Next And tRPC and others that blur the line between the front-end and back-end are demonstrating that there is value in moving towards this mentality about the web. This frees us to think of better ways of separating the concerns in our systems.

    • @sungjuyea4627
      @sungjuyea4627 2 роки тому +5

      I agree. It seems like React/nextjs is going back to those "old schools"(SSR is nothing new than what rails has been doing) for those "SEO" or some "performance" issues. But to me, it looks like React is losing its original purpose - client side rendering for SOC. Everybody says Next.js is kinda revolution but for me it sounds like just a repetition of rails or django. Could anyone tell me what point I am missing here...

    • @emreaka3965
      @emreaka3965 2 роки тому +4

      ​@@sungjuyea4627 The point you are missing is that Rails and Django are not single-page application frameworks. They are multi-page application frameworks.

  • @mostlydevs4277
    @mostlydevs4277 2 роки тому +5

    Thank you theo. The explanation is pretty great.

  • @brunomello7499
    @brunomello7499 2 роки тому +11

    Can we have different requests based on method in the same path now?
    For example GET /books and POST/books doing different things
    Last time I was learning next this was not possible without doing some ugly stuff like "if method === GET then".
    Is there a more pretty solution to this problem today?

    • @minnow1337
      @minnow1337 2 роки тому +1

      nop

    • @Chris-zt4ol
      @Chris-zt4ol 2 роки тому +14

      Not in Next.js natively but tRPC solves this problem and many more, cutting down on boilerplate drastically

    • @brunomello7499
      @brunomello7499 2 роки тому

      @@Chris-zt4ol interesting, I'll look into it. Thanks a lot!

    • @Anbaraen
      @Anbaraen 2 роки тому +1

      Wait, Next can't do this? This is a fundamental part of a backend...

    • @angelurena
      @angelurena 2 роки тому +2

      @@Anbaraen A backend doesn't always need to be a RESTful API.

  • @train_xc
    @train_xc 3 місяці тому +1

    Crons are very important for BE

  • @johngagon
    @johngagon Рік тому +2

    Front end has always been a somewhat ambiguous term. Thanks in particular for that bit. It can mean the browser client/local storage, cookies etc. as well as the code/files set apart to communicate with it. This is clearer to those I'm training after having watched the "create react app - why its bad" video. While technically on the server-side, it isn't meant for all the other backend stuff that node comes with. Helps to understand some of the contracts or boundaries between each piece. The browser's "contract" to not share too much of the end user's OS and also the server's need to protect its own OS by keeping isolated from its high value assets like data and secured files.
    BTW, I am not sure exactly what "the edge" is or how to explain that. Seems like a new term for something else I know / could easily figure out but still a very overloaded newish term.

    • @carlosescobar5995
      @carlosescobar5995 Рік тому

      What I'm understand by the Edge:
      It means the closest server to the users, yeah, CDN have servers and networks everywhere around the world, so when a user interacts with your site, not only the frontend but also the "backend" or functions will execute it's code in the closest server to the user. In traditional apps the code will always execute in your server, like the VPS on digital ocean or ovh server and so on. Pretty good isn't it?

    • @cristianbilu
      @cristianbilu Рік тому

      ⁠@@carlosescobar5995i agree with everything except the bash of the digital ocean VPS. I have a question, on what do you think the CDN servers run? Themselves?
      There is also a solution for long running server instances, it’s called geo-aware DNS and because of this you can have solutions like ‘the edge’

  • @RABWA333
    @RABWA333 20 днів тому

    great , we really need full stack framework like Next.js

  • @sungjuyea4627
    @sungjuyea4627 2 роки тому +8

    Is it correct to understand , that react/nextjs is now also backend frameworks, that they're now doing stuffs what rails or django(or maybe spring) has been doing over the past decades? But then, I wonder, why do we need to use React rather than rails or django? I think there would be tons of issues - like db security, db configs, ORM, managing session/cookie, etc., which are relatively easy to be "ignored" on the frontend side.

    • @RaZziaN1
      @RaZziaN1 2 роки тому +3

      No it never was and probably never will be, you still need additional backend layer just api can live next to "next.js". It's nowhere near orms, configs, automation, security, db configs, auth, etc at least yet - there are some stuff here but still u need to do a lot.

    • @angelurena
      @angelurena 2 роки тому

      You would do this if you're primarily interested in using React as your frontend and just need whatever backend to support it, instead of going for a backend web framework (Rails, Django, etc) that you can slap some frontend on. It all depends on what's more important to you or what your main skills are.

    • @heroe1486
      @heroe1486 2 роки тому

      @@angelurena You can use Django and Rails to provide an API consumable by next, it's more a matter of wanting to stay in a JS environment and decrease complexity by not decoupling

    • @angelurena
      @angelurena 2 роки тому

      @@heroe1486 If you're exposing an API built with Rails or Django, the simplest way to consume it would be to call those endpoints directly from the frontend. Unless you have some other constraints or a desire to add decoupling by using NextJS as a middle man, then you wouldn't actually be using it as your backend, would you?

  • @just_ppe
    @just_ppe 2 роки тому +2

    How many real life apps have you created in next.js?

  • @domistry
    @domistry 2 роки тому +4

    Thanks for sharing Theo, would like to see some pairing with Next JS as an example of a complete full stack experience!

  • @shivansh901
    @shivansh901 2 роки тому +6

    Hi, can you make a video on unit testing of APIs including typical moddlewares in Nextjs backend,

    • @jppbkm
      @jppbkm 2 роки тому +7

      If this is a troll, it's a great troll 😂

    • @gradycdenton
      @gradycdenton 2 роки тому +1

      Assuming this is not a troll & you aren't familiar with Theo's thoughts on unit testing, it's pretty simple really. Each API endpoint is just a *.tsx file containing a serverless function. Serverless functions are pure functions. All the data you need is either in the request object or your database. Either mock out your data fetch or have a test database and just make requests to the dev server. I recommend using Jest and Supertest. You can also use Mocha and Chai. Arange the test database, make your request, and assert the response. It's not true unit testing if you factor in middleware, but that's good. You should test the API the way you will use it, and that is by making requests.

  • @KirilGerovski
    @KirilGerovski Місяць тому

    Hello guys, c++ guy here. I am using web for fun not for main job. Its very hard for me to understand why db, business logic and rendering are in the same function??? Seperating real backend (db + business logic) and front end (rendering) is so much better. Easier to develop, scale, etc. What of a want to optimize business logic and rewrite the code in some other language and so on. I think this "full stack" works only for small projects.

  • @Miguelmigs24
    @Miguelmigs24 2 роки тому

    It took me so long to realize this. I wish this video was uploaded like a year ago

  • @siya.abc123
    @siya.abc123 2 роки тому +20

    Theo is a great presenter and knowledgeable around the react ecosystem. The only issue is that he likes to encourage folks to use a ton of third-party services for trivial stuff that can be easily be done by any competent dev

    • @Dozer456123
      @Dozer456123 2 роки тому +26

      That's far from his only problem lol.

    • @kaelxeth
      @kaelxeth 2 роки тому +2

      Well, if you're willing to pay a dev to create & maintain services that those third-party services provides with way less cheaper price than the dev's salary. You can go for it - but I'd rather go with the third party services so I have tons of less bugs in the backlog

    • @siya.abc123
      @siya.abc123 2 роки тому +1

      @@kaelxeth what do you do when those third-parties hike prices, go under, don't meet SLAs etc etc?

    • @majorhumbert676
      @majorhumbert676 2 роки тому +7

      This is typical for content creators. They are incentiviced to continuously pump out new content; not to give good advice.
      Furthermore, if you're recording videos instead of working as a programmer, you're not going to learn the skills that are necessary to give advice in the first place.

    • @4twi352
      @4twi352 2 роки тому

      What are those "easy things" that "any competent dev" can do?

  • @ashimov1970
    @ashimov1970 Рік тому

    in this context, what's your take on HTMX features and capabilities?

  • @bloodonthesnow
    @bloodonthesnow Рік тому +4

    Next.js is definitely a frontend framework with a sprinkle of backend, namely serverless functions which are not optimal for communicating with a database (they make a new connection for every request). Claiming anything else is pretty disingenuous.

    • @Dregun
      @Dregun 8 місяців тому

      Exactly!

  • @thundergabriel
    @thundergabriel 2 роки тому +1

    How do you deal with public and private routes in a NextJS app? . Response: NO have in 12 , less in 13.

  • @catablet2213
    @catablet2213 Рік тому

    For performance, would Next/React be better or Django python.

  • @rec-trick
    @rec-trick 2 роки тому

    Nice and distinguished explanation, but the same person was talking about Deno and Fresh and said that they are much faster, and yet he was saying that they are not good and he wants to create his own framework, so how can I believe the comparisons now?

  • @yogeshdharya3857
    @yogeshdharya3857 2 роки тому

    Can somebody tell me the BGM being played at the beginning . I was legit vibing to that . By the way i've always seen that people using react slowly shift to nextjs in the long run . Quite evident now

  • @DominikSipowicz
    @DominikSipowicz 2 роки тому

    Great video Theo. TIL S3 presigned URL!

  • @AnupamAnende_sauronpothor
    @AnupamAnende_sauronpothor Рік тому

    but compile it to run via localdb like nodejs or ttanslate it to web assembly, straight to cpu via web, with security in mind and then do drafting and page design separately and you dont need an app.

  • @creatorsremose
    @creatorsremose 2 роки тому +2

    I have an Android, is that frontend too?

  • @Nanashi-rq7lk
    @Nanashi-rq7lk Рік тому

    This video is very useful for me

  • @ko-Daegu
    @ko-Daegu 2 роки тому +1

    What about Flask and Django thou 3:32
    Also isn’t this bad for Separation of Concerns?

    • @angelurena
      @angelurena 2 роки тому

      Django is in the same category as Ruby on Rails. Flask is more lightweight, batteries not included.
      As for separation of concerns, that's a tradeoff. Which concerns do you want to separate? Is separation more important to you than simplicity? You won't get a perfect solution across the board with any tool. You have to choose what you're optimizing for.

  • @alubhau
    @alubhau 2 роки тому +3

    bro ditched excalidraws 🗿

  • @showbikshowmma3520
    @showbikshowmma3520 2 роки тому +1

    Bruhh I am super confused right now. We used next js with typescript and with graphql, redux scss for fronted but how it's possible for backend 😢

    • @mikeiancaligdong5540
      @mikeiancaligdong5540 Рік тому

      maybe with some sort of javascript backend would do

    • @none0n
      @none0n Рік тому

      Some chasing JS fanboys, you will never caught them. A lot of them are being laid off right now. No real value from them.

  • @naymello
    @naymello Рік тому +3

    this guy always looks like he just found out your dirtiest secrets

    • @smokeyoak
      @smokeyoak Рік тому +1

      holy shit you're right

  • @FranciscoMarcosMilhomemAbreu
    @FranciscoMarcosMilhomemAbreu 2 роки тому

    Why did you mentioned Astro as a backend framework? I don't get it.

  • @gerooq
    @gerooq 4 місяці тому +2

    Theo Browne: "Next.js is a backend framework!"
    Also Theo Browne: "Okay Next.js is just React + Express...if you want to do the things that a real backend framework does, just use 3rd party solutions!"
    So dishonest...do better!

  • @irustv7674
    @irustv7674 2 роки тому

    Next.js vs Django (Django Rest Framework) ?

  • @Charles-Darwin
    @Charles-Darwin 2 роки тому

    Might be too early to tell, but I haven't heard anything about the overhead costs of hosting such an app...there might be a catch

  • @blazi_0
    @blazi_0 2 роки тому +9

    I like to hear how backend developers are feeling about nextjs 🤣, because as a front end developer i feel responsible🙁

    • @uziboozy4540
      @uziboozy4540 2 роки тому +6

      It ain't a backend framework. People need to stop this shit talk immediately. Frontend engineers get dumber and dumber.

    • @angelurena
      @angelurena 2 роки тому +11

      @@uziboozy4540 Convincing arguments, bro.

    • @uziboozy4540
      @uziboozy4540 2 роки тому +1

      @@angelurena ain't here to try to convince morons. The fact that people are using React in 2022 is enough

    • @angelurena
      @angelurena 2 роки тому +3

      @@uziboozy4540 Good luck expecting people to stop using a tool that they enjoy using to solve real problems for what I assume is nothing more than your personal preference. I'm guessing that you consider yourself above React plebs because your favorite tool is better at everything, right?

    • @uziboozy4540
      @uziboozy4540 2 роки тому +2

      @@angelurena its about using the right tool for the job, and React hasn't been one of them for years

  • @misbahansori
    @misbahansori 2 роки тому +1

    How about NuxtJS and SvelteKit are they also backend frameworks like Next?

    • @bishenpatel1676
      @bishenpatel1676 2 роки тому

      Nuxt supports SSR ( Server Side Rendering ).. But it's far from being a backend framework..

    • @vhaangol4785
      @vhaangol4785 Рік тому +3

      @@bishenpatel1676 LOL. So basically, Nuxt, which is a framework that does nearly the same thing as Next but for Vue, is not a backend framework, but Next is a backend framework? You front engineers have some wild logic.

  • @cameronadams4366
    @cameronadams4366 2 місяці тому +1

    Is this video still relevant and what is it actually saying?

  • @ingal.1
    @ingal.1 2 роки тому +3

    "Official Brand Ambassador of Next JS"

  • @ssk7690
    @ssk7690 Рік тому

    I currently know react and am planning to become a fullstack dev. Will nextJS + react be called fullstack? How does next handle db? Can anyone explain me I'm dumb

    • @martiananomaly
      @martiananomaly Рік тому +1

      You can call db queries from the api endpoints in NextJS, if that's what you're confused about.

  • @jhay_vine5083
    @jhay_vine5083 2 роки тому

    LOVE your CONTENT!!!!!!!!!!!!!!!!!!!!

  • @frz_akbar
    @frz_akbar 2 роки тому +1

    i thought he was a film actor because he looks like spiderman

  • @germantoenglish898
    @germantoenglish898 2 роки тому

    It all makes sense now.

  • @psyferinc.3573
    @psyferinc.3573 2 роки тому

    this is awesommmmme

  • @sabuein
    @sabuein Рік тому

    Thank you.

  • @chrishamilton1728
    @chrishamilton1728 2 роки тому

    7:40 is this true that the serverless function will die after responding? Doesn't it have to wait for the function to return? Why wouldn't you be able to execute code after returning a response?

    • @dtinth
      @dtinth 2 роки тому

      Usually what happens in serverless is that once the runtime has received a response from your application, after some tiny delay, the runtime pauses giving CPU time to your application instance, and it's basically frozen.
      It may be unfrozen at a later time (e.g. when another request is received. In which case your code continues running after a long pause.), or the frozen instance may be thrown away (to be replaced with a new one on the next request. In this case the code after sending a response may not be run at all).

    • @chrishamilton1728
      @chrishamilton1728 2 роки тому

      ​@@dtinth well that's pretty dumb.

  • @koukiadem
    @koukiadem 2 роки тому +8

    is this PHP ?

  • @djamaatul
    @djamaatul Рік тому

    Nextjs can custom server, express, that is fullstack

  • @Hhong_1120
    @Hhong_1120 17 днів тому

    The look: 1 year ago and now 💀

  • @mancerayder2721
    @mancerayder2721 2 роки тому +1

    6:38 the NextJS middleware, of course, runs ON your servers (not the edge and definitely not before your servers)… people abuse the term “edge”. It will typically mean an appliance/cloud service that requests pass through BEFORE sending to your app… your app cannot (should not) operate at the edge. This is not what “middleware” is in an isolated server process like your NextJS bundle. You can rate limit, IP block, defend DDoS, terminate SSL, etc. at the edge, you cannot (should not try to) do these things in your bundled middleware. Middleware is app-global preprocessing if requests to limit code/logic repetition across your project(s). That’s it.

    • @Luka-he5mr
      @Luka-he5mr 2 роки тому

      I'm pretty sure they do run on the edge. Hosting providers like Vercel run middleware on an edge function, which uses a Cloudflare worker under the hood iirc

    • @robbydooo
      @robbydooo 2 роки тому

      This is incorrect. On vercel the middleware runs on cloudflare edgeworkers and not in the AWS lambdas that the rest of code is executed in. Although Vercel are moving away from lambdas to run everything on the edge network. Middleware does however run on your local dev environment.

  • @lambgoat2421
    @lambgoat2421 Рік тому +2

    anyone else hate this guy for no real reason?

    • @holidaycat
      @holidaycat Рік тому

      The reason you probably reference to is his smugness. While his "character" does not really resonate with me, he is indeed quote knowledgeable to I still Listen.

  • @AureusApps
    @AureusApps 7 місяців тому +1

    Using thrid party to run cron jobs. Really?

    • @train_xc
      @train_xc 3 місяці тому

      That’s disastrous

  • @sean_reyes
    @sean_reyes 2 роки тому +1

    Livewire makes this possible for laravel.

  • @PaulSebastianM
    @PaulSebastianM 2 роки тому +3

    So unusual that a product needs defining years after going live. 😆

  • @gamemoves2415
    @gamemoves2415 2 роки тому

    This looks like what Django has tried to do for a long time

  • @fathnakbar
    @fathnakbar 2 роки тому

    Finally 😮‍💨

  • @isaactfa
    @isaactfa 2 роки тому

    Maybe spell his name right in the thumbnail.

  • @smartize
    @smartize 2 роки тому +2

    it is also not an SPA framework

    • @Chris-zt4ol
      @Chris-zt4ol 2 роки тому +1

      ...but react is

    • @smartize
      @smartize 2 роки тому

      @@Chris-zt4ol yes but we cant leverage that behavior of react in nextjs since nextjs uses its own router not the react router and the app somewhat reloads on navigating to different link/url.

    • @donutrangerr
      @donutrangerr 2 роки тому

      @@smartize uhh..... did you read the docs?

    • @Chris-zt4ol
      @Chris-zt4ol 2 роки тому

      @@smartize No it does not, unless you implemented it wrong

    • @Charles-Darwin
      @Charles-Darwin 2 роки тому +1

      @@smartize maybe they've updated since the last time I used it... I too ran into this. I had to implement react router for spa

  • @BehruzbekOtayev
    @BehruzbekOtayev 2 роки тому +1

    Working with file uploads on the server side with next js sucks. You have to use a third party library just to process the uploaded file data. Not mature yet.

  • @eriicafes
    @eriicafes 2 роки тому

    Finally

  • @rohitkf8474
    @rohitkf8474 2 роки тому

    THEO MA MAN 🤩🤩🤩🥳❤️

  • @froggy3496
    @froggy3496 2 роки тому +6

    good shit. I left FE development for BE development and now those fuckers are coming for my job

    • @_thehunter_
      @_thehunter_ 2 роки тому

      haha.. true.. but there are alternatives no/low code tools for building dashboard stuffs

    • @heroe1486
      @heroe1486 2 роки тому

      @@_thehunter_more like for tinkering inside of a browser at 20fps to edit code without formating/autocompletion/vim commands or having to to rewrite the thing from scratch (or move if it's not FOSS) if your use case isn't handled.
      Those tools are good for non devs or if you have half a day to accomplish the task

    • @perc-ai
      @perc-ai Рік тому

      Backend devs will get paid less now that frontend devs are becoming fullstack

    • @froggy3496
      @froggy3496 Рік тому +1

      @@perc-ai that is so far from truth you have no idea. Big companies want specialists not generalists. Even if that happens I'll be retired by then probably

    • @perc-ai
      @perc-ai Рік тому

      @@froggy3496 theres not that many big companies lol... theres far more mid to small cap companies that LOVE generalists. Frontend devs are quickly taking over backend developers jobs, unless your domain knowledge is really specific your safe. But if your just building CRUD API's rip

  • @DrewryPope
    @DrewryPope 2 роки тому

    ayy it's ya boy theo

  • @chmod-tf7ei
    @chmod-tf7ei 2 роки тому

    so is next is pretty much like laravel

  • @SR-ti6jj
    @SR-ti6jj 2 роки тому

    But it is also an ember js framework

    • @train_xc
      @train_xc 3 місяці тому

      Don’t compare it to Ember . Ember is awesome

  • @sillvvasensei
    @sillvvasensei 2 роки тому +1

    Follow Theo:
    Twitch: twitch.tv/theo
    UA-cam: ua-cam.com/users/TheoBrowne1017

  • @Everjam
    @Everjam Рік тому

    No, sorry. The fact that you can build backends in NextJs does not make it a backend framework. Rendering components on the backend does not count, sorry. I would welcome NextJS to go in this direction though (like BlitzJS tried / are trying to, like RedwoodJS aspires to).

  • @_thehunter_
    @_thehunter_ 2 роки тому

    Nextjs is PHP++

  • @damianlcr
    @damianlcr 2 роки тому

  • @74Bagas
    @74Bagas 2 роки тому +2

    for me, even react feels like backend

    • @emreaka3965
      @emreaka3965 2 роки тому +2

      You feel wrong.

    • @74Bagas
      @74Bagas 2 роки тому

      @@emreaka3965 yeah, i just use hugo, anyway.. 😅

  • @cmdv42
    @cmdv42 2 роки тому

    💻💯✨

  • @tomicbojandev
    @tomicbojandev 2 роки тому

    This is already outdated aka Next 13 is out.

  • @stunna4498
    @stunna4498 Рік тому

    Nice meme

  • @Thorax232
    @Thorax232 2 роки тому +34

    Vercel, please don't promote this guy. He's a troll working every angle he can for his attention addiction. The guy is a child who will attack anyone who disagrees with some very immature and malformed takes. We don't need people like this.

    • @freindimania11
      @freindimania11 2 роки тому

      Hard disagree, I enjoyed it. You sound like a crybaby being threatened by opionions and ideas

    • @stephan3199
      @stephan3199 2 роки тому +5

      don't watch ez

    • @johnbakhmat
      @johnbakhmat 2 роки тому +6

      Karens be like

    • @ThePrimeagen
      @ThePrimeagen 2 роки тому +4

      @@johnbakhmat was he called into HR?

    • @ThePrimeagen
      @ThePrimeagen 2 роки тому +4

      Theo and I had debate. We completely disagree. We left not agreeing. It was one of the best debates I've ever had

  • @elvispalace
    @elvispalace 2 роки тому

    hi theo

  • @popuguytheparrot_
    @popuguytheparrot_ 2 роки тому +10

    Clown 🤡

  • @io_inc
    @io_inc 2 роки тому

    Sup, nerd...

  • @pasizdobrekuce
    @pasizdobrekuce 2 роки тому +2

    No, it is not backend framework.

    • @Scrubzei
      @Scrubzei 2 роки тому

      Why not

    • @pasizdobrekuce
      @pasizdobrekuce 2 роки тому

      @@Scrubzei for example ua-cam.com/video/Rrz2q5uCHdE/v-deo.html

  • @JamesJGoodwin
    @JamesJGoodwin 2 роки тому +12

    Every frontend framework is a backend framework as long as your boss is greedy enough to avoid hiring people who actually knows backend. I am very tired and scared of that trend when people who supposed to be centering a div inside another div starting to get responsible for handling proper authorization, predicting SQL-injections and so forth.

    • @EnriqueDominguezProfile
      @EnriqueDominguezProfile 2 роки тому +51

      Sounds like someone's having self-confidence issues.

    • @c11l
      @c11l 2 роки тому +23

      bad day?

    • @Chris-zt4ol
      @Chris-zt4ol 2 роки тому +24

      Have you heard of the term "full stack"?

    • @bilbobeutlin3405
      @bilbobeutlin3405 2 роки тому +25

      "display:flex;justify-content:center;align-items:center;"
      done centering, now i can focus on my favourite activity:
      forwarding user inputs directly into my sql statements
      its actually not trivial since im using a orm but fortunatly prisma has the $queryRaw und $executeRaw function 💪💪💪

    • @chrishamilton1728
      @chrishamilton1728 2 роки тому +14

      Everyone's tough until they actually have to use CSS, it'll make you lose your god damn mind

  • @meansnada
    @meansnada Рік тому

    Full circle complete, yikes.

  • @rohitmishra4029
    @rohitmishra4029 2 роки тому

    this guy should open a twitter or something

  • @ufufu001
    @ufufu001 2 роки тому +1

    this man knows his shit

  • @fifty6737
    @fifty6737 2 роки тому +8

    next.js single handedly saving react

    • @casey2230
      @casey2230 2 роки тому +2

      killing*
      no one is using vanilla anymore