Code Monkey home page Code Monkey logo

Comments (5)

jwalton avatar jwalton commented on July 30, 2024

I'm not familiar with react, but;

With or without aliasify installed, when you try to require "react/addons", browserify (or node.js server side, for that matter) will try to find a module called react, and then will try to include the addons.js or addons/index.js file from the react module. Looking at the react project, I don't see such a file.

from aliasify.

TheLudd avatar TheLudd commented on July 30, 2024

Well, I am not sure how the project is built but if you install it with npm, you will find node_modules/react/addons.js in your folder.

from aliasify.

jwalton avatar jwalton commented on July 30, 2024

Hey @TheLudd, have a look at #17 and see if the suggestions there fix things for you. :)

from aliasify.

TheLudd avatar TheLudd commented on July 30, 2024

I have managed to produce another solution for this. A "shim" if that is the correct term. Looks like this:

  1. Browserify react/addons into it's own file
  2. Create my own file (called shim) only containing this: module.exports = require('react/addons');
  3. Browserify my shim and use the expose option, exposing it as react

Now, either if react or react/addons is required I get react/addons

Should the issue be closed? My problem is solved but perhaps this is still an issue in the eyes of aliasify.

from aliasify.

jwalton avatar jwalton commented on July 30, 2024

I'll close this one, as I think 17 is essentially the same issue. Glad you found a workaround. :)

from aliasify.

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.