Giter Site home page Giter Site logo

Comments (7)

funkybunky avatar funkybunky commented on July 25, 2024 1

@ffxsam I just converted the boilerplate to React-Router :) Hopefully I find the time in the next days to clean it up and publish it/make a PR

from ffx-meteor-react-boilerplate.

ffxsam avatar ffxsam commented on July 25, 2024

The actual package.json that gets used is in .scripts/package-dist.json (it gets copied to the project root level when npm run scaffold is run). And Redux was removed from the boilerplate, and will eventually be removed from the example app as well.

from ffx-meteor-react-boilerplate.

maxkrieger avatar maxkrieger commented on July 25, 2024

That's unfortunate. What exactly is the roadmap for this project, then, if not just a meteor project with a react dependency?

from ffx-meteor-react-boilerplate.

ffxsam avatar ffxsam commented on July 25, 2024

Why is it unfortunate? Redux is not always needed, in fact, many people overuse it. Even Redux's creator preaches this all the time. 😄

What exactly is the roadmap for this project, then, if not just a meteor project with a react dependency?

Well, it's a boilerplate, which is nothing more than a starting point for—in this case—Meteor/React projects. It changes over time as my own needs change, or I find ways to improve it (e.g. Jest testing was just added recently).

from ffx-meteor-react-boilerplate.

maxkrieger avatar maxkrieger commented on July 25, 2024

I understand, was just excited to finally find an example project with thunking and routing built for meteor 👍

from ffx-meteor-react-boilerplate.

ffxsam avatar ffxsam commented on July 25, 2024

Redux is great at solving specific problems, but at first one should make sure that things like React component state and higher-order functions can't solve this problems first. Redux should be a last resort.

FlowRouter is used in this boilerplate at the moment, though I'm considering switching to React Router at some point.

from ffx-meteor-react-boilerplate.

ffxsam avatar ffxsam commented on July 25, 2024

@funkybunky Cool, thanks! I'll take some time to look at the changes and try to understand it before I merge it into master.

from ffx-meteor-react-boilerplate.

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.