Giter Site home page Giter Site logo

Comments (7)

Metnew avatar Metnew commented on May 2, 2024 1

Hi, thanks for your issue!
SW works only in production, because it caches build results.
I tested manifest.json only in production build and probably currently it will not works correctly in dev mode, because there is no need in manifest.json in development + it will be replaced soon with FaviconsWebpackPlugin. I'm currently working on big update in which your issue will be fixed.

from suicrux.

empz avatar empz commented on May 2, 2024

I figured. Thanks!

Any plans on doing a version with MobX instead of Redux? Or at least without Redux?

I'd like to use these starter but with TypeScript and MobX. A lot of things to modify and I'm no expert in these technologies so I'm already having errors all over the place.

from suicrux.

Metnew avatar Metnew commented on May 2, 2024

Probably, Redux will be used in a future, but there will be many improvements: lazy loading, styled-component + SSR.

Also, starter is based on Semantic-UI(hah, probably it's obvious) which is not 100% good choice for performance-first apps (semantic uses full lodash bundle as dependency + minified styles are 548 kb without gzip), so lazy loading is a requirement. If your project isn't so big, I recommend you to use Preact instead of React. Preact is much smaller in size.

Also, some notes: if you're planning to use SSR, than maybe you need to select another UI framework, because (as I understood after using Semantic in my projects) Semantic doesn't support SSR with inline styles.

from suicrux.

empz avatar empz commented on May 2, 2024

Thanks for your quick reply.

Actually I don't want or need SSR.

I still like your starter since it uses SUI, which I love, but also a solid structure with good performance and even a testing framework. But I do not like Redux and I prefer Typescript over babel.

from suicrux.

Metnew avatar Metnew commented on May 2, 2024

Personally, I don't like TypeScript, but maybe I need to think about an alternative for Redux in this project, thanks for your idea)
Maybe a custom CLI generator (like CRA or ng utils) or a yeoman generator will be a good solution.

from suicrux.

empz avatar empz commented on May 2, 2024

Well, that would be amazing!

from suicrux.

malixsys avatar malixsys commented on May 2, 2024

@Metnew I know you said you don't like TypeScript but it's getting a LOT of momentum lately, and IDE support is getting VERY nice!
What say you? :)
http://www.typescriptlang.org/docs/handbook/migrating-from-javascript.html

from suicrux.

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.