pulsar-core
pulsar-core copied to clipboard
The road to v1.0.0
- [ ] 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 on the road to V1.0.0 ... are you using this in production ?
@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 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.
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.
Really cool library. Is this still active?
@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.