Inula(发音为:[ˈɪnjʊlə])意为旋覆花,有生命力旺盛和根系深厚两大特点,寓意着为前端生态提供稳固的基石。openInula 是一款用于构建用户界面的 JavaScript 库,提供响应式 API 帮助开发者简单高效构建 web 页面,比传统虚拟 DOM 方式渲染效率提升30%以上,同时 openInula 提供与 React 保持一致的 API,并且提供5大常用功能丰富的核心组件。
| 文件 | 最后提交记录 | 最后更新时间 |
|---|---|---|
chore | 10 个月前 | |
fix: add title,labels,assignees in template | 10 个月前 | |
fix(ci): change the version of pkg.json published actually | 1 年前 | |
chore: 配置githook格式化提交和校验commitMsg | 2 年前 | |
first commit | 2 年前 | |
add default pipeline template yaml | 2 年前 | |
fix intl (#51) * feat: bump openinula first major version * fix: intl parse expressions * fix: intl | 1 年前 | |
chore(release): release in ci | 10 个月前 | |
删除packages/website-next目录 | 4 个月前 | |
first commit | 2 年前 | |
chore: 配置githook格式化提交和校验commitMsg | 2 年前 | |
feat: sync code | 1 年前 | |
chore: ignore test coverage output | 1 年前 | |
chore: use workspace | 1 年前 | |
chore: 配置githook格式化提交和校验commitMsg | 2 年前 | |
chore: 配置githook格式化提交和校验commitMsg | 2 年前 | |
!150 chore: 在官网统一维护 contributing * chore: contributing docs | 2 年前 | |
add LICENSE. Signed-off-by: 蔡舒豪 <caishuhao@huawei.com> | 2 年前 | |
修改Readme.md的官网链接 | 3 个月前 | |
[all]<docs> 版本文档内容更新 | 2 年前 | |
chore: 配置githook格式化提交和校验commitMsg | 2 年前 | |
build: bump packageManager to pnpm@10.9.0 (#41) * build: bump packageManager to pnpm@10.9.0 * build: bump turbo to 2.5.0 | 1 年前 | |
chore: fix dependency to caret range (#57) * chore: fix dependency to caret range * chore: update lock * chore: fix type error | 10 个月前 | |
feat: next2.0 合入master * fix(next-runtime): fix type * chore: release babel-inula-next-core v0.0.5 * feat: add inula-next template * feat: add inula-next loader * chore(view-generator): fix index access issues * chore: remove transpiler-dev * feat(API-2.1): support untrack * fix: fix compiler test * chore: remove the useless * chore: bump inula-next * chore: remove the useless * chore: replace 2.1 to 2.0 * chore: simplify next dev * test: fix jsx-parser test * fix: compiler type error * fix: else if in early return * feat: support return expression in component * feat: inula-router-next * feat: inula-router-next babel config * feat: inula-router-next demo * feat: better error report in self mutation * feat: inula uni plugin for build tools * fix: unplugin type * fix: unplugin can't resolve id with question mark * fix: lifecycle bug * feat: support spread props in context provider * fix: reactivity errror in memberExpr * feat: sync code * feat: update package.json * chore: add license in pkg.json * test: remove testing-library from router and intl * test: add test container type * chore: sync code * chore: init ci * fix: build and test * chore: ci add ai code review * chore: delete code-review.yml * chore: add lock file for ci * fix: continuous-release * chore: remove useless blank space * chore: use workspace * fix: type error * fix: type error * fix(ci): release * feat: rebase API2.0 into main * fix: add dependency for build * fix: build * chore: remove next-router * chore: fix test * chore: fix test for next-core and bridge * chore: remove useless file * chore: reset missing function * chore: sync with master * chore: update lock file * !168 inula api2.0 * feat: inula-next init * feat: v2 init * feat(class-transform): add watch decorator * feat(class-transform): update docs * feat(class-transform): init * !169 feat: inula 2.0 init * feat: update doc * feat: inula next * refactor: add this with thisPatcher.ts * !172 Add for support and benchmark * refactor: publish new version * feat: add changeset and changed package name * Merge branch 'API-2.0' into api2/for * fix: import package from workspace * feat: add for unit parsing * feat: init benchmark demo * refactor: gitignore add history * feat: test * feat(watch): switch to label watch * feat: cls2fn * feat(watch): switch to label watch * feat: add changeset and changed package name * refactor: publish new version * feat: publish (feat: add lifecycles and watch) * test(inula-next): add test * feat(fn2cls): env * feat: init * feat: analyze watch lifeCycle properties * feat: sub component * feat: viewNode as child * refactor(proposal): use bitmap instead of dependency map * refactor(parse): use bitmap instead of dependency map * refactor(parse): use bitmap instead of dependency map * fix(reactivity): fix for dependency * feat: autoNaming, autoReturn, deconstructing, jsxSlice and props * fix(reactivity): fix for view analyze * fix(reactivity): remove used bit * refactor(parser): prune unused bit * docs(parser): docs * fix(reactivity): fix for * fix(props): rename the prop without alias and deconstruction * feat: add basic generator * fix: fix props * fix(parser): turn the unused reactive into plain variable * fix(parser): add variable declaration kind * fix(destructuring): revert handle destructuring in props plugins * chore: rename onMount to didMount * fix(ut): rename onMount to didMount * fix: parser * chore: remove unused dir * refactor: add traverse for babel-api * feat(compiler): view generator * fix(compiler): parse for * feat(compiler): add file filter and auto import * chore(compiler): set main to js in dist * fix(compiler): file allow * fix(compiler): fix compile mutil times * fix(compiler): fix generator test * fix(compiler): add props * chore(compiler): adjust test file * chore(compiler): move willMount to fn body * fix(compiler): destructing error * feat(compiler): updateViews change to getUpdateViews * fix(compiler): fix vitest entry issues * fix(compiler): fix propViews can't generate update func * fix(compiler): put the dom node initialization in getUpdateViews func * test(compiler): update snapshot * test(runtime): fix test * test(runtime): fix failed test * feat(runtime): adapt runtime to link up the whole workflow * fix(compiler): move core to last * chore(compiler): rename * feat: add demo * fix(compiler): static value should not be reactive * fix(compiler): put second param as for index * !174 feat: add for sub component plugin * feat: add for sub component plugin * !175 feat: Add mapping to for plugin * feat: mapping to for plugin * !176 feat: condition plugin * feat: condition plugin * Merge branch 'API-2.0' of https://gitee.com/openInula/inula into API-2.0 * feat: mapping to for plugin * feat(compiler): support ref * feat(compiler): support env * fix(compiler): fix test * chore(runtime): remove unused code * feat(context): implement context to replace env * refactor(context): make code clean * feat(hook): compiler part * feat(hook): support custom hook from end to end * fix: fix test * chore: remove useless pkg * chore: modify pkg.json * fix: fix ts errors * chore: add organ prefix * fix: fix pkg renaming error * fix: fix pkg renaming error II * feat: modify condition plugin add tests * !179 feat: add examples and tests * feat: add examples and tests * !181 fix: support update expression and member expression * fix: support update expression and member expression * feat(compiler): support sub component * feat(compiler): support sub component * feat(compiler): hoist template node to program * fix: fix cache * fix: support inline function update and remove the old useless style attr * fix: import the runtime api in need * refactor: use builder pattern for analyze * refactor: remove temp _fullDepMask * refactor: handle non-id * test: add API2.0 for computed and fragment * test: fix error * fix: support async function in lifecycle * fix: fix generator ts error * !182 fix: fix forSubComponentPlugin bug and modify tests * fix: fix forSubComponentPlugin bug and modify tests * !183 fix: fix template literal state compute bug and add tests * fix: fix template literal state compute bug and add tests * !184 test: add watch and jsx test cases * test: add watch and jsx test cases * !185 test: add API-2.0 tests * test: add API-2.0 tests * fix: fix jsx and text mix rendering bug * fix: fix props bug * !188 fix: fix props bugs * fix: fix props bugs * !189 fix: fix event and rendering bug * fix: fix event and rendering bug * feat: update inula-next runtime * Revert "feat: update inula-next runtime" This reverts commit a6ed5aaaa3481ca3c0fc76a6abaf9d4c05f1d5c9. * feat: update inula-next runtime * fix: fix jsx slice bugs * !195 fix: fix event, prop, render bugs * fix: fix event, prop, render bugs * fix: early return * fix: hook call expression should work * fix: should support null component * feat: inula-next-type * refactor: fix * feat: bit * refactor: parser * chore: tmp * fix: 1122 * refactor: generator * feat: view generator * feat: view generator * feat: generators * feat: for generator * refactor: view generator * fix: fix jsx render error * feat: add api2.1 * refactor: runtime * refactor: generator * feat: subComponent * fix: addContext should pass context * fix: props * refactor: runtime * fix: compiler issues * fix: init mutable node's children in node creating * fix(generator): shadow name issues * fix(generator): import name issues * test(API-2.1): add ut * fix(API-2.1): fix update derived * feat(API-2.1): support ref * refactor: complete * feat: suspense * feat: portal component * feat: better error report * feat: better error reports in vite * feat: suspense * feat: hook * test: add test * feat: inula-bridge * fix(next-runtime): fix type * chore: release babel-inula-next-core v0.0.5 * feat: add inula-next template * feat: add inula-next loader * chore(view-generator): fix index access issues * chore: remove transpiler-dev * feat(API-2.1): support untrack * fix: fix compiler test * chore: remove the useless * chore: bump inula-next * chore: remove the useless * chore: replace 2.1 to 2.0 * chore: simplify next dev * test: fix jsx-parser test * fix: compiler type error * fix: else if in early return * feat: support return expression in component * feat: inula-router-next * feat: inula-router-next babel config * feat: inula-router-next demo * feat: better error report in self mutation * feat: inula uni plugin for build tools * fix: unplugin type * fix: unplugin can't resolve id with question mark * fix: lifecycle bug * feat: support spread props in context provider * fix: reactivity errror in memberExpr * feat: sync code * chore: add license in pkg.json * test: remove testing-library from router and intl * chore: init ci * chore: ci add ai code review * chore: delete code-review.yml * chore: use workspace * feat: rebase API2.0 into main * fix: add dependency for build * fix: build * chore: remove next-router * chore: fix test * chore: fix test for next-core and bridge * chore: remove useless file * chore: reset missing function * chore: sync with master * chore: update lock file * chore: rebase next into master --------- Co-authored-by: Hoikan <408255371@qq.com> Co-authored-by: IanDxSSXX <iandxssxx@gmail.com> Co-authored-by: 孙一冰 <14512567+sunyibing@user.noreply.gitee.com> | 1 年前 | |
feat: next2.0 合入master * fix(next-runtime): fix type * chore: release babel-inula-next-core v0.0.5 * feat: add inula-next template * feat: add inula-next loader * chore(view-generator): fix index access issues * chore: remove transpiler-dev * feat(API-2.1): support untrack * fix: fix compiler test * chore: remove the useless * chore: bump inula-next * chore: remove the useless * chore: replace 2.1 to 2.0 * chore: simplify next dev * test: fix jsx-parser test * fix: compiler type error * fix: else if in early return * feat: support return expression in component * feat: inula-router-next * feat: inula-router-next babel config * feat: inula-router-next demo * feat: better error report in self mutation * feat: inula uni plugin for build tools * fix: unplugin type * fix: unplugin can't resolve id with question mark * fix: lifecycle bug * feat: support spread props in context provider * fix: reactivity errror in memberExpr * feat: sync code * feat: update package.json * chore: add license in pkg.json * test: remove testing-library from router and intl * test: add test container type * chore: sync code * chore: init ci * fix: build and test * chore: ci add ai code review * chore: delete code-review.yml * chore: add lock file for ci * fix: continuous-release * chore: remove useless blank space * chore: use workspace * fix: type error * fix: type error * fix(ci): release * feat: rebase API2.0 into main * fix: add dependency for build * fix: build * chore: remove next-router * chore: fix test * chore: fix test for next-core and bridge * chore: remove useless file * chore: reset missing function * chore: sync with master * chore: update lock file * !168 inula api2.0 * feat: inula-next init * feat: v2 init * feat(class-transform): add watch decorator * feat(class-transform): update docs * feat(class-transform): init * !169 feat: inula 2.0 init * feat: update doc * feat: inula next * refactor: add this with thisPatcher.ts * !172 Add for support and benchmark * refactor: publish new version * feat: add changeset and changed package name * Merge branch 'API-2.0' into api2/for * fix: import package from workspace * feat: add for unit parsing * feat: init benchmark demo * refactor: gitignore add history * feat: test * feat(watch): switch to label watch * feat: cls2fn * feat(watch): switch to label watch * feat: add changeset and changed package name * refactor: publish new version * feat: publish (feat: add lifecycles and watch) * test(inula-next): add test * feat(fn2cls): env * feat: init * feat: analyze watch lifeCycle properties * feat: sub component * feat: viewNode as child * refactor(proposal): use bitmap instead of dependency map * refactor(parse): use bitmap instead of dependency map * refactor(parse): use bitmap instead of dependency map * fix(reactivity): fix for dependency * feat: autoNaming, autoReturn, deconstructing, jsxSlice and props * fix(reactivity): fix for view analyze * fix(reactivity): remove used bit * refactor(parser): prune unused bit * docs(parser): docs * fix(reactivity): fix for * fix(props): rename the prop without alias and deconstruction * feat: add basic generator * fix: fix props * fix(parser): turn the unused reactive into plain variable * fix(parser): add variable declaration kind * fix(destructuring): revert handle destructuring in props plugins * chore: rename onMount to didMount * fix(ut): rename onMount to didMount * fix: parser * chore: remove unused dir * refactor: add traverse for babel-api * feat(compiler): view generator * fix(compiler): parse for * feat(compiler): add file filter and auto import * chore(compiler): set main to js in dist * fix(compiler): file allow * fix(compiler): fix compile mutil times * fix(compiler): fix generator test * fix(compiler): add props * chore(compiler): adjust test file * chore(compiler): move willMount to fn body * fix(compiler): destructing error * feat(compiler): updateViews change to getUpdateViews * fix(compiler): fix vitest entry issues * fix(compiler): fix propViews can't generate update func * fix(compiler): put the dom node initialization in getUpdateViews func * test(compiler): update snapshot * test(runtime): fix test * test(runtime): fix failed test * feat(runtime): adapt runtime to link up the whole workflow * fix(compiler): move core to last * chore(compiler): rename * feat: add demo * fix(compiler): static value should not be reactive * fix(compiler): put second param as for index * !174 feat: add for sub component plugin * feat: add for sub component plugin * !175 feat: Add mapping to for plugin * feat: mapping to for plugin * !176 feat: condition plugin * feat: condition plugin * Merge branch 'API-2.0' of https://gitee.com/openInula/inula into API-2.0 * feat: mapping to for plugin * feat(compiler): support ref * feat(compiler): support env * fix(compiler): fix test * chore(runtime): remove unused code * feat(context): implement context to replace env * refactor(context): make code clean * feat(hook): compiler part * feat(hook): support custom hook from end to end * fix: fix test * chore: remove useless pkg * chore: modify pkg.json * fix: fix ts errors * chore: add organ prefix * fix: fix pkg renaming error * fix: fix pkg renaming error II * feat: modify condition plugin add tests * !179 feat: add examples and tests * feat: add examples and tests * !181 fix: support update expression and member expression * fix: support update expression and member expression * feat(compiler): support sub component * feat(compiler): support sub component * feat(compiler): hoist template node to program * fix: fix cache * fix: support inline function update and remove the old useless style attr * fix: import the runtime api in need * refactor: use builder pattern for analyze * refactor: remove temp _fullDepMask * refactor: handle non-id * test: add API2.0 for computed and fragment * test: fix error * fix: support async function in lifecycle * fix: fix generator ts error * !182 fix: fix forSubComponentPlugin bug and modify tests * fix: fix forSubComponentPlugin bug and modify tests * !183 fix: fix template literal state compute bug and add tests * fix: fix template literal state compute bug and add tests * !184 test: add watch and jsx test cases * test: add watch and jsx test cases * !185 test: add API-2.0 tests * test: add API-2.0 tests * fix: fix jsx and text mix rendering bug * fix: fix props bug * !188 fix: fix props bugs * fix: fix props bugs * !189 fix: fix event and rendering bug * fix: fix event and rendering bug * feat: update inula-next runtime * Revert "feat: update inula-next runtime" This reverts commit a6ed5aaaa3481ca3c0fc76a6abaf9d4c05f1d5c9. * feat: update inula-next runtime * fix: fix jsx slice bugs * !195 fix: fix event, prop, render bugs * fix: fix event, prop, render bugs * fix: early return * fix: hook call expression should work * fix: should support null component * feat: inula-next-type * refactor: fix * feat: bit * refactor: parser * chore: tmp * fix: 1122 * refactor: generator * feat: view generator * feat: view generator * feat: generators * feat: for generator * refactor: view generator * fix: fix jsx render error * feat: add api2.1 * refactor: runtime * refactor: generator * feat: subComponent * fix: addContext should pass context * fix: props * refactor: runtime * fix: compiler issues * fix: init mutable node's children in node creating * fix(generator): shadow name issues * fix(generator): import name issues * test(API-2.1): add ut * fix(API-2.1): fix update derived * feat(API-2.1): support ref * refactor: complete * feat: suspense * feat: portal component * feat: better error report * feat: better error reports in vite * feat: suspense * feat: hook * test: add test * feat: inula-bridge * fix(next-runtime): fix type * chore: release babel-inula-next-core v0.0.5 * feat: add inula-next template * feat: add inula-next loader * chore(view-generator): fix index access issues * chore: remove transpiler-dev * feat(API-2.1): support untrack * fix: fix compiler test * chore: remove the useless * chore: bump inula-next * chore: remove the useless * chore: replace 2.1 to 2.0 * chore: simplify next dev * test: fix jsx-parser test * fix: compiler type error * fix: else if in early return * feat: support return expression in component * feat: inula-router-next * feat: inula-router-next babel config * feat: inula-router-next demo * feat: better error report in self mutation * feat: inula uni plugin for build tools * fix: unplugin type * fix: unplugin can't resolve id with question mark * fix: lifecycle bug * feat: support spread props in context provider * fix: reactivity errror in memberExpr * feat: sync code * chore: add license in pkg.json * test: remove testing-library from router and intl * chore: init ci * chore: ci add ai code review * chore: delete code-review.yml * chore: use workspace * feat: rebase API2.0 into main * fix: add dependency for build * fix: build * chore: remove next-router * chore: fix test * chore: fix test for next-core and bridge * chore: remove useless file * chore: reset missing function * chore: sync with master * chore: update lock file * chore: rebase next into master --------- Co-authored-by: Hoikan <408255371@qq.com> Co-authored-by: IanDxSSXX <iandxssxx@gmail.com> Co-authored-by: 孙一冰 <14512567+sunyibing@user.noreply.gitee.com> | 1 年前 | |
feat: next2.0 合入master * fix(next-runtime): fix type * chore: release babel-inula-next-core v0.0.5 * feat: add inula-next template * feat: add inula-next loader * chore(view-generator): fix index access issues * chore: remove transpiler-dev * feat(API-2.1): support untrack * fix: fix compiler test * chore: remove the useless * chore: bump inula-next * chore: remove the useless * chore: replace 2.1 to 2.0 * chore: simplify next dev * test: fix jsx-parser test * fix: compiler type error * fix: else if in early return * feat: support return expression in component * feat: inula-router-next * feat: inula-router-next babel config * feat: inula-router-next demo * feat: better error report in self mutation * feat: inula uni plugin for build tools * fix: unplugin type * fix: unplugin can't resolve id with question mark * fix: lifecycle bug * feat: support spread props in context provider * fix: reactivity errror in memberExpr * feat: sync code * feat: update package.json * chore: add license in pkg.json * test: remove testing-library from router and intl * test: add test container type * chore: sync code * chore: init ci * fix: build and test * chore: ci add ai code review * chore: delete code-review.yml * chore: add lock file for ci * fix: continuous-release * chore: remove useless blank space * chore: use workspace * fix: type error * fix: type error * fix(ci): release * feat: rebase API2.0 into main * fix: add dependency for build * fix: build * chore: remove next-router * chore: fix test * chore: fix test for next-core and bridge * chore: remove useless file * chore: reset missing function * chore: sync with master * chore: update lock file * !168 inula api2.0 * feat: inula-next init * feat: v2 init * feat(class-transform): add watch decorator * feat(class-transform): update docs * feat(class-transform): init * !169 feat: inula 2.0 init * feat: update doc * feat: inula next * refactor: add this with thisPatcher.ts * !172 Add for support and benchmark * refactor: publish new version * feat: add changeset and changed package name * Merge branch 'API-2.0' into api2/for * fix: import package from workspace * feat: add for unit parsing * feat: init benchmark demo * refactor: gitignore add history * feat: test * feat(watch): switch to label watch * feat: cls2fn * feat(watch): switch to label watch * feat: add changeset and changed package name * refactor: publish new version * feat: publish (feat: add lifecycles and watch) * test(inula-next): add test * feat(fn2cls): env * feat: init * feat: analyze watch lifeCycle properties * feat: sub component * feat: viewNode as child * refactor(proposal): use bitmap instead of dependency map * refactor(parse): use bitmap instead of dependency map * refactor(parse): use bitmap instead of dependency map * fix(reactivity): fix for dependency * feat: autoNaming, autoReturn, deconstructing, jsxSlice and props * fix(reactivity): fix for view analyze * fix(reactivity): remove used bit * refactor(parser): prune unused bit * docs(parser): docs * fix(reactivity): fix for * fix(props): rename the prop without alias and deconstruction * feat: add basic generator * fix: fix props * fix(parser): turn the unused reactive into plain variable * fix(parser): add variable declaration kind * fix(destructuring): revert handle destructuring in props plugins * chore: rename onMount to didMount * fix(ut): rename onMount to didMount * fix: parser * chore: remove unused dir * refactor: add traverse for babel-api * feat(compiler): view generator * fix(compiler): parse for * feat(compiler): add file filter and auto import * chore(compiler): set main to js in dist * fix(compiler): file allow * fix(compiler): fix compile mutil times * fix(compiler): fix generator test * fix(compiler): add props * chore(compiler): adjust test file * chore(compiler): move willMount to fn body * fix(compiler): destructing error * feat(compiler): updateViews change to getUpdateViews * fix(compiler): fix vitest entry issues * fix(compiler): fix propViews can't generate update func * fix(compiler): put the dom node initialization in getUpdateViews func * test(compiler): update snapshot * test(runtime): fix test * test(runtime): fix failed test * feat(runtime): adapt runtime to link up the whole workflow * fix(compiler): move core to last * chore(compiler): rename * feat: add demo * fix(compiler): static value should not be reactive * fix(compiler): put second param as for index * !174 feat: add for sub component plugin * feat: add for sub component plugin * !175 feat: Add mapping to for plugin * feat: mapping to for plugin * !176 feat: condition plugin * feat: condition plugin * Merge branch 'API-2.0' of https://gitee.com/openInula/inula into API-2.0 * feat: mapping to for plugin * feat(compiler): support ref * feat(compiler): support env * fix(compiler): fix test * chore(runtime): remove unused code * feat(context): implement context to replace env * refactor(context): make code clean * feat(hook): compiler part * feat(hook): support custom hook from end to end * fix: fix test * chore: remove useless pkg * chore: modify pkg.json * fix: fix ts errors * chore: add organ prefix * fix: fix pkg renaming error * fix: fix pkg renaming error II * feat: modify condition plugin add tests * !179 feat: add examples and tests * feat: add examples and tests * !181 fix: support update expression and member expression * fix: support update expression and member expression * feat(compiler): support sub component * feat(compiler): support sub component * feat(compiler): hoist template node to program * fix: fix cache * fix: support inline function update and remove the old useless style attr * fix: import the runtime api in need * refactor: use builder pattern for analyze * refactor: remove temp _fullDepMask * refactor: handle non-id * test: add API2.0 for computed and fragment * test: fix error * fix: support async function in lifecycle * fix: fix generator ts error * !182 fix: fix forSubComponentPlugin bug and modify tests * fix: fix forSubComponentPlugin bug and modify tests * !183 fix: fix template literal state compute bug and add tests * fix: fix template literal state compute bug and add tests * !184 test: add watch and jsx test cases * test: add watch and jsx test cases * !185 test: add API-2.0 tests * test: add API-2.0 tests * fix: fix jsx and text mix rendering bug * fix: fix props bug * !188 fix: fix props bugs * fix: fix props bugs * !189 fix: fix event and rendering bug * fix: fix event and rendering bug * feat: update inula-next runtime * Revert "feat: update inula-next runtime" This reverts commit a6ed5aaaa3481ca3c0fc76a6abaf9d4c05f1d5c9. * feat: update inula-next runtime * fix: fix jsx slice bugs * !195 fix: fix event, prop, render bugs * fix: fix event, prop, render bugs * fix: early return * fix: hook call expression should work * fix: should support null component * feat: inula-next-type * refactor: fix * feat: bit * refactor: parser * chore: tmp * fix: 1122 * refactor: generator * feat: view generator * feat: view generator * feat: generators * feat: for generator * refactor: view generator * fix: fix jsx render error * feat: add api2.1 * refactor: runtime * refactor: generator * feat: subComponent * fix: addContext should pass context * fix: props * refactor: runtime * fix: compiler issues * fix: init mutable node's children in node creating * fix(generator): shadow name issues * fix(generator): import name issues * test(API-2.1): add ut * fix(API-2.1): fix update derived * feat(API-2.1): support ref * refactor: complete * feat: suspense * feat: portal component * feat: better error report * feat: better error reports in vite * feat: suspense * feat: hook * test: add test * feat: inula-bridge * fix(next-runtime): fix type * chore: release babel-inula-next-core v0.0.5 * feat: add inula-next template * feat: add inula-next loader * chore(view-generator): fix index access issues * chore: remove transpiler-dev * feat(API-2.1): support untrack * fix: fix compiler test * chore: remove the useless * chore: bump inula-next * chore: remove the useless * chore: replace 2.1 to 2.0 * chore: simplify next dev * test: fix jsx-parser test * fix: compiler type error * fix: else if in early return * feat: support return expression in component * feat: inula-router-next * feat: inula-router-next babel config * feat: inula-router-next demo * feat: better error report in self mutation * feat: inula uni plugin for build tools * fix: unplugin type * fix: unplugin can't resolve id with question mark * fix: lifecycle bug * feat: support spread props in context provider * fix: reactivity errror in memberExpr * feat: sync code * chore: add license in pkg.json * test: remove testing-library from router and intl * chore: init ci * chore: ci add ai code review * chore: delete code-review.yml * chore: use workspace * feat: rebase API2.0 into main * fix: add dependency for build * fix: build * chore: remove next-router * chore: fix test * chore: fix test for next-core and bridge * chore: remove useless file * chore: reset missing function * chore: sync with master * chore: update lock file * chore: rebase next into master --------- Co-authored-by: Hoikan <408255371@qq.com> Co-authored-by: IanDxSSXX <iandxssxx@gmail.com> Co-authored-by: 孙一冰 <14512567+sunyibing@user.noreply.gitee.com> | 1 年前 |
openInula 开源项目
项目介绍
单词 Inula(发音为:[ˈɪnjʊlə]),意为一类旋覆花属菊科的植物。openInula 是一款用于构建用户界面的 JavaScript 库,提供响应式 API 帮助开发者简单高效构建 Web 页面,比传统虚拟 DOM 方式渲染效率提升30%以上!同时 openInula 提供与 React 保持一致的 API,并且提供5大常用功能组件:状态管理器、路由、国际化、请求组件、应用脚手架,以便开发者高效、高质量的构筑基于 openInula 的前端产品。
技术架构

核心能力
响应式API
openInula 通过监听状态变量的变化,以细粒度的依赖追踪机制来实现响应式更新,避免了虚拟 DOM 的开销。通过最小化重新渲染的范围,从而进行高效的UI渲染。无需用户过度关注性能优化。
(实验性功能,可在
reactive分支查看代码或使用 npm 仓中 experimental 版本体验)
兼容 React API
提供与 React 一致的 API,完全支持 React 生态,可将 React 应用可零修改切换至 openInula。
openInula 配套组件
状态管理器 inula-X
inula-X 是 openInula 默认提供的状态管理器。无需额外引入三方库,就可以简单实现跨组件/页面共享状态。
inula-X 与 Redux 相比,可创建多个 Store,不需要在 Reducer 中返回 state 并且简化了 Action 和 Reducer 的创建步骤,原生支持异步能力,组件能做到精准重渲染。inula-X 均可使用函数组件、class 组件,能提供 redux 的适配接口及支持响应式的特点。
路由 inula-router
inula-router 为 openInula 提供前端路由的能力,是构建大型应用必要组件,涵盖 react-router、history、connect-react-router 的功能。
请求 inula-request
inula-request 是 openInula 的网络请求组件,不仅涵盖常见的网络请求方式,还提供动态轮询钩子函数给用户更便捷的定制化请求体验。
国际化 inula-intl
inula-intl 是基于 openInula 的国际化组件,涵盖了基本的国际化组件和钩子函数,允许用户更方便地构建国际化能力。
调试工具 inula-dev-tools
inula-dev-tools 是一个为 openInula 开发者提供的强大工具集,能够方便地查看和编辑组件树、管理应用状态以及进行性能分析,极大提高了开发效率和诊断问题的便捷性。
脚手架 create-inula
create-inula 是一套用于创建 openInula 项目的脚手架工具。它预置了一系列项目模板,允许开发者通过命令行按需快速生成可运行的项目代码。
参与贡献
我们鼓励开发者以各种方式参与代码贡献、生态拓展或文档反馈,献您的原创内容,详细请参考贡献指南。
官方链接
欢迎访问 openInula 官网与文档仓库,参与 openInula 开发者文档开源项目,与我们一起完善开发者文档。
- openInula 官网:https://www.openinula.net/
- openInula 文档:https://docs.openinula.net/
- openInula 仓库地址:https://gitcode.com/openInula/inula
- openInula 社提案备忘录(RFC):https://gitcode.com/openInula/rfcs
社区贡献者案例
基于 umijs 与 openInula 的开发框架,集成官方组件与UI、AIGC等功能,开箱即用。
适用于多框架的 JavaScript 国际化解决方案,提供对 openInula 的适配。
许可协议
openInula 主要遵循 Mulan Permissive Software License v2 协议,详情请参考各代码仓 LICENSE 声明。
联系方式
-
官方邮箱: team@inulajs.org
-
微信公众号:

项目介绍
Inula(发音为:[ˈɪnjʊlə])意为旋覆花,有生命力旺盛和根系深厚两大特点,寓意着为前端生态提供稳固的基石。openInula 是一款用于构建用户界面的 JavaScript 库,提供响应式 API 帮助开发者简单高效构建 web 页面,比传统虚拟 DOM 方式渲染效率提升30%以上,同时 openInula 提供与 React 保持一致的 API,并且提供5大常用功能丰富的核心组件。
定制我的领域