GithubHelp home page GithubHelp logo

nthn.crlsn.io's Introduction

🌱

nthn.crlsn.io's People

Contributors

dependabot-preview[bot] avatar dependabot[bot] avatar grxy avatar nscarlson avatar renovate-bot avatar renovate[bot] avatar

Watchers

 avatar  avatar

nthn.crlsn.io's Issues

Inclusion of <NavBar> and <NavLink> children breaks site

index.jsx has the following configuration. The "/" route is assigned to the App component.

  <Router history={hashHistory}>
    <Route path="/" component={App}>
      <Route path="/test" component={ArticleList} />
    </Route>
  </Router>

The App component has the following render() code.

    return (
      <div>
        <h1>React Router Tutorial</h1>

        <NavBar/>
        { this.props.children }
      </div>
    );

The NavBar component has the following render()

      <header className="centered-navigation" role="banner">
        <div className="centered-navigation-wrapper">
          <a href="" id="js-centered-navigation-mobile-menu" className="centered-navigation-mobile-menu">MENU</a>

          <nav role="navigation">

            <ul id="js-centered-navigation-menu" className="centered-navigation-menu show">
              {
                /*
                  TODO: fix <NavLink>; breaks everything
                  <NavLink to="/about">About</NavLink>
                */
              }

              <li className="nav-link"><a href="">NTHN</a></li>
              <li className="nav-link"><a href="">Résumé</a></li>
              {/* <li className="nav-link logo"><a href="" className="logo"><img src="https://raw.githubusercontent.com/thoughtbot/refills/master/source/images/placeholder_logo_3_dark.png" alt="Logo image"/></a></li> */ }
              <li className="nav-link"><a href="">Blog</a></li>
              <li className="nav-link"><a href="">Contact</a></li>
              <li className="nav-link"><a href="">Sign up</a></li>
            </ul>

          </nav>
        </div>
      </header>

Action Required: Fix Renovate Configuration

There is an error with this repository's Renovate configuration that needs to be fixed. As a precaution, Renovate will stop PRs until it is resolved.

Error type: Cannot find preset's package (github>whitesource/merge-confidence:beta)

webpack-dev-server is not live reloading bundle.js changes

Stuff is happening, as can be seen in the screenshot below, so it appears that webpack is watching the stuff it needs to.

The problem is that the changes don't appear live in the browser, even after refreshing

The current npm start script in package.json is the command:

 webpack-dev-server --inline --hot

screen shot 2016-03-29 at 9 09 02 pm

@grexecutioner

Tagging feature for articles

The ability to 'tag' articles with multiple categories.

Tags will be routed via the /tag?tagname route

Simple visual:

screen shot 2016-04-24 at 3 40 00 pm

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.