pulsar-core icon indicating copy to clipboard operation
pulsar-core copied to clipboard

The road to v1.0.0

Open ElForastero opened this issue 4 years ago • 6 comments

  • [ ] Show some examples
  • [ ] Write cool docs
  • [ ] Publish to https://reactnative.directory/
  • [ ] Create benchmark for RNW
  • [x] Hide babel-plugin-preval under babel-plugin-pulsar-core
  • [x] Deal with babel-plugin-preval cache (maybe by calculating hash from themes object)
  • [x] Check if it works fine with Expo
  • [x] Get rid of preval plugin

ElForastero avatar Dec 21 '20 14:12 ElForastero

@ElForastero on the road to V1.0.0 ... are you using this in production ?

smlarkin avatar Jan 29 '21 02:01 smlarkin

@smlarkin Not yet. I use it in RN + RN Web app and also in UI kit, but none of them are ready for production.

Technically, the package is really simple, so I think there wouldn't be any serious problems.

ElForastero avatar Jan 29 '21 05:01 ElForastero

@ElForastero It looks very similar to react-native-stylex, but with all the styles created at build time.

How do you get over the prevail force recompile issue while you develop?

I would like to see how this project works out over time. The docs have some errors in them and need some better examples, but I like the idea a lot.

This looks super promising. Great idea.

smlarkin avatar Jan 29 '21 14:01 smlarkin

How do you get over the prevail force recompile issue while you develop?

I don't change themes often, but when I do I just clear babel cache with rm -rf node_modules/.cache/babel*.

Not a long-term solution, but it works.

ElForastero avatar Jan 29 '21 16:01 ElForastero

Really cool library. Is this still active?

liquidvisual avatar Jul 30 '22 03:07 liquidvisual

@liquidvisual yes, it is. But I didn't have a chance to work on it lately.

But I will do my best to update it soon. Right now I'm working on an Expo app using this library.

ElForastero avatar Aug 07 '22 10:08 ElForastero