Skip to content

Commit

Permalink
add TODO list
Browse files Browse the repository at this point in the history
  • Loading branch information
awetzel committed Mar 5, 2015
1 parent 04e4d45 commit 46cfe98
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,16 @@ Use your [React](http://facebook.github.io/react/) components into your elixir a
- You do not have to think about the server side Javascript configuration,
just write a webpack conf for the browser, and it is ready to use.

TODO List :

- [ ] Handle Source map in server side for combined stacktrace generation
- [ ] Add Source map in client side
- [ ] Currently the compiler compile in parallel server entry and client
entries, but server side compilation does not handle *cacheable* and slow
down very much the compilation
- [ ] handle css loader for `reaxt/style` loader, currently it is ignored in
server side, which is a problem for URL remapping in CSS.

## Usage ##

See https://github.com/awetzel/reaxt-example for a ready to use example
Expand Down

0 comments on commit 46cfe98

Please sign in to comment.