Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

inferno

Inferno is a high-performance javascript library for building user interfaces.
Collective - Host: opensource - https://opencollective.com/inferno - Code: https://github.com/infernojs/inferno

various changes to hooks, theres an issue when adding more components to UIbench (massive perf loss) and sCU is in uibench now (only for app). its faster than just pure recycling without sCU. recycling needs improvement when components are used though - 0.7 has far better results in some areas

github.com/infernojs/inferno - ec9132796fa8c6cdc67a6c260e468bf6350be863 authored over 8 years ago
optimised recycling again

github.com/infernojs/inferno - b3aa75763a6cebce22c7c6f54dc1dbe57d3809d7 authored over 8 years ago
fixed regression using childrenTypes

github.com/infernojs/inferno - 02ae173e475c9799cd3d45d60c8e9351ff351c32 authored over 8 years ago
all tests now passing

github.com/infernojs/inferno - 74c4ff6d5b1e1b5d85006e4be7b618bd6952856e authored over 8 years ago
fixes a huge amount of broken tests

github.com/infernojs/inferno - d22152ec75f42a669dcd837397fa8e7eafe2e9df authored over 8 years ago
made adjustments to uibench app

github.com/infernojs/inferno - 578ed541ea238a07ce999f4da97392fa17aabc16 authored over 8 years ago
much progress made on 0.8

github.com/infernojs/inferno - 8f2ec19a15d84cb4791ce20c770bdd981d5fa011 authored over 8 years ago
breaking change - moved back to using POJO rather than constructors, changed all properties to not be "_property" but "property" and removed the methods on VElement, VComponent, VTemplate and others. VTemplate now has a dedicated constructor and the old one has been renamed createVTemplateFactory but to be used the same as before. JSX will be broken until the plugin has been updated to remove the chained methods. Potential routes: use createElement (but then has a hard dependency on that module), use new helper functions to do the chainging or simply use object literals. Potentially calling objects with large factory methods might not be performant, i.e. createVTemplate(foo, null, null, null, null, null) for example.

github.com/infernojs/inferno - 8604739851970faf48e07b5fde90ae52e18faa45 authored over 8 years ago
simplified test

github.com/infernojs/inferno - 85986688f7811c58404f79daa1af7d92e726bdad authored over 8 years ago
Added test case to reproduce issue: spread operator with templates

github.com/infernojs/inferno - 3e2d985e4dd5735a776fcbd12149707fb8773f5d authored over 8 years ago
updated unmounting and build

github.com/infernojs/inferno - 5819871e4de8fc9431088472851c424471eed348 authored over 8 years ago
adds more test coverage and fixes broken tests

github.com/infernojs/inferno - dd00617125a38788b4b4e48c11e39866982fb109 authored over 8 years ago
more hydration support

github.com/infernojs/inferno - 4683a0990c8f52ab882f354e86db16b7db03aa87 authored over 8 years ago
test file utils refactor

github.com/infernojs/inferno - 84c308c7c2bccee0e05d5593666f79f4118225d8 authored over 8 years ago
updated README.md

github.com/infernojs/inferno - 643046895f4886bd6640a64bd932c23ad7e6e621 authored over 8 years ago
fixes all form related issues and all tests pass

github.com/infernojs/inferno - 13ee008d81b2aefc1952cb3b84415cf21496e6a8 authored over 8 years ago
added much better form support

github.com/infernojs/inferno - aa3c06a0c2111d3f971387133fd2188d06380e4e authored over 8 years ago
added defaultChecked and defaultValue support

github.com/infernojs/inferno - 91acce4086937273ac0e210032e0e43d927ebf76 authored over 8 years ago
added more tests and start of cloneVNode

github.com/infernojs/inferno - e0f897e12c5666e8644e12c9123d262dd29c5035 authored over 8 years ago
Merge branch '0.8' of github.com:trueadm/inferno into 0.8

github.com/infernojs/inferno - 6dbba63cdd4a308915b6f5798e623e22a6e17f2b authored over 8 years ago
added select JSX tests

github.com/infernojs/inferno - afe39c6980759df33bf12e19a33716688955b63b authored over 8 years ago
Merge pull request #313 from Svjard/0.8

Unit tests for multiple options selected in select element

github.com/infernojs/inferno - 0d204f7b70c27ef07b8aaeba539bffb3e2a517c7 authored over 8 years ago
Added more tests for formElements

github.com/infernojs/inferno - 7c2dcb9386688c410b8d882c6c33f54167ca366d authored over 8 years ago
Test for #284 - Added unit tests for multiple values of select initially selected

github.com/infernojs/inferno - d66d482819029e029f96e979b0d91ba146e78535 authored over 8 years ago
renaming of functions

github.com/infernojs/inferno - 0c050dce47cf39c46738735fc6b01574cf095ea5 authored over 8 years ago
Combine imports

github.com/infernojs/inferno - 12aef1b0def6016becac62175732644487ec8a84 authored over 8 years ago
Added missing imports, removed unused imports

github.com/infernojs/inferno - 09e66954a0938cb42ce0b1f702f79663611a585a authored over 8 years ago
Merge branch '0.8' of github.com:trueadm/inferno into 0.8

github.com/infernojs/inferno - 699d3bb5127ded76ff5afa3d607763d5b468bdf1 authored over 8 years ago
fixed key issues

github.com/infernojs/inferno - e50a17b4814e52f5c30340e540d744bb3daeaa76 authored over 8 years ago
Fixed keyed algo tests - now they fail as they should

github.com/infernojs/inferno - ab3e329c238022ad5be086066cd3932b3e1755d4 authored over 8 years ago
fixes refs (again) and introduces more errors and better error handling (including prod stripping)

github.com/infernojs/inferno - b59e16f87d7066c33cfff9dccf5c270383f2ee72 authored over 8 years ago
fixed ref issue

github.com/infernojs/inferno - 4685ba146286f93fce48dddf8c797b92e2e7412c authored over 8 years ago
Merge branch '0.8' of github.com:trueadm/inferno into 0.8

github.com/infernojs/inferno - 1879533df03f20c34faba45830d36319a3b06fff authored over 8 years ago
fixes multiple tests

github.com/infernojs/inferno - 9ed41ba0d676447fba9083cf34f50d7ca382ff6d authored over 8 years ago
Added test case for refs to be defined in componentDidMount

github.com/infernojs/inferno - 4026052552d910bbc62323b83a119220f260d16c authored over 8 years ago
Move creation of refs and append before componentDidMount callabck

github.com/infernojs/inferno - 97f06074bae7b4b8d345017dc5c9c1fe07f0e7d6 authored over 8 years ago
added missing parameters to mountVFragment

github.com/infernojs/inferno - 90cf54b0266daaa28916353650f04269ea5ddf31 authored over 8 years ago
remvoed recycling additions to unmounting - it was not having any perf benefit in real world cases

github.com/infernojs/inferno - 5860ace117ade4c1b78f5bc31d6addbbde3997dc authored over 8 years ago
update plugin version

github.com/infernojs/inferno - af5b7f52db6a7a56fb82d0aba35773d0bad3c0a7 authored over 8 years ago
updated version

github.com/infernojs/inferno - e2a2bdcd21a2ab8e38c57f76cd964915e2e638d4 authored over 8 years ago
fixes an issue with sCU on stateless

github.com/infernojs/inferno - bc9ae7a565e8f40e1edad8bc98e69da22caed2f0 authored over 8 years ago
updated version

github.com/infernojs/inferno - c59eef53d09986e269d299a5c754097a337fbecb authored over 8 years ago
removed optimisation - it was having a negative perf cost

github.com/infernojs/inferno - 18b6b30e317e991e071b525c020fa599e949a644 authored over 8 years ago
fixes nested tests

github.com/infernojs/inferno - 085a92988edb57e264563603d2e9ceecbdefa724 authored over 8 years ago
added component ref support

github.com/infernojs/inferno - e47dbac8cc2b62e3a69326820acb9977a4f0082e authored over 8 years ago
fixed tests failing

github.com/infernojs/inferno - 1f4ba38ebc01123b8c9d74d0dd7c8606d88872e7 authored over 8 years ago
fixed big perf regression

github.com/infernojs/inferno - 026a1087a2794737c62d9695072939ed6bd8c225 authored over 8 years ago
updates keyed patching prefix and suffic

github.com/infernojs/inferno - ceb75c501f4bf6c29e8d67a3013e9f841641ba62 authored over 8 years ago
Fixed keyed list issues

github.com/infernojs/inferno - 113ce37a56a94426949087e941f4629651e8254f authored over 8 years ago
fixed stateless component issue

github.com/infernojs/inferno - e868813ac6f52b7f7e951c012bd841680510d0bc authored over 8 years ago
fixes all failing tests and other problematic logic

github.com/infernojs/inferno - 49e140395b4458029b22f2ce5f2bab31f0d54204 authored over 8 years ago
fixed stateless component issue

github.com/infernojs/inferno - b967c6dc28f961415dd9f7d14e0df05a6de5353b authored over 8 years ago
Added test case to reproduce infinite loop issue

github.com/infernojs/inferno - e930f0999afd63aa0f611aad8b9ce7e5981400f5 authored over 8 years ago
Added test case to reproduce exception: replaceChild of undefined

github.com/infernojs/inferno - 4eee41ab3ea8f9e108c3c67c05ee85db251f3614 authored over 8 years ago
updated version

github.com/infernojs/inferno - 8a0fbabf7b4235fe6056dc2966983cb23483d525 authored over 8 years ago
updated version to 0.8.0-alpha

github.com/infernojs/inferno - 1575a3f376c8aab100af3651d465159de740e4f2 authored over 8 years ago
updated version

github.com/infernojs/inferno - 7ae899f6a7302b136ddfe4a9d94f3675b01ba295 authored over 8 years ago
Merge branch '0.8' of github.com:trueadm/inferno into 0.8

github.com/infernojs/inferno - 0748337bcad7fc333aa5dfb237db889d7750ebe6 authored over 8 years ago
hydration handled minus vElement and all tests pass

github.com/infernojs/inferno - 4a2d38aac503356948c317373c4177923702cd90 authored over 8 years ago
Update dependencies

github.com/infernojs/inferno - ba4dcca043465242abca6d5cc3d52df2c428295e authored over 8 years ago
various changes to hydration and SSR

github.com/infernojs/inferno - 2e1201285929b7163c3fc31024f52dc050415354 authored over 8 years ago
Merge pull request #305 from formula1/0.8

Render as Stream

github.com/infernojs/inferno - da337d74c977c16fe14bfcbc7d051c613ccd660d authored over 8 years ago
Cleaning code, removed dead imports, fixed build

github.com/infernojs/inferno - 8e1d01610754f70e0e7d3e258c9e79f2b1e656ea authored over 8 years ago
Fixed minor issues with shapes and mount

github.com/infernojs/inferno - f591852ff162c98208c75f48b59de7965769a11f authored over 8 years ago
Fix : updated for 0.8

github.com/infernojs/inferno - c90365c413874c5e427cdf6bc6532961d87cdafb authored over 8 years ago
Feature : Render as stream

github.com/infernojs/inferno - 2fe46392148da05ab70b40626a4b427d2ea0a465 authored over 8 years ago
various test fixes

github.com/infernojs/inferno - 25cdff1cff78ae31dfb6e5b371861fee224b1465 authored over 8 years ago
fixes redux issues

github.com/infernojs/inferno - ff45e616fa69de9cb89c1b4619b277ffa9fb77ad authored over 8 years ago
fixes various issues and tests – including routing

github.com/infernojs/inferno - e962bc928f502b855c8ddd406162c5364c982de5 authored over 8 years ago
fixes a recycling issue, a huge amount of various dom issues and template issues - fixes many tests

github.com/infernojs/inferno - 715d4141b05c294d0afdfc7f85b25cb02fa62db3 authored over 8 years ago
fixes more tests

github.com/infernojs/inferno - 37cc5196e4706b858e1c277ef29ea42e7280a172 authored over 8 years ago
added redux, added latest router and upadate and fixed many tests

github.com/infernojs/inferno - a7802b787124557227f1479a80be69633be93d0f authored over 8 years ago
more test fixes

github.com/infernojs/inferno - fd8e74c47b1c8c5414de366a54ee5f3a09bd8109 authored over 8 years ago
fixes a load of broken tests #2

github.com/infernojs/inferno - 6064a5a50fe8e0e88f5f29a10bdc6e95e5b91609 authored over 8 years ago
fixes a load of broken tests

github.com/infernojs/inferno - 9d347f95e892a18d03b8d429cabe9e57f2bc1ab0 authored over 8 years ago
ignore the last commit - added keys properly and perf went way down on uibench

github.com/infernojs/inferno - 729a2d53c8e4aad88993db16b0fcd6da5a11df4a authored over 8 years ago
added keys back into uibench, perf went up!

github.com/infernojs/inferno - b8cae541b6b10b38f0c506ee59b78b15670fc4a8 authored over 8 years ago
added a hacky naive approach to uibench to show where areas of improvement can be made

github.com/infernojs/inferno - aefbd83065d1bc3894c832ea942a75548698af7c authored over 8 years ago
now supports uibench properly

github.com/infernojs/inferno - a89bf41010e8be952a8eadf745c376988aa6da42 authored over 8 years ago
fixed key issue

github.com/infernojs/inferno - c7fb42d4ba40e2bc4b4638b9a1323ed06b3709a9 authored over 8 years ago
latest dbmonster changes and perf improvements

github.com/infernojs/inferno - adf6da59774d07c253c27216c6f3ebdb77331960 authored over 8 years ago
work on dbmonster started

github.com/infernojs/inferno - c50fb650ec567fbf7130a0bb184b22a19ebde606 authored over 8 years ago
more perf changes

github.com/infernojs/inferno - ece1ae1ff4178b8c83f84dbec148156380774a4d authored over 8 years ago
vdom benchmark perf > 0.7

github.com/infernojs/inferno - ac1c7981882b34232fc94055792ca43ad4ee5cf3 authored over 8 years ago
fixed more tests, build and made two benchmarks run (using vdom)

github.com/infernojs/inferno - 9002256c309dcd7d4fca598edf041dad82e7b1c4 authored over 8 years ago