Giter VIP home page Giter VIP logo

Comments (5)

kebot avatar kebot commented on June 12, 2024 5

The difference between Neutrino and CRA is Neutrino is more customizable.

"create-react-app" has a "react-scripts" package (like Neutrino) that bundle everything (configs) in it, the only way to custom it is by "eject" it. After you eject, everything goes back to the old time. (sometimes you just want to add a entry point to the webpack config).

Neutrino provided a much flexible way to custom it, and most importantly, your customization can be shared between different projects(called preset).

from neutrino.

tj avatar tj commented on June 12, 2024

Webpack has a rich set of functionality, but I can't think of many cases where that belongs in your app(s). I think of these projects as boilerplate done right, just abstractions like anything else in programming but done without the code generation / manual maintenance part when something is updated or can be safely removed due to browser support.

from neutrino.

eliperelman avatar eliperelman commented on June 12, 2024

I had a short blurb on the presets page: https://neutrino.js.org/presets/#why-not-a-boilerplate-or-alternative

It's not very prominent, but maybe a more prominent FAQs page would help some.

from neutrino.

jnachtigall avatar jnachtigall commented on June 12, 2024

@kebot Yor explanation is pretty good (and also makes clear what are the USPs of neutrino, also good description of the pain points of CRA). Thx!

from neutrino.

eliperelman avatar eliperelman commented on June 12, 2024

Fixed in #62.

from neutrino.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.