issues
search
revery-ui
/
reason-reactify
:rocket: Transform a mutable tree into a functional React-like API
MIT License
103
stars
8
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
Fixes #52
#53
wkwkes
opened
5 years ago
0
[BREAKING ISSUE] Js is no longer in the global namespace of js_of_ocaml.
#52
benbot
opened
5 years ago
0
Hooks with slots
#51
jchavarri
opened
5 years ago
2
Bugfix: Remove unsubscribe 'print_endline' from Event module
#50
bryphe
closed
5 years ago
0
Move version back to v2.2 and rename continuation hooks to `use*Experimental`
#49
jchavarri
closed
5 years ago
3
OPAM Package
#48
bryphe
opened
5 years ago
0
Unexpected behavior when calling hooks a different # of times on a conditional branch
#47
jchavarri
opened
5 years ago
23
Hooks without magic ✨
#46
jchavarri
closed
5 years ago
3
Test Coverage: Add test case for multiple subsequent setState calls
#45
bryphe
closed
5 years ago
0
[WIP] BUG: 'Long-lived' setState function fails to persist updates
#44
bryphe
opened
5 years ago
1
Encode "Rules of Hooks" in the API / type system. Rule 1 of 2: "Only Call Hooks at the Top Level"
#43
jchavarri
closed
5 years ago
4
Test Coverage: Additional useState tests
#42
bryphe
closed
5 years ago
0
Set up CI with Azure Pipelines
#41
bryphe
closed
5 years ago
0
Flatten component type
#40
jchavarri
closed
5 years ago
3
API: We should throw an exception when a hook is used outside of a component context
#39
bryphe
opened
5 years ago
18
Testing: Switch to rely
#38
bryphe
opened
5 years ago
0
Performance: Create benchmarks to examine / improve performance
#37
bryphe
opened
5 years ago
0
Fix link to lambda term example
#36
Schniz
closed
5 years ago
1
Expose a minimal, shared reconciler interface to encourage component reuse
#35
jchavarri
opened
5 years ago
6
Add useReducer API
#34
jchavarri
closed
5 years ago
2
CI: Azure pipelines - use config w/ caching
#33
bryphe
closed
5 years ago
1
Remove buildsInSource
#32
jchavarri
closed
5 years ago
9
Add DOM reconciler example
#31
jchavarri
closed
5 years ago
3
Add _esy/ to .gitignore, track esy.lock folder
#30
jchavarri
closed
5 years ago
2
JSOO: Run jsoo tests in node environment
#29
bryphe
closed
5 years ago
0
API: First-class modules for components
#28
bryphe
closed
5 years ago
0
Bugfix: State leaks between components
#27
bryphe
closed
5 years ago
0
API - useEffect: Implement condition
#26
bryphe
closed
5 years ago
0
Dependency: Use rejest for unit tests
#25
bryphe
closed
5 years ago
0
Fix link to Lambda_term reconciler
#24
joprice
closed
5 years ago
1
API: Add events to listen for begin / end reconciliation
#23
bryphe
closed
5 years ago
0
Bugfix: Comparison failed when reverting to original value
#22
bryphe
closed
5 years ago
0
API - Hooks: Add 'useReducer' API
#21
bryphe
closed
5 years ago
1
API: updateInstance - pass in both old and new primitives
#20
bryphe
closed
5 years ago
0
Fix up examples build
#19
bryphe
closed
5 years ago
0
Example: Lambda_term Reconciler
#18
bryphe
closed
6 years ago
0
Bump version -> 0.1.1
#17
bryphe
closed
6 years ago
0
Fix remaining warnings
#16
bryphe
closed
6 years ago
0
Build: Build all platforms + publish NPM package
#15
bryphe
closed
6 years ago
0
API: Add useContext hook
#14
bryphe
closed
6 years ago
0
Move element to component function
#13
bryphe
closed
6 years ago
0
Refactor: Move common logic to reconcileChildren function
#12
bryphe
closed
6 years ago
0
Create a Reactify.rei file to document interface
#11
bryphe
closed
6 years ago
0
README: More updates
#10
bryphe
closed
6 years ago
0
Refactoring: Clean up the 'state' concepts
#9
bryphe
closed
6 years ago
0
README: Implement steps 1-3 for implementing a reconciler
#8
bryphe
closed
6 years ago
0
Refactor: Use effects module
#7
bryphe
closed
6 years ago
0
Clean-up: Consolidate test cases
#6
bryphe
closed
6 years ago
0
Hooks: useState
#5
bryphe
closed
6 years ago
0
Add test for replacing a primitive component with a wrapped component
#4
bryphe
closed
6 years ago
0
Next