We're a place where coders share, stay up-to-date and grow their careers.
What made me NOT choosing NextJS is its naive way of composing things. See the examples folder in its repo, you'll get my point.
examples
In order to have those features, the way you compose things is to MODIFY existing things.
When i imagine how much i need to modify, run, test, try, error on composing features based on monkey-patching, i'm off.
Sorry, NextJS is not for me (at least now)
What made me NOT choosing NextJS is its naive way of composing things.
See the
examples
folder in its repo, you'll get my point.In order to have those features, the way you compose things is to MODIFY existing things.
When i imagine how much i need to modify, run, test, try, error on composing features based on monkey-patching, i'm off.
Sorry, NextJS is not for me (at least now)