Coder Social home page Coder Social logo

Pluralize and performance about pluralize HOT 3 CLOSED

plurals avatar plurals commented on September 13, 2024
Pluralize and performance

from pluralize.

Comments (3)

blakeembrey avatar blakeembrey commented on September 13, 2024

A ternary will always be quicker than a bunch of regexp tests. However, this is not just about performance but also library weight (e.g. 2kb) and plural accuracy. If you know the plurals you want to use in advance, there's doesn't seem to be a need to add this as a dependency.

from pluralize.

carpben avatar carpben commented on September 13, 2024

At the moment there are only 2 strings which needs to be pluralized, and we know them in advance. But we do inject these fields from the back-end, and we try to keep our front-end app somewhat independent, and hide the specific details from it. So in our React App we simply have a general variable, and though it can only get 2 specific values from the back-end, it will be a bit strange to treat it as a general string all along, and then to pluralize it by handling only the two specific cases.

from pluralize.

blakeembrey avatar blakeembrey commented on September 13, 2024

I'm not really sure I follow, but you're welcome to do it whichever way you prefer. I can't prescribe how you build your front-end, but a ternary is certainly faster and lighter weight than using a library. With that said, it's unlikely you'll notice a difference in any case unless you're seriously trying to cut down on bytes in your web app (but it doesn't sound like this is the case).

from pluralize.

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.