Code Monkey home page Code Monkey logo

Comments (2)

ealush avatar ealush commented on June 19, 2024
  1. Most of the size of the package is the emoji dataset. I tried to make it as small as possible by trimming down, and minifying all object properties. If you have a way to significantly reduce the size further-down, I'd love to support this PR. https://github.com/ealush/emoji-picker-react/blob/master/src/data/emojis.json

  2. The picker makes use of many browser APIs, it appends styles to the DOM, and makes very little sense on the server. If you need it on the server (why, though?), I would suggest creating a PR that adds a separate dist file, without a CSS import, that adds the css separately (you would need to import it yourself in your app). This way it would work on the server.

from emoji-picker-react.

zgrybus avatar zgrybus commented on June 19, 2024

The picker makes use of many browser APIs, it appends styles to the DOM, and makes very little sense on the server. If you need it on the server (why, though?), I would suggest creating a PR that adds a separate dist file, without a CSS import, that adds the css separately (you would need to import it yourself in your app). This way it would work on the server.

@ealush But appending styles to the DOM, does not break the server side rendering. Of course, if you use classList API, it would, but there is no need for that, while using JSX 🤔

If you need it on the server (why, though?)
To make app faster and to reduce the JS that needs to be fetched to use the application.

from emoji-picker-react.

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.