blog icon indicating copy to clipboard operation
blog copied to clipboard

Personal blog on design & development

Results 56 blog issues
Sort by recently updated
recently updated
newest added

Hello there, It was a very good initial step by step understanding to generate the html via react components using jsx. I am successful in creating and generating one html...

Did you mean: perceived? http://jxnblk.com/writing/posts/static-site-generation-with-react-and-webpack/#why

Other than API changes introduced from package updates, do you still endorse this method? I've been building a small site in react that _really_ should be compiled to flat HTML...

This idea works well for a single site. Here's an example where this approach is scaled and will not work: Example: `.btn-primary` is green, and `.btn-secondary` is blue, we have...

I like that concept a lot. I think given that React components and styles are nearly all in JS, with npm, there's no reason why we can't start running tests...

In `Header.js`, you import `title` and `description` but it doesn't seem to be the proper way to see these datas. How to import them correctly ? :v:

Since 1.0 react-router has removed RouteHandler: https://github.com/reactjs/react-router/blob/master/upgrade-guides/v1.0.0.md#routehandler

> In many stylesheets I see line-heights that are calculated as a quotient of the target line-height and the font size. This sometimes leads to irrational, magic numbers that need...

The breadcrumb navigation on this page and other blog posts doesn't work as one would expect.

It would be really great to see this updated to work with React Router 1.0.0. I have been trying to go through the exact same setup as you mentioned in...